string panda tidak berisi

# simply use the invert operator '~' with 'str.contains'
new_df = df[~df["col"].str.contains(word)]
Worrisome Wallaby