Checking the values in a list against Pandas DataFrame
Advertisements I have a Pandas DataFrame with a list of words and their associated emotions (each can have several emotions attached to it). Something like this: I have also extracted the tokens of a text, using Spacy, into a list. something like [‘study’, ‘Maths’, ‘easy’, ‘great’, ‘study’,…] In order to match the tokens in the… Read More Checking the values in a list against Pandas DataFrame