Details
-
Bug
-
Status: Resolved
-
P1
-
Resolution: Fixed
-
2.26.0, 2.27.0
-
None
Description
For example, when joining on 'a' in both df1 and df2:
Failed example: df1.merge(df2, how='inner', on='a') Expected: 0 foo 1 3 a b c Got: 0 foo 1 foo 3 a_x b a_y c
Attachments
Issue Links
- links to