Skip to content

Commit 4a8dd05

Browse files
jbrockmendelnoatamir
authored andcommitted
DEPR: core.index file (pandas-dev#49403)
1 parent 22b80c4 commit 4a8dd05

File tree

2 files changed

+1
-37
lines changed

2 files changed

+1
-37
lines changed

doc/source/whatsnew/v2.0.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ Deprecations
157157

158158
Removal of prior version deprecations/changes
159159
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
160+
- Removed deprecated module ``pandas.core.index`` (:issue:`30193`)
160161
- Removed deprecated :meth:`Categorical.to_dense`, use ``np.asarray(cat)`` instead (:issue:`32639`)
161162
- Removed deprecated :meth:`Categorical.take_nd` (:issue:`27745`)
162163
- Removed deprecated :meth:`Categorical.mode`, use ``Series(cat).mode()`` instead (:issue:`45033`)

pandas/core/index.py

-37
This file was deleted.

0 commit comments

Comments
 (0)