File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -715,14 +715,13 @@ def is_signed_integer_dtype(arr_or_dtype) -> bool:
715
715
Whether or not the array or dtype is of a signed integer dtype
716
716
and not an instance of timedelta64.
717
717
718
-
719
718
See Also
720
719
--------
721
- pandas. api.types.is_integer_dtype: Check whether the provided array or dtype
720
+ api.types.is_integer_dtype: Check whether the provided array or dtype
722
721
is of an integer dtype.
723
- pandas. api.types.is_numeric_dtype: Check whether the provided array or dtype
722
+ api.types.is_numeric_dtype: Check whether the provided array or dtype
724
723
is of a numeric dtype.
725
- pandas. api.types.is_unsigned_integer_dtype: Check whether the provided array
724
+ api.types.is_unsigned_integer_dtype: Check whether the provided array
726
725
or dtype is of an unsigned integer dtype.
727
726
728
727
Examples
You can’t perform that action at this time.
0 commit comments