Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-2273: [Python] Raise NotImplementedError when pandas Sparse typ…
…es 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
- Loading branch information