We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39bd3d3 commit 0963fa3Copy full SHA for 0963fa3
pandas/core/dtypes/common.py
@@ -715,6 +715,16 @@ def is_signed_integer_dtype(arr_or_dtype) -> bool:
715
Whether or not the array or dtype is of a signed integer dtype
716
and not an instance of timedelta64.
717
718
+
719
+ See Also
720
+ --------
721
+ pandas.api.types.is_integer_dtype: Check whether the provided array or dtype
722
+ is of an integer dtype.
723
+ pandas.api.types.is_numeric_dtype: Check whether the provided array or dtype
724
+ is of a numeric dtype.
725
+ pandas.api.types.is_unsigned_integer_dtype: Check whether the provided array
726
+ or dtype is of an unsigned integer dtype.
727
728
Examples
729
--------
730
>>> from pandas.core.dtypes.common import is_signed_integer_dtype
0 commit comments