Baselight

NBA Player Salary Dataset (2017 - 2018)

NBA players' Salary Dataset (2017 - 2018)

@kaggle.koki25ando_salary

Loading...
Loading...

About this Dataset

NBA Player Salary Dataset (2017 - 2018)

Context

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!

Content

  1. Player: Player name
  2. Tm: Team name each player belongs to at the beginning of the 2017-
    2018 season
  3. seson17_18: Salary price for 2017-2018 season (USD)

Acknowledgements

Original data was collected by NBA.

Inspiration

  • Who gets the most amount of salary?
  • Any other interesting datasets to combine to do nice analysis?

Tables

Nba Season1718 Salary

@kaggle.koki25ando_salary.nba_season1718_salary
  • 16.63 KB
  • 573 rows
  • 4 columns
Loading...

CREATE TABLE nba_season1718_salary (
  "unnamed_0" BIGINT,
  "player" VARCHAR,
  "tm" VARCHAR,
  "season17_18" DOUBLE
);

Share link

Anyone who has the link will be able to view this.