htrc / htrc-feature-reader

Tools for working with HTRC Feature Extraction files
37 stars 12 forks source link

Sortlevel deprecated #24

Closed organisciak closed 5 years ago

organisciak commented 6 years ago

$ vol.tokens()

> htrc_features\feature_reader.py:603: FutureWarning: sortlevel is deprecated, use sort_index(level= ...)
  df.sortlevel(inplace=True)