File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -825,7 +825,8 @@ def is_any_int_dtype(arr_or_dtype):
825
825
826
826
.. versionchanged:: 0.24.0
827
827
828
- Nullable Integer support
828
+ The nullable Integer dtypes (e.g. pandas.Int64Dtype) are also considered
829
+ as integer by this function.
829
830
830
831
Parameters
831
832
----------
@@ -872,7 +873,8 @@ def is_integer_dtype(arr_or_dtype):
872
873
873
874
.. versionchanged:: 0.24.0
874
875
875
- Nullable Integer support
876
+ The nullable Integer dtypes (e.g. pandas.Int64Dtype) are also considered
877
+ as integer by this function.
876
878
877
879
Parameters
878
880
----------
@@ -926,7 +928,8 @@ def is_signed_integer_dtype(arr_or_dtype):
926
928
927
929
.. versionchanged:: 0.24.0
928
930
929
- Nullable Integer support
931
+ The nullable Integer dtypes (e.g. pandas.Int64Dtype) are also considered
932
+ as integer by this function.
930
933
931
934
Parameters
932
935
----------
@@ -980,7 +983,8 @@ def is_unsigned_integer_dtype(arr_or_dtype):
980
983
981
984
.. versionchanged:: 0.24.0
982
985
983
- Nullable Integer support
986
+ The nullable Integer dtypes (e.g. pandas.UInt64Dtype) are also
987
+ considered as integer by this function.
984
988
985
989
Parameters
986
990
----------
You can’t perform that action at this time.
0 commit comments