79112147

Date: 2024-10-22 01:13:02
Score: 1
Natty:
Report link

You can do it with pd.merge

pd.merge(df2, df1, on='x', how='inner', suffixes=('_1', '_2'))
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: poisoned_monkey