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.23.0.txt
+3
Original file line number
Diff line number
Diff line change
@@ -886,6 +886,9 @@ Deprecations
886
886
- The ``convert_datetime64`` parameter in :func:`DataFrame.to_records` has been deprecated and will be removed in a future version. The NumPy bug motivating this parameter has been resolved. The default value for this parameter has also changed from ``True`` to ``None`` (:issue:`18160`).
:func:`Series.expanding().apply() <pandas.core.window.Expanding.apply>`, and :func:`DataFrame.expanding().apply() <pandas.core.window.Expanding.apply>` have deprecated passing an ``np.array`` by default. One will need to pass the new ``raw`` parameter to be explicit about what is passed (:issue:`20584`)
889
+
- The ``data``, ``base``, ``strides``, ``flags`` and ``itemsize`` properties
890
+
of the ``Series`` and ``Index`` classes have been deprecated and will be
891
+
removed in a future version (:issue:`20419`).
889
892
- ``DatetimeIndex.offset`` is deprecated. Use ``DatetimeIndex.freq`` instead (:issue:`20716`)
890
893
- ``Index.get_duplicates()`` is deprecated and will be removed in a future version (:issue:`20239`)
0 commit comments