HHammond / PrettyPandas

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

Import Errors with latest pandas #35

Closed chris1610 closed 8 years ago

chris1610 commented 8 years ago

I believe the style imports have changed in pandas 0.18. I get ImportError: No module named style

Should be:

from pandas.formats.style import Styler

HHammond commented 8 years ago

Fixed in https://github.com/HHammond/PrettyPandas/pull/37