Skip to content

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
@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 <[email protected]>
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