File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments