Open GayanMeerigama opened 1 year ago
word_freq=Remove_Special_CharactersDf['words'].str.split(expand=True).stack().value_counts() word_freq.describe()
count 49885.000000 mean 97.345294 std 2092.043625 min 1.000000 25% 1.000000 50% 1.000000 75% 3.000000 max 220988.000000
Descriptive statistics of human-generated data