Pour Loop, se débarrasser des mots d'arrêt Python
list(filter(lambda word: word not in stop_words, df.cleaned[0]))
DS in Training
list(filter(lambda word: word not in stop_words, df.cleaned[0]))
from nltk.corpus import stopwords