i\'m trying to apply the porter stemmer to a column dataframe final_dataframe[\'reviewText\'] containing a review for each row.
final_dataframe[\'reviewText\']
here the code that I appl