NBA Player Salary Dataset (2017 - 2018)
NBA players' Salary Dataset (2017 - 2018)
@kaggle.koki25ando_salary
NBA players' Salary Dataset (2017 - 2018)
@kaggle.koki25ando_salary
The dataset was scraped from Basketball Reference
This dataset is so simple that only includes information about player names, teams and salary amount. I am hoping to see interesting analysis using not only this dataset but also other external datasets.
I really appreciate any contributions from you!
Original data was collected by NBA.
CREATE TABLE nba_season1718_salary (
"unnamed_0" BIGINT -- Unnamed: 0,
"player" VARCHAR,
"tm" VARCHAR,
"season17_18" DOUBLE
);Anyone who has the link will be able to view this.