Closed ResidentMario closed 6 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.
pandas.DataFrame.style
New PR will fix this https://github.com/HHammond/PrettyPandas/pull/48 forever by no longer using the Styler class.
Styler
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.