Created
January 7, 2021 05:07
-
-
Save gabecano4308/1a9f5432bd1e30d75da61ca922d0dc02 to your computer and use it in GitHub Desktop.
for part 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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