remove_stopwords

remove_stopwords(df_col)

Remove stopwords.

Also removes carriage return r and line break n characters.

Parameters:df_col – a single dataframe column <class ‘pandas.core.series.Series’>
Returns:a single dataframe column <class ‘pandas.core.series.Series’>