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
* Remove Series in rename_categories as list-like
* Remove reindex_axis and rename_axis behavior
* Add Series.reindex_axis
* Fix whatsnew and import error
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.25.0.rst
+3
Original file line number
Diff line number
Diff line change
@@ -627,6 +627,9 @@ Removal of prior version deprecations/changes
627
627
- Removed the previously deprecated ``pd.options.html.border`` (:issue:`16970`)
628
628
- Removed the previously deprecated ``convert_objects`` (:issue:`11221`)
629
629
- Removed the previously deprecated ``select`` method of ``DataFrame`` and ``Series`` (:issue:`17633`)
630
+
- Removed the previously deprecated behavior of :class:`Series` treated as list-like in :meth:`~Series.cat.rename_categories` (:issue:`17982`)
631
+
- Removed the previously deprecated ``DataFrame.reindex_axis`` and ``Series.reindex_axis``` (:issue:`17842`)
632
+
- Removed the previously deprecated behavior of altering column or index labels with :meth:`Series.rename_axis` or :meth:`DataFrame.rename_axis` (:issue:`17842`)
0 commit comments