File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
76
76
-i " pandas.DataFrame.min RT03" \
77
77
-i " pandas.DataFrame.plot PR02,SA01" \
78
78
-i " pandas.Grouper PR02" \
79
- -i " pandas.MultiIndex PR01" \
80
79
-i " pandas.MultiIndex.append PR07,SA01" \
81
80
-i " pandas.MultiIndex.copy PR07,RT03,SA01" \
82
81
-i " pandas.MultiIndex.drop PR07,RT03,SA01" \
Original file line number Diff line number Diff line change @@ -209,8 +209,12 @@ class MultiIndex(Index):
209
209
level).
210
210
names : optional sequence of objects
211
211
Names for each of the index levels. (name is accepted for compat).
212
+ dtype : Numpy dtype or pandas type, optional
213
+ Data type for the MultiIndex.
212
214
copy : bool, default False
213
215
Copy the meta-data.
216
+ name : Label
217
+ Kept for compatibility with 1-dimensional Index. Should not be used.
214
218
verify_integrity : bool, default True
215
219
Check that the levels/codes are consistent and valid.
216
220
You can’t perform that action at this time.
0 commit comments