Posts by forayer • 136 points
1 post
-
2
votes1
answer3305
viewsA: In pandas, how to merge two dataframes, but only one section of two columns?
Looking at the Pandas documentation I do not believe it is possible without creating a temporary column because the merge method only takes the name of the label as key.…