Skip to content

Commit ad4b1cb

Browse files
committed
Changed according to comments
1 parent 451fc5e commit ad4b1cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pandas/core/indexes/multi.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,13 @@ class MultiIndex(Index):
140140
The unique labels for each level
141141
codes : sequence of arrays
142142
Integers for each level designating which label at each location
143+
144+
.. versionadded:: 0.24.0
143145
labels : sequence of arrays
146+
Integers for each level designating which label at each location
147+
144148
.. deprecated:: 0.24.0
145149
Use ``codes`` instead
146-
147-
Integers for each level designating which label at each location
148150
sortorder : optional int
149151
Level of sortedness (must be lexicographically sorted by that
150152
level)
@@ -188,7 +190,6 @@ class MultiIndex(Index):
188190
names
189191
levels
190192
codes
191-
labels
192193
nlevels
193194
levshape
194195
@@ -199,7 +200,6 @@ class MultiIndex(Index):
199200
from_product
200201
set_levels
201202
set_codes
202-
set_labels
203203
to_frame
204204
to_flat_index
205205
is_lexsorted

0 commit comments

Comments
 (0)