PANDAS mengecualikan barisan dari dataframe lain
DF[~DF['column'].isin(EXCLUDE_DF['column'])]
saldainis
DF[~DF['column'].isin(EXCLUDE_DF['column'])]