emilyobyrne
8/31/2018 - 2:17 PM

Count words in a column

df[col_name_string].str.split(expand=True).stack().value_counts()