Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data visualization & Descriptive statistics #6

Open
GayanMeerigama opened this issue Mar 30, 2023 · 1 comment
Open

Data visualization & Descriptive statistics #6

GayanMeerigama opened this issue Mar 30, 2023 · 1 comment
Assignees

Comments

@GayanMeerigama
Copy link
Collaborator

GayanMeerigama commented Mar 30, 2023

Descriptive statistics of human-generated data

@GayanMeerigama GayanMeerigama self-assigned this Mar 30, 2023
@GayanMeerigama
Copy link
Collaborator Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant