-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
API DesignIO CSVread_csv, to_csvread_csv, to_csvInternalsRelated to non-user accessible pandas implementationRelated to non-user accessible pandas implementation
Milestone
Description
Index.to_datetime
currently exists but really no need for this as pd.to_datetime
subsumes this functionaility (and is more general). and just pollutes the interface.
so remove:
-
Timestamp.to_datetime
-
DatetimeIndex.to_datetime
DEPR: Deprecated Index.to_datetime #14096 -
Index.to_datetime
DEPR: Deprecated Index.to_datetime #14096 -
NaT.to_datetime
-
PeriodIndex.to_datetime
DEPR: Deprecated PeriodIndex.to_datetime #14113
(and fix the parser to call directly try the conversion / use a helper function).
Metadata
Metadata
Assignees
Labels
API DesignIO CSVread_csv, to_csvread_csv, to_csvInternalsRelated to non-user accessible pandas implementationRelated to non-user accessible pandas implementation