File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -140,11 +140,13 @@ class MultiIndex(Index):
140
140
The unique labels for each level
141
141
codes : sequence of arrays
142
142
Integers for each level designating which label at each location
143
+
144
+ .. versionadded:: 0.24.0
143
145
labels : sequence of arrays
146
+ Integers for each level designating which label at each location
147
+
144
148
.. deprecated:: 0.24.0
145
149
Use ``codes`` instead
146
-
147
- Integers for each level designating which label at each location
148
150
sortorder : optional int
149
151
Level of sortedness (must be lexicographically sorted by that
150
152
level)
@@ -188,7 +190,6 @@ class MultiIndex(Index):
188
190
names
189
191
levels
190
192
codes
191
- labels
192
193
nlevels
193
194
levshape
194
195
@@ -199,7 +200,6 @@ class MultiIndex(Index):
199
200
from_product
200
201
set_levels
201
202
set_codes
202
- set_labels
203
203
to_frame
204
204
to_flat_index
205
205
is_lexsorted
You can’t perform that action at this time.
0 commit comments