Baselight

NBA Player Of The Week

Player of the week data from 1979-80 to current season [Cur. 2019-20]

@kaggle.jacobbaruch_nba_player_of_the_week

Loading...
Loading...

About this Dataset

NBA Player Of The Week

Context

The idea of making this data set is to explore regular season domination.
is seniority / last contract year etc. has an affect on the long run,
or any insignificance conclusion can be made.

any analysis & add data are welcomed

Content

NBA_player_of_the_week.csv

Contains all granular available player of the week award data

Acknowledgements

Scraping source code: GitHub Repository
Data scraped from basketball real gm

Photo by Ricardo Resende on Unsplash

Tables

Nba Player Of The Week

@kaggle.jacobbaruch_nba_player_of_the_week.nba_player_of_the_week
  • 40.08 KB
  • 1344 rows
  • 17 columns
Loading...

CREATE TABLE nba_player_of_the_week (
  "player" VARCHAR,
  "team" VARCHAR,
  "conference" VARCHAR,
  "date" TIMESTAMP,
  "position" VARCHAR,
  "height" VARCHAR,
  "weight" BIGINT,
  "age" BIGINT,
  "draft_year" BIGINT,
  "seasons_in_league" BIGINT,
  "season" VARCHAR,
  "season_short" BIGINT,
  "pre_draft_team" VARCHAR,
  "real_value" DOUBLE,
  "height_cm" BIGINT,
  "weight_kg" BIGINT,
  "last_season" BIGINT
);

Share link

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