Commit c09bdb9
[SPARK-54650][PYTHON][FOLLOW-UP] Apply
### What changes were proposed in this pull request?
Apply `pandas.api.types.is_integer_dtype` to check the series dtype
### Why are the changes needed?
`pandas.api.types.is_integer_dtype` is a public pandas API, which is the standard way to check the dtype
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
ci
### Was this patch authored or co-authored using generative AI tooling?
no
Closes #53416 from zhengruifeng/apply_stand_is_integer_dtype.
Authored-by: Ruifeng Zheng <ruifengz@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>pandas.api.types.is_integer_dtype to check the series dtype1 parent dc47def commit c09bdb9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1277 | 1277 | | |
1278 | 1278 | | |
1279 | 1279 | | |
1280 | | - | |
| 1280 | + | |
1281 | 1281 | | |
1282 | 1282 | | |
1283 | 1283 | | |
| |||
0 commit comments