File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
82
82
-i " pandas.MultiIndex.get_level_values SA01" \
83
83
-i " pandas.MultiIndex.get_loc PR07" \
84
84
-i " pandas.MultiIndex.get_loc_level PR07" \
85
- -i " pandas.MultiIndex.levels SA01" \
86
85
-i " pandas.MultiIndex.levshape SA01" \
87
86
-i " pandas.MultiIndex.names SA01" \
88
87
-i " pandas.MultiIndex.nlevels SA01" \
Original file line number Diff line number Diff line change @@ -835,6 +835,12 @@ def levels(self) -> FrozenList:
835
835
it filters out all rows of the level C, MultiIndex.levels will still
836
836
return A, B, C.
837
837
838
+ See Also
839
+ --------
840
+ MultiIndex.codes : The codes of the levels in the MultiIndex.
841
+ MultiIndex.get_level_values : Return vector of label values for requested
842
+ level.
843
+
838
844
Examples
839
845
--------
840
846
>>> index = pd.MultiIndex.from_product(
You can’t perform that action at this time.
0 commit comments