You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ARROW-2273: [Python] Raise NotImplementedError when pandas Sparse types serializing
This fixes [ARROW-2273](https://issues.apache.org/jira/browse/ARROW-2273).
`pandas` Sparse types are planned to be deprecated in pandas future releases (pandas-dev/pandas#19239).
`SparseDataFrame` and `SparseSeries` are naive implementation and have many bugs. IMO, this is not the right time to support these in `pyarrow`.
Author: Licht-T <[email protected]>
Closes#1997 from Licht-T/add-pandas-sparse-unsupported-msg and squashes the following commits:
64e24ce <Licht-T> ENH: Raise NotImplementedError when pandas Sparse types serializing pandas Sparse types are planned to be deprecated in pandas future releases. pandas-dev/pandas#19239
0 commit comments