Skip to content

Instantly share code, notes, and snippets.

@gabecano4308
Created January 7, 2021 05:07
Show Gist options
  • Save gabecano4308/1a9f5432bd1e30d75da61ca922d0dc02 to your computer and use it in GitHub Desktop.
Save gabecano4308/1a9f5432bd1e30d75da61ca922d0dc02 to your computer and use it in GitHub Desktop.
for part 2
all_teams_2021.groupby('Team')[['Weight (Lbs)']].sum().sort_values(by='Weight (Lbs)', ascending=True).head(10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment