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

REGR: Index.join raising TypeError when joining an empty index to a mixed type index #57101

Merged
merged 3 commits into from
Jan 29, 2024

Conversation

lukemanley
Copy link
Member

@lukemanley lukemanley added Reshaping Concat, Merge/Join, Stack/Unstack, Explode Regression Functionality that used to work in a prior pandas version labels Jan 27, 2024
@lukemanley lukemanley added this to the 2.2.1 milestone Jan 27, 2024
@mroeschke mroeschke merged commit f5bb775 into pandas-dev:main Jan 29, 2024
50 checks passed
@mroeschke
Copy link
Member

Thanks @lukemanley

meeseeksmachine pushed a commit to meeseeksmachine/pandas that referenced this pull request Jan 29, 2024
… joining an empty index to a mixed type index
mroeschke pushed a commit that referenced this pull request Jan 29, 2024
…r when joining an empty index to a mixed type index) (#57133)

Backport PR #57101: REGR: Index.join raising TypeError when joining an empty index to a mixed type index

Co-authored-by: Luke Manley <lukemanley@gmail.com>
pmhatre1 pushed a commit to pmhatre1/pandas-pmhatre1 that referenced this pull request May 7, 2024
…ixed type index (pandas-dev#57101)

* fix regression in join with empty

* mypy

* move empty check
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Regression Functionality that used to work in a prior pandas version Reshaping Concat, Merge/Join, Stack/Unstack, Explode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: TypeError for dataframe arithmetic combining empty and mixed type column indexes
2 participants