Closed
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).