HHammond / PrettyPandas

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

Fix import error from pandas.core.style moving to pandas.formats.style #37

Closed HHammond closed 8 years ago

HHammond commented 8 years ago

This is a fix for the change in Pandas where the style module moved form pandas.core to pandas.formats in https://github.com/pydata/pandas/pull/12804

The fix is to check the version, the styler change occurred in pandas 0.18.1, so anything after that date should work with the style API.

Apologies to anyone who was disrupted by being out of sync.