I have a data frame with keywords and a list of words which if exist in that data frame then should be deleted.
Only the word should be deleted not the column or row from the data frame.
Here is the Dataframe I have. I have a list of words as well as a pandas series of it. I want to drop only the words which are on that list from the keywords.