Index.to_datetime() has no format
keyword
#5612
Labels
API Design
Datetime
Datetime data dtype
Indexing
Related to indexing on series/frames, not to indexes themselves
Milestone
Index.to_datetime
has noformat
keyword (and more generally, it lacks all keyword arguments frompd.to_datetime
except fordayfirst
).Maybe it could be made more similar to
pd.datetime
? (or even just use it under the hood?)Code: https://github.com/pydata/pandas/blob/master/pandas/core/index.py#L278
Docs: http://pandas.pydata.org/pandas-docs/dev/generated/pandas.Index.to_datetime.html#pandas.Index.to_datetime
Thanks to @stijnvanhoey for reporting
The text was updated successfully, but these errors were encountered: