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
Player of the week data from 1979-80 to current season [Cur. 2019-20]
@kaggle.jacobbaruch_nba_player_of_the_week
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
);
Anyone who has the link will be able to view this.