I am adding the following code:
r = df_1[~df_1isin( df_2.to_dict(\'list\')).all(1)] r[\'is_sent\'] = pd.Series(False).bool()
The p