Skip to content
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

Fix DataArray.stack() with non-unique coordinates on pandas 0.23 #2168

Merged
merged 1 commit into from
May 26, 2018

Conversation

shoyer
Copy link
Member

@shoyer shoyer commented May 22, 2018

  • Closes pandas-0.23 breaks stack with duplicated indices  #2160 (remove if there is no corresponding issue, which should only be the case for minor changes)
  • Tests added (for all bug fixes or enhancements)
  • Tests passed (for all non-documentation changes)
  • Fully documented, including whats-new.rst for all changes and api.rst for new API (remove if this change should not be visible to users, e.g., if it is an internal clean-up, or if this is part of a larger project that will be documented later)

@jhamman
Copy link
Member

jhamman commented May 24, 2018

LGTM. @crusaderky, mind giving look to see if it resolves the bug you reported?

@shoyer shoyer mentioned this pull request May 25, 2018
8 tasks
@crusaderky
Copy link
Contributor

Looks good to me

@shoyer shoyer merged commit a28aab0 into pydata:master May 26, 2018
@shoyer shoyer deleted the multi-index-not-unique branch May 26, 2018 03:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pandas-0.23 breaks stack with duplicated indices
3 participants