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-6556: [Python] Fix warning for pandas SparseDataFrame removal #5438

Conversation

jorisvandenbossche
Copy link
Member

@jorisvandenbossche jorisvandenbossche commented Sep 19, 2019

Follow-up on https://issues.apache.org/jira/browse/ARROW-6556 / #5377.
We were a bit fast with merging the other PR, as pandas changed the removal slightly (it added back a dummy SparseDataFrame object which triggers a warning upon access, but this means that hasattr(pd, 'SparseDataFrame) or try/except on import is not a good check to know if the actual class still exists or not).

Using pytests warnings filter I now ensure no such warning is raised in our test suite.

@jorisvandenbossche
Copy link
Member Author

@ursabot crossbow submit docker-pandas-master

@ursabot
Copy link

ursabot commented Sep 19, 2019

AMD64 Conda Crossbow Submit (#63595) builder has been succeeded.

Revision: 06a0738

Submitted crossbow builds: ursa-labs/crossbow @ ursabot-205

Task Status
docker-pandas-master CircleCI

Copy link
Member

@wesm wesm left a comment

Choose a reason for hiding this comment

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

+1, thanks @jorisvandenbossche!

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.

3 participants