► Summary
This video tutorial demonstrates how to obtain the API URL from the NBA official website and download the data files in JSON format. However, this approach has three drawbacks, which I will explain. I will then show you how to use a Python module to directly manipulate the data and create graphs by calling functions and using Pandas. The video also includes the code for generating the graphs.
▼ Code Gym ▼
https://codegym.tech
▼ Reference URL ▼
https://www.codegym.tech/code-gym-nba...
https://github.com/swar/nba_api
#CodeGym
#NBA
#Python