4.8.12. statsmodels.tsa.base.datetools¶
4.8.12.1. Functions¶
date_parser (timestr[, parserinfo]) |
Uses dateutil.parser.parse, but also handles monthly dates of the form 1999m4, 1999:m4, 1999:mIV, 1999mIV and the same for quarterly data with q instead of m. |
date_range_str (start[, end, length]) |
Returns a list of abbreviated date strings. |
dates_from_range (start[, end, length]) |
Turns a sequence of date strings and returns a list of datetime. |
dates_from_str (dates) |
Turns a sequence of date strings and returns a list of datetime. |