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: Fix DataFrame binary arithmatic operation handling of unaligned … #60538

Merged
merged 3 commits into from
Jan 15, 2025

Conversation

snitish
Copy link
Contributor

@snitish snitish commented Dec 11, 2024

…MultiIndex columns

Copy link
Contributor

This pull request is stale because it has been open for thirty days with no activity. Please update and respond to this comment if you're still interested in working on this.

@github-actions github-actions bot added the Stale label Jan 11, 2025
@snitish
Copy link
Contributor Author

snitish commented Jan 11, 2025

This pull request is stale because it has been open for thirty days with no activity. Please update and respond to this comment if you're still interested in working on this.

reopening

@mroeschke mroeschke added Numeric Operations Arithmetic, Comparison, and Logical operations MultiIndex and removed Stale labels Jan 14, 2025
pandas/core/frame.py Outdated Show resolved Hide resolved
@mroeschke mroeschke added this to the 3.0 milestone Jan 15, 2025
@mroeschke mroeschke merged commit 5c9b671 into pandas-dev:main Jan 15, 2025
50 of 51 checks passed
@mroeschke
Copy link
Member

Thanks @snitish

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MultiIndex Numeric Operations Arithmetic, Comparison, and Logical operations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: MultiIndex alignment solved for rows but not columns
2 participants