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

Deprecated .ix indexer replaced with .loc indexer in /rvic/parameters.py #132

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Deprecated .ix indexer replaced with .loc indexer in /rvic/parameters.py #132

wants to merge 1 commit into from

Conversation

sum1lim
Copy link

@sum1lim sum1lim commented Jul 16, 2020

This PR resolves #130

@jhamman As described in the issue, .loc indexer replaces .ix indexer, which is deprecated in pandas starting version 0.20.0. This will solve the error AttributeError: 'DataFrame' object has no attribute 'ix'.

@sum1lim sum1lim marked this pull request as ready for review July 16, 2020 18:04
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.

.ix indexer should be changed to .loc in parameters.py
1 participant