Skip to content

Comments

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

Open
sum1lim wants to merge 1 commit intoUW-Hydro:masterfrom
sum1lim:i130-ix-deprecated
Open

Deprecated .ix indexer replaced with .loc indexer in /rvic/parameters.py#132
sum1lim wants to merge 1 commit intoUW-Hydro:masterfrom
sum1lim:i130-ix-deprecated

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