File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
193
193
-i " pandas.Timestamp.tzinfo GL08" \
194
194
-i " pandas.Timestamp.value GL08" \
195
195
-i " pandas.Timestamp.year GL08" \
196
- -i " pandas.api.extensions.ExtensionArray.dtype SA01" \
197
196
-i " pandas.api.extensions.ExtensionArray.duplicated RT03,SA01" \
198
197
-i " pandas.api.extensions.ExtensionArray.fillna SA01" \
199
198
-i " pandas.api.extensions.ExtensionArray.insert PR07,RT03,SA01" \
Original file line number Diff line number Diff line change @@ -608,6 +608,14 @@ def dtype(self) -> ExtensionDtype:
608
608
"""
609
609
An instance of ExtensionDtype.
610
610
611
+ See Also
612
+ --------
613
+ api.extensions.ExtensionDtype : Base class for extension dtypes.
614
+ api.extensions.ExtensionArray : Base class for extension array types.
615
+ api.extensions.ExtensionArray.dtype : The dtype of an ExtensionArray.
616
+ Series.dtype : The dtype of a Series.
617
+ DataFrame.dtype : The dtype of a DataFrame.
618
+
611
619
Examples
612
620
--------
613
621
>>> pd.array([1, 2, 3]).dtype
You can’t perform that action at this time.
0 commit comments