Skip to content

BUG: Fix regression in pandas merge #38638

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 1 commit into from
Dec 22, 2020
Merged

BUG: Fix regression in pandas merge #38638

merged 1 commit into from
Dec 22, 2020

Conversation

phofl
Copy link
Member

@phofl phofl commented Dec 22, 2020

Since this is a regression on master I think a whatsnew is not necessary?

@phofl phofl added Regression Functionality that used to work in a prior pandas version Reshaping Concat, Merge/Join, Stack/Unstack, Explode labels Dec 22, 2020
@jreback jreback added this to the 1.2 milestone Dec 22, 2020
Copy link
Contributor

@jreback jreback left a comment

Choose a reason for hiding this comment

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

lgtm ping on greenish

@jreback jreback merged commit 0db7bd9 into pandas-dev:master Dec 22, 2020
@jreback
Copy link
Contributor

jreback commented Dec 22, 2020

thanks @phofl

@jreback
Copy link
Contributor

jreback commented Dec 22, 2020

@meeseeksdev backport 1.2.x

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.

REGR: pandas 1.2rc fails merge with AttributeError: 'bool' object has no attribute 'all'
2 participants