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

pandas warning related to viz module #207

Closed
andyndang opened this issue Apr 22, 2021 · 1 comment
Closed

pandas warning related to viz module #207

andyndang opened this issue Apr 22, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@andyndang
Copy link
Contributor

  A value is trying to be set on a copy of a slice from a DataFrame.
  Try using .loc[row_indexer,col_indexer] = value instead
  
  See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy
    isetter(ilocs[0], value)

I keep seeing these warnings in our unit test log

@lalmei lalmei added the bug Something isn't working label May 28, 2021
@jamie256
Copy link
Contributor

warning gone in version 1.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants