BUG: is_integer_dtype
returns False
for integer ArrowDtype
s
#50667
Labels
is_integer_dtype
returns False
for integer ArrowDtype
s
#50667
Pandas version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
I have confirmed this bug exists on the main branch of pandas.
Reproducible Example
Issue Description
Similar to #50563, but for
is_integer_dtype
returningFalse
when int-based arrow dtypes are input.Expected Behavior
I'd expect
is_integer_dtype
to returnTrue
forint64[pyarrow]
,int32[pyarrow]
, etc.Installed Versions
The text was updated successfully, but these errors were encountered: