Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
### 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 #35329 * Closes: #35329 Authored-by: Matthew Roeschke <[email protected]> Signed-off-by: Alenka Frim <[email protected]>
- Loading branch information