I am new with Python but I would like to see the frequency of words used in titles of games, which are in the first column named "Name" (from a dataset of Kaggle "Video Games with Ratings").
Thus, I am trying to have a sort of a list with "word" & frequency (e.g: "hero" : 4 "pokemon": 8)
I tried to use most.common() but it doesn't work. Could someone help me and comment their answer ?
Thank you and have a nice day/evening !