Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apacheGH-35329: [Python] Address pandas.types.is_sparse deprecation (a…
…pache#35366) ### Rationale for this change pandas is deprecating `pandas.types.is_sparse` in 2.1 ### What changes are included in this PR? Changing usages of `is_sparse` to the recommended migration `isinstance(dtype, pd.SparseDtype)` ### Are these changes tested? ### Are there any user-facing changes? No closes apache#35329 * Closes: apache#35329 Authored-by: Matthew Roeschke <[email protected]> Signed-off-by: Alenka Frim <[email protected]>
- Loading branch information