UW-Hydro / RVIC

RVIC Streamflow Routing Model
http://rvic.readthedocs.org
GNU General Public License v3.0
34 stars 59 forks source link

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

Open sum1lim opened 4 years ago

sum1lim commented 4 years ago

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'.