I'm exploring a database built like this
So it's basically a collection of Youtube comments, that I have started to analyse: I've managed to ad column counting the number of words by comment, as well as another one for ngrams (which I intend to explore later). I've managed to get a list of the 10 most frequent words for the whole period, but I've been unable to get the word frequency by months: for each month, I would like to get a list of the 10 most frequent words.
Thanks for your help!