File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -304,7 +304,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
304
304
-i " pandas.api.types.is_re PR07,SA01" \
305
305
-i " pandas.api.types.is_re_compilable PR07,SA01" \
306
306
-i " pandas.api.types.is_sparse SA01" \
307
- -i " pandas.api.types.is_string_dtype SA01" \
308
307
-i " pandas.api.types.is_timedelta64_ns_dtype SA01" \
309
308
-i " pandas.api.types.pandas_dtype PR07,RT03,SA01" \
310
309
-i " pandas.api.types.union_categoricals RT03,SA01" \
Original file line number Diff line number Diff line change @@ -558,6 +558,11 @@ def is_string_dtype(arr_or_dtype) -> bool:
558
558
boolean
559
559
Whether or not the array or dtype is of the string dtype.
560
560
561
+ See Also
562
+ --------
563
+ api.types.is_string_dtype : Check whether the provided array or dtype
564
+ is of the string dtype.
565
+
561
566
Examples
562
567
--------
563
568
>>> from pandas.api.types import is_string_dtype
You can’t perform that action at this time.
0 commit comments