Created
January 7, 2021 05:13
-
-
Save gabecano4308/0852b4837205745e813287360ef32677 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
sns.histplot(all_teams_2021['Min PG'], bins=20) | |
plt.title('Frequency of Minutes Played Per Game in 2021 Across the NBA'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment