comment tokenize un dataframe dans python csv
imdb['review'] = imdb['review'].str.lower()
Frantic Frog
imdb['review'] = imdb['review'].str.lower()