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
Copy file name to clipboardexpand all lines: doc/source/whatsnew/v0.21.0.txt
+25
Original file line number
Diff line number
Diff line change
@@ -573,6 +573,31 @@ Deprecations
573
573
- ``pd.TimeGrouper`` is deprecated in favor of :class:`pandas.Grouper` (:issue:`16747`)
574
574
- ``cdate_range`` has been deprecated in favor of :func:`bdate_range`, which has gained ``weekmask`` and ``holidays`` parameters for building custom frequency date ranges. See the :ref:`documentation <timeseries.custom-freq-ranges>` for more details (:issue:`17596`)
575
575
576
+
.. _whatsnew_0210.deprecations.select:
577
+
578
+
Series.select and DataFrame.select
579
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
580
+
581
+
The :meth:`Series.select` and :meth:`DataFrame.select` methods are deprecated in favor of using ``df.loc[labels.map(crit)]`` (:issue:`12401`)
0 commit comments