1 from sklearn.feature_your text
extraction.text import CountVectorizer
2 cv = CountVectorizer()
----> 3 X = cv.fit_transfrom(df['transformed_text']).toarray()
no error in this line
1 from sklearn.feature_your text
extraction.text import CountVectorizer
2 cv = CountVectorizer()
----> 3 X = cv.fit_transfrom(df['transformed_text']).toarray()
no error in this line