Skip to content

Backport PR #47946: REGR: fix error caused by deprecation warning in pd.merge when joining two Series #48154

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 2 commits into from
Aug 19, 2022

Conversation

phofl
Copy link
Member

@phofl phofl commented Aug 19, 2022

nsarang and others added 2 commits August 19, 2022 16:01
…g two Series (pandas-dev#47946)

* Fix bug in warning

* add test

* add note to whatsnew

* Add gh ref

* catch warning in the test

Co-authored-by: Patrick Hoefler <61934744+phofl@users.noreply.github.com>
Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
@phofl phofl changed the title Backport PR #47946: DOC: Increased minimum version for Python (#45200) Aug 19, 2022
@phofl
Copy link
Member Author

phofl commented Aug 19, 2022

cc @simonjayhawkins Added the pr number

@simonjayhawkins
Copy link
Member

cc @simonjayhawkins Added the issue number

we need to do the issue number as a sperate PR against main (and either backport or sync directly with 1.4.x) so that the release notes history on the future stable docs are also correct

@phofl
Copy link
Member Author

phofl commented Aug 19, 2022

Yep, already prepared the pr

@phofl phofl added this to the 1.4.4 milestone Aug 19, 2022
@simonjayhawkins simonjayhawkins added the Warnings Warnings that appear or should be added to pandas label Aug 19, 2022
Copy link
Member

@simonjayhawkins simonjayhawkins left a comment

Choose a reason for hiding this comment

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

Thanks @phofl merge on green(ish)

@simonjayhawkins simonjayhawkins added the Reshaping Concat, Merge/Join, Stack/Unstack, Explode label Aug 19, 2022
@simonjayhawkins simonjayhawkins merged commit 9040423 into pandas-dev:1.4.x Aug 19, 2022
@phofl phofl deleted the backport_merge branch August 19, 2022 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Reshaping Concat, Merge/Join, Stack/Unstack, Explode Warnings Warnings that appear or should be added to pandas
3 participants