Skip to content

Instantly share code, notes, and snippets.

@guerbai
Created June 2, 2019 05:07
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 guerbai/eb553481d57421013ad2407c6fa75990 to your computer and use it in GitHub Desktop.
Save guerbai/eb553481d57421013ad2407c6fa75990 to your computer and use it in GitHub Desktop.
查看dataframe中某一列各元素的个数 #Pandas
iris["Species"].value_counts()
# or
reviews_written = reviews.groupby('taster_twitter_handle').size()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment