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/v1.3.0.rst
+41
Original file line number
Diff line number
Diff line change
@@ -679,6 +679,47 @@ Deprecations
679
679
- Deprecated passing arguments (apart from ``value``) as positional in :meth:`DataFrame.fillna` and :meth:`Series.fillna` (:issue:`41485`)
680
680
- Deprecated construction of :class:`Series` or :class:`DataFrame` with ``DatetimeTZDtype`` data and ``datetime64[ns]`` dtype. Use ``Series(data).dt.tz_localize(None)`` instead (:issue:`41555`,:issue:`33401`)
681
681
682
+
.. _whatsnew_130.deprecations.nuisance_columns:
683
+
684
+
Deprecated Dropping Nuisance Columns in DataFrame Reductions and DataFrameGroupBy Operations
0 commit comments