File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
79
79
-i " pandas.MultiIndex.append PR07,SA01" \
80
80
-i " pandas.MultiIndex.copy PR07,RT03,SA01" \
81
81
-i " pandas.MultiIndex.drop PR07,RT03,SA01" \
82
- -i " pandas.MultiIndex.dtypes SA01" \
83
82
-i " pandas.MultiIndex.get_level_values SA01" \
84
83
-i " pandas.MultiIndex.get_loc PR07" \
85
84
-i " pandas.MultiIndex.get_loc_level PR07" \
Original file line number Diff line number Diff line change @@ -775,6 +775,11 @@ def dtypes(self) -> Series:
775
775
"""
776
776
Return the dtypes as a Series for the underlying MultiIndex.
777
777
778
+ See Also
779
+ --------
780
+ Index.dtype : Return the dtype object of the underlying data.
781
+ Series.dtypes : Return the data type of the underlying Series.
782
+
778
783
Examples
779
784
--------
780
785
>>> idx = pd.MultiIndex.from_product(
You can’t perform that action at this time.
0 commit comments