-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Fix DataArray.to_dataframe when the array has MultiIndex #4442
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like a nice improvement! It will also need unit test(s) to verify that it works.
Hello @ghislainp! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2021-02-19 23:01:55 UTC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The continuous integration tests are failing because this isn't formatted according to black. Please run black .
to fix that.
This looks good to me! The last (optional) part is adding an entry in xarray's release notes -- see |
@ghislainp can you add a note to whats-new and merge master please? (I can't push to your branch for some reason) |
Thanks @ghislainp and @keewis! @ghislainp sorry for the delay here |
isort . && black . && mypy . && flake8
whats-new.rst