Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix up a `pandas` `FutureWarning`: ``` FutureWarning: Series.__getitem__ treating keys as positions is deprecated. In a future version, integer keys will always be treated as labels (consistent with DataFrame behavior). To access a value by position, use `ser.iloc[pos]` ```
- Loading branch information