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
+2-2
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ resetting indexes. See the :ref:`Sorting by Indexes and Values
117
117
# Sort by 'second' (index) and 'A' (column)
118
118
df_multi.sort_values(by=['second', 'A'])
119
119
120
-
.. _whatsnew_0230.enhancements.timedelta_mod
120
+
.. _whatsnew_0230.enhancements.timedelta_mod:
121
121
122
122
Timedelta mod method
123
123
^^^^^^^^^^^^^^^^^^^^
@@ -756,7 +756,7 @@ Removal of prior version deprecations/changes
756
756
- The ``Panel4D`` and ``PanelND`` classes have been removed (:issue:`13776`)
757
757
- The ``Panel`` class has dropped the ``to_long`` and ``toLong`` methods (:issue:`19077`)
758
758
- The options ``display.line_with`` and ``display.height`` are removed in favor of ``display.width`` and ``display.max_rows`` respectively (:issue:`4391`, :issue:`19107`)
759
-
- The ``labels`` attribute of the ``Categorical`` class has been removed in favor of :attribute:`Categorical.codes` (:issue:`7768`)
759
+
- The ``labels`` attribute of the ``Categorical`` class has been removed in favor of :attr:`Categorical.codes` (:issue:`7768`)
760
760
- The ``flavor`` parameter have been removed from func:`to_sql` method (:issue:`13611`)
761
761
- The modules ``pandas.tools.hashing`` and ``pandas.util.hashing`` have been removed (:issue:`16223`)
762
762
- The top-level functions ``pd.rolling_*``, ``pd.expanding_*`` and ``pd.ewm*`` have been removed (Deprecated since v0.18).
0 commit comments