Skip to content

Instantly share code, notes, and snippets.

@CaptainAshis
Created August 31, 2018 14: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 CaptainAshis/b0ed704dad2f8e30effe1cb03965edb0 to your computer and use it in GitHub Desktop.
Save CaptainAshis/b0ed704dad2f8e30effe1cb03965edb0 to your computer and use it in GitHub Desktop.
pivot fastai
labels_df.pivot_table(index='breed',aggfunc=len).sort_values('id',ascending=False)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment