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

BUG: Non deterministic level order in MultiIndex with join #37199

Merged
merged 3 commits into from
Oct 23, 2020

Conversation

phofl
Copy link
Member

@phofl phofl commented Oct 17, 2020

This fixes the issue, if the number should be deterministic. If not, we should add a note in the docs

@phofl phofl added MultiIndex Reshaping Concat, Merge/Join, Stack/Unstack, Explode labels Oct 17, 2020
@jreback jreback added this to the 1.2 milestone Oct 23, 2020
@jreback jreback merged commit af71aa1 into pandas-dev:master Oct 23, 2020
@jreback
Copy link
Contributor

jreback commented Oct 23, 2020

thanks @phofl nice!

@phofl phofl deleted the 36910 branch October 25, 2020 19:19
JulianWgs pushed a commit to JulianWgs/pandas that referenced this pull request Oct 26, 2020
kesmit13 pushed a commit to kesmit13/pandas that referenced this pull request Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MultiIndex Reshaping Concat, Merge/Join, Stack/Unstack, Explode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Joining data frames with MultiIndex results in non-deterministic level order.
2 participants