Skip to content

Plotting #11

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

Closed
wants to merge 2 commits into from
Closed

Plotting #11

wants to merge 2 commits into from

Conversation

sigvaldm
Copy link
Contributor

Trouble plotting dataframes using df.length.plot() is reported in issue #9. This is addressed in issue pandas-dev/pandas#25590 and is therefore expected to work at pandas 0.25. I tried using pandas 0.25.0.dev0+323.gd40446044, however, pint-pandas currently uses pandas.compat.u() which is removed in pandas 0.25 along with support for Python2. See pandas-dev/pandas#25852. This PR fixes that, allowing plotting when pandas 0.25 is released (unless any conflicting changes takes place in the meantime). Pandas 0.25 is due May 1.

@sigvaldm
Copy link
Contributor Author

Turns out this does not work with the examples in issue #9, although it works on my case. I'll look into the differnces.

@sigvaldm sigvaldm closed this Mar 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant