Skip to content

Instantly share code, notes, and snippets.

@AyishaR
Created January 22, 2021 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AyishaR/a9f184919e7fe63fc82e9998a73cfd4a to your computer and use it in GitHub Desktop.
Save AyishaR/a9f184919e7fe63fc82e9998a73cfd4a to your computer and use it in GitHub Desktop.
# Distribution of score values
df['Category'].value_counts()
df = df.drop_duplicates()
# Distribution of score values
df['Category'].value_counts()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment