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 @@ -248,7 +248,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
248
248
-i " pandas.Timestamp.utctimetuple SA01" \
249
249
-i " pandas.Timestamp.value GL08" \
250
250
-i " pandas.Timestamp.year GL08" \
251
- -i " pandas.api.extensions.ExtensionArray.dtype SA01" \
252
251
-i " pandas.api.extensions.ExtensionArray.duplicated RT03,SA01" \
253
252
-i " pandas.api.extensions.ExtensionArray.fillna SA01" \
254
253
-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