This respository analyzes the data gathered from the NBA website of players and different teams to evaluates their progress throughout the different seasons.
There are couple Python Libraries that needs to be installed to display the results.
Type the following commands in your system's terminal:
- pip install networkx
- pip install nba_api
- pip install matplotlib
- pip install collections