File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1407,7 +1407,7 @@ def _sort_levels_monotonic(self):
1407
1407
1408
1408
This is an *internal* function.
1409
1409
1410
- create a new MultiIndex from the current to monotonically sorted
1410
+ Create a new MultiIndex from the current to monotonically sorted
1411
1411
items IN the levels. This does not actually make the entire MultiIndex
1412
1412
monotonic, JUST the levels.
1413
1413
@@ -1465,8 +1465,8 @@ def _sort_levels_monotonic(self):
1465
1465
1466
1466
def remove_unused_levels (self ):
1467
1467
"""
1468
- create a new MultiIndex from the current that removing
1469
- unused levels, meaning that they are not expressed in the labels
1468
+ Create a new MultiIndex from the current that removes
1469
+ unused levels, meaning that they are not expressed in the labels.
1470
1470
1471
1471
The resulting MultiIndex will have the same outward
1472
1472
appearance, meaning the same .values and ordering. It will also
You can’t perform that action at this time.
0 commit comments