Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARROW-2273: [Python] Raise NotImplementedError when pandas Sparse types serializing #1997

Closed

Conversation

Licht-T
Copy link
Contributor

@Licht-T Licht-T commented May 4, 2018

This fixes 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.

pandas Sparse types are planned to be deprecated in pandas future releases.
pandas-dev/pandas#19239
@Licht-T Licht-T force-pushed the add-pandas-sparse-unsupported-msg branch from 90f93b0 to 64e24ce Compare May 4, 2018 17:56
Copy link
Member

@xhochy xhochy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, LGTM

@xhochy xhochy closed this in 3d594bc May 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants