Historical NBA
This data-set contains the data behind the Complete History Of The NBA.
@kaggle.mysarahmadbhat_historical_nba
This data-set contains the data behind the Complete History Of The NBA.
@kaggle.mysarahmadbhat_historical_nba
Header Definition
CREATE TABLE nbaallelo (
"gameorder" BIGINT,
"game_id" VARCHAR,
"lg_id" VARCHAR,
"n__iscopy" BIGINT -- Iscopy,
"year_id" BIGINT,
"date_game" TIMESTAMP,
"seasongame" BIGINT,
"is_playoffs" BIGINT,
"team_id" VARCHAR,
"fran_id" VARCHAR,
"pts" BIGINT,
"elo_i" DOUBLE,
"elo_n" DOUBLE,
"win_equiv" DOUBLE,
"opp_id" VARCHAR,
"opp_fran" VARCHAR,
"opp_pts" BIGINT,
"opp_elo_i" DOUBLE,
"opp_elo_n" DOUBLE,
"game_location" VARCHAR,
"game_result" VARCHAR,
"forecast" DOUBLE,
"notes" VARCHAR
);
Anyone who has the link will be able to view this.