Learn practical skills, build real-world projects, and advance your career

Project Title - NBA Players Stats 2019-2020 Season Analysis

I downloaded the dataset from Basketball Reference.com and converted it into a UTF-8 CSV File and uploaded it to Kaggle adn then used that link here, I am trying to find out some relations between stats and if they really are applicable to judge the overall performance of a player

!pip install jovian opendatasets --upgrade --quiet

Let's begin by downloading the data, and listing the files within the dataset.

# Change this
dataset_url = 'https://www.kaggle.com/akshaybakki/nba-players-stats-201920' 
import opendatasets as od
od.download(dataset_url)
Please provide your Kaggle credentials to download this dataset. Learn more: http://bit.ly/kaggle-creds Your Kaggle username: akshaybakki Your Kaggle Key: ········
100%|██████████| 33.5k/33.5k [00:00<00:00, 14.9MB/s]
Downloading nba-players-stats-201920.zip to ./nba-players-stats-201920