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

[tests][python] fixed pandas deprecation warning in tests #2819

Merged
merged 2 commits into from
Feb 25, 2020

Conversation

StrikerRUS
Copy link
Collaborator

The pandas.SparseArray class is deprecated and will be removed from pandas in a future version. Use pandas.arrays.SparseArray instead.

Copy link
Collaborator

@jameslamb jameslamb left a comment

Choose a reason for hiding this comment

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

Makes sense to me! try-excepting the imports is a good way to manage it.

@StrikerRUS StrikerRUS merged commit 745b54d into master Feb 25, 2020
@StrikerRUS StrikerRUS deleted the pandas_warning branch February 25, 2020 19:38
@lock lock bot locked as resolved and limited conversation to collaborators Apr 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants