I am making a comparison via two dataframes:
res = df_1.merge(df_2, on=\'order_id\', suffixes=[\'_orig\', \'\'])
which results in:
<