Skip to content

Instantly share code, notes, and snippets.

@axmakarov
Created August 14, 2019 20:21
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 axmakarov/479910b8ed5f0d75dc8f80fe2c379948 to your computer and use it in GitHub Desktop.
Save axmakarov/479910b8ed5f0d75dc8f80fe2c379948 to your computer and use it in GitHub Desktop.
grouped_df = books.groupby('authors').mean()
grouped_df.loc['A.M. Homes']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment