@@ -1604,7 +1604,7 @@ def get_level_values(self, level):
1604
1604
1605
1605
Returns
1606
1606
-------
1607
- values : Index
1607
+ Index
1608
1608
Values is a level of this MultiIndex converted to
1609
1609
a single :class:`Index` (or subclass thereof).
1610
1610
@@ -1678,7 +1678,7 @@ def to_frame(
1678
1678
1679
1679
Returns
1680
1680
-------
1681
- DataFrame : a DataFrame containing the original MultiIndex data.
1681
+ DataFrame
1682
1682
1683
1683
See Also
1684
1684
--------
@@ -2744,7 +2744,7 @@ def get_loc(self, key):
2744
2744
2745
2745
Returns
2746
2746
-------
2747
- loc : int, slice object or boolean mask
2747
+ int, slice object or boolean mask
2748
2748
If the key is past the lexsort depth, the return may be a
2749
2749
boolean mask array, otherwise it is always a slice or int.
2750
2750
@@ -2862,10 +2862,11 @@ def get_loc_level(self, key, level: IndexLabel = 0, drop_level: bool = True):
2862
2862
2863
2863
Returns
2864
2864
-------
2865
- loc : A 2-tuple where the elements are:
2866
- Element 0: int, slice object or boolean array
2867
- Element 1: The resulting sliced multiindex/index. If the key
2868
- contains all levels, this will be ``None``.
2865
+ tuple
2866
+ A 2-tuple where the elements :
2867
+ Element 0: int, slice object or boolean array.
2868
+ Element 1: The resulting sliced multiindex/index. If the key
2869
+ contains all levels, this will be ``None``.
2869
2870
2870
2871
See Also
2871
2872
--------
0 commit comments