Open sum1lim opened 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'.
.loc
.ix
pandas
AttributeError: 'DataFrame' object has no attribute 'ix'
This PR resolves #130
@jhamman As described in the issue,
.loc
indexer replaces.ix
indexer, which is deprecated inpandas
starting version 0.20.0. This will solve the errorAttributeError: 'DataFrame' object has no attribute 'ix'
.