File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
123
123
-i " pandas.Timestamp.tzinfo GL08" \
124
124
-i " pandas.Timestamp.year GL08" \
125
125
-i " pandas.api.extensions.ExtensionArray.interpolate PR01,SA01" \
126
- -i " pandas.api.types.is_categorical_dtype SA01" \
127
126
-i " pandas.api.types.is_complex PR01,SA01" \
128
127
-i " pandas.api.types.is_complex_dtype SA01" \
129
128
-i " pandas.api.types.is_datetime64_dtype SA01" \
Original file line number Diff line number Diff line change @@ -514,6 +514,12 @@ def is_categorical_dtype(arr_or_dtype) -> bool:
514
514
boolean
515
515
Whether or not the array-like or dtype is of the Categorical dtype.
516
516
517
+ See Also
518
+ --------
519
+ api.types.is_list_like: Check if the object is list-like.
520
+ api.types.is_complex_dtype: Check whether the provided array or
521
+ dtype is of a complex dtype.
522
+
517
523
Examples
518
524
--------
519
525
>>> from pandas.api.types import is_categorical_dtype
You can’t perform that action at this time.
0 commit comments