An open API service indexing awesome lists of open source software.

https://github.com/lmizner/codecademy_nba_trends

Investigate whether there is an association between two variables
https://github.com/lmizner/codecademy_nba_trends

chi2-contingency jupyter-notebook matplotlib numpy pandas pearson-correlation pyplot python seaborn

Last synced: about 2 months ago
JSON representation

Investigate whether there is an association between two variables

Awesome Lists containing this project

README

          

# codecademy_nba_trends

### NBA Trends
In this project, you’ll analyze data from the NBA (National Basketball Association) and explore possible associations.

This data was originally sourced from 538’s Analysis of the Complete History Of The NBA and contains the original, unmodified data from Basketball Reference as well as several additional variables 538 added to perform their own analysis.

You can read more about the data and how it’s being used by 538 here. For this project we’ve limited the data to just 5 teams and 10 columns (plus one constructed column, point_diff, the difference between pts and opp_pts).

You will create several charts and tables in this project, so you’ll need to use plt.clf() between plots in your code so that the plots don’t layer on top of one another.