File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
113
113
-i " pandas.Timestamp.tzinfo GL08" \
114
114
-i " pandas.Timestamp.year GL08" \
115
115
-i " pandas.api.types.is_dict_like PR07,SA01" \
116
- -i " pandas.api.types.is_extension_array_dtype SA01" \
117
116
-i " pandas.api.types.is_file_like PR07,SA01" \
118
117
-i " pandas.api.types.is_float PR01,SA01" \
119
118
-i " pandas.api.types.is_float_dtype SA01" \
Original file line number Diff line number Diff line change @@ -1401,6 +1401,10 @@ def is_extension_array_dtype(arr_or_dtype) -> bool:
1401
1401
bool
1402
1402
Whether the `arr_or_dtype` is an extension array type.
1403
1403
1404
+ See Also
1405
+ --------
1406
+ api.extensions.ExtensionArray : Abstract base class for pandas extension arrays.
1407
+
1404
1408
Notes
1405
1409
-----
1406
1410
This checks whether an object implements the pandas extension
You can’t perform that action at this time.
0 commit comments