Closed HHammond closed 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
style
pandas.core
pandas.formats
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.
This is a fix for the change in Pandas where the
style
module moved formpandas.core
topandas.formats
in https://github.com/pydata/pandas/pull/12804The 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.