HHammond / PrettyPandas

A Pandas Styler class for making beautiful tables
http://prettypandas.readthedocs.org/
MIT License
415 stars 23 forks source link

Add pandas >= 0.20 requirement #52

Open azjps opened 5 years ago

azjps commented 5 years ago

Minor, but it would be nice to update requirements.txt to reflect that the minimum supported pandas version is at least 0.20, since this is internally using https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.agg.html which was introduced in 0.20.