You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removes the following .to_datetime methods
* Index.to_datetime
* Timestamp.to_datetime
* PeriodIndex.to_datetime
* DatetimeIndex.to_datetime
All were deprecated in 0.19.0
xref pandas-devgh-8254, pandas-devgh-14096, pandas-devgh-14113
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.22.0.txt
+1
Original file line number
Diff line number
Diff line change
@@ -150,6 +150,7 @@ Removal of prior version deprecations/changes
150
150
- The ``SparseList`` class has been removed (:issue:`14007`)
151
151
- The ``pandas.io.wb`` and ``pandas.io.data`` stub modules have been removed (:issue:`13735`)
152
152
- ``Categorical.from_array`` has been removed (:issue:`13854`)
153
+
- ``DatetimeIndex.to_datetime``, ``Timestamp.to_datetime``, ``PeriodIndex.to_datetime``, and ``Index.to_datetime`` have been removed (:issue:`8254`, :issue:`14096`, :issue:`14113`)
0 commit comments