I have a few thousands of rows of textual data and using sklearn CountVectorizer and TfidfTransformer I calculated top terms with tfidf weights. Below is the code which I us