File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-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_datetime64tz_dtype SA01" \
127
126
-i " pandas.api.types.is_dict_like PR07,SA01" \
128
127
-i " pandas.api.types.is_extension_array_dtype SA01" \
129
128
-i " pandas.api.types.is_file_like PR07,SA01" \
Original file line number Diff line number Diff line change @@ -323,6 +323,13 @@ def is_datetime64tz_dtype(arr_or_dtype) -> bool:
323
323
boolean
324
324
Whether or not the array-like or dtype is of a DatetimeTZDtype dtype.
325
325
326
+ See Also
327
+ --------
328
+ api.types.is_datetime64_dtype: Check whether an array-like or
329
+ dtype is of the datetime64 dtype.
330
+ api.types.is_datetime64_any_dtype: Check whether the provided array or
331
+ dtype is of the datetime64 dtype.
332
+
326
333
Examples
327
334
--------
328
335
>>> from pandas.api.types import is_datetime64tz_dtype
You can’t perform that action at this time.
0 commit comments