Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 24, 2016

Conversation

HHammond
Copy link
Owner

This is a fix for the change in Pandas where the style module moved form pandas.core to pandas.formats in pandas-dev/pandas#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.

@HHammond HHammond added the bug label Jun 24, 2016
@HHammond HHammond modified the milestone: v0.0.3 Jun 24, 2016
@HHammond HHammond merged commit a0d6ee6 into master Jun 24, 2016
@HHammond HHammond deleted the fix_styler_import_change branch June 24, 2016 00:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant