Skip to content

BUG: DataFrame.join inconsistently setting result index name #56948

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 5 commits into from
Jan 23, 2024

Conversation

lukemanley
Copy link
Member

@lukemanley lukemanley added Bug Reshaping Concat, Merge/Join, Stack/Unstack, Explode labels Jan 19, 2024
@lukemanley lukemanley added this to the 3.0 milestone Jan 19, 2024
Copy link
Member

@rhshadrach rhshadrach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm. I noticed a small cleanup but doesn't have to be handled here.

@mroeschke mroeschke merged commit fe244ba into pandas-dev:main Jan 23, 2024
@mroeschke
Copy link
Member

Thanks @lukemanley

@mroeschke
Copy link
Member

I discovered that there's a get_op_result_name. Looks like it's mostly used numerical ops/combine as of now. Maybe we should be using that here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Reshaping Concat, Merge/Join, Stack/Unstack, Explode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Left join on index with non-unique values removes name of index
3 participants