We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22b80c4 commit 4a8dd05Copy full SHA for 4a8dd05
doc/source/whatsnew/v2.0.0.rst
@@ -157,6 +157,7 @@ Deprecations
157
158
Removal of prior version deprecations/changes
159
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
160
+- Removed deprecated module ``pandas.core.index`` (:issue:`30193`)
161
- Removed deprecated :meth:`Categorical.to_dense`, use ``np.asarray(cat)`` instead (:issue:`32639`)
162
- Removed deprecated :meth:`Categorical.take_nd` (:issue:`27745`)
163
- Removed deprecated :meth:`Categorical.mode`, use ``Series(cat).mode()`` instead (:issue:`45033`)
pandas/core/index.py
0 commit comments