Skip to content

BUG: Join ValueError for DataFrame list #46630

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 17 commits into from
Apr 7, 2022

Conversation

bwozniak27
Copy link
Contributor

@bwozniak27 bwozniak27 commented Apr 3, 2022

In the comments for DataFrame.join(), it says that suffixes are not supported for joining a list of DataFrame objects.

Notes
-----
Parameters on, lsuffix, and rsuffix are not supported when
passing a list of DataFrame objects.

@bwozniak27 bwozniak27 marked this pull request as ready for review April 5, 2022 15:52
@jreback jreback added Reshaping Concat, Merge/Join, Stack/Unstack, Explode Bug labels Apr 7, 2022
@jreback jreback added this to the 1.5 milestone Apr 7, 2022
@jreback jreback merged commit e1b95fa into pandas-dev:main Apr 7, 2022
@jreback
Copy link
Contributor

jreback commented Apr 7, 2022

thanks @bwozniak27

@bwozniak27 bwozniak27 deleted the join-valueError branch April 8, 2022 21:25
yehoshuadimarsky pushed a commit to yehoshuadimarsky/pandas that referenced this pull request Jul 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Reshaping Concat, Merge/Join, Stack/Unstack, Explode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: join: ValueError: Indexes have overlapping values
3 participants