HHammond / PrettyPandas

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

PrettyPandas import link broken in pandas 0.19 #42

Closed ResidentMario closed 6 years ago

ResidentMario commented 7 years ago

The following fails:

import prettypandas

With:

ImportError: No module named 'pandas.core.style'

The module appears to have moved to pandas.DataFrame.style (changelist), AFAIK.

HHammond commented 6 years ago

New PR will fix this https://github.com/HHammond/PrettyPandas/pull/48 forever by no longer using the Styler class.