-
Pleaaase help :( I have two DF, DF1 (col A, B, C) and DF2, (col, A, B, D) I want to left join DF1 with DF2 in order to have ALL THE ROWS of DF1, and in front of each, the equivalent in DF2. The issue is that DF2 contains duplicated by A and B and I need to duplicate them in the resulting DF. Can anyone help please? |
Beta Was this translation helpful? Give feedback.
Answered by
samukweku
Mar 27, 2024
Replies: 1 comment 3 replies
-
hi @soufisouf at the moment this is not possible - the left dataframe should have unique keys |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, that is the alternative. Or convert to arrow and use pyarrow/polars