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 @@ -87,7 +87,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
87
87
-i " pandas.MultiIndex.nlevels SA01" \
88
88
-i " pandas.MultiIndex.remove_unused_levels RT03,SA01" \
89
89
-i " pandas.MultiIndex.reorder_levels RT03,SA01" \
90
- -i " pandas.MultiIndex.set_codes SA01" \
91
90
-i " pandas.MultiIndex.set_levels RT03,SA01" \
92
91
-i " pandas.MultiIndex.sortlevel PR07,SA01" \
93
92
-i " pandas.MultiIndex.to_frame RT03" \
Original file line number Diff line number Diff line change @@ -1149,6 +1149,12 @@ def set_codes(
1149
1149
new index (of same type and class...etc) or None
1150
1150
The same type as the caller or None if ``inplace=True``.
1151
1151
1152
+ See Also
1153
+ --------
1154
+ MultiIndex.set_levels : Set new levels on MultiIndex.
1155
+ MultiIndex.codes : Get the codes of the levels in the MultiIndex.
1156
+ MultiIndex.levels : Get the levels of the MultiIndex.
1157
+
1152
1158
Examples
1153
1159
--------
1154
1160
>>> idx = pd.MultiIndex.from_tuples(
You can’t perform that action at this time.
0 commit comments