NBA Season Records From Every Year
From the age of dinosaurs to now (2017).
@kaggle.boonpalipatana_nba_season_records_from_every_year
From the age of dinosaurs to now (2017).
@kaggle.boonpalipatana_nba_season_records_from_every_year
CREATE TABLE team_records (
"season" VARCHAR,
"lg" VARCHAR,
"team" VARCHAR,
"w" BIGINT,
"l" BIGINT,
"w_l" DOUBLE,
"finish" BIGINT,
"srs" DOUBLE,
"pace" DOUBLE,
"rel_pace" DOUBLE,
"ortg" DOUBLE,
"rel_ortg" DOUBLE,
"drtg" DOUBLE,
"rel_drtg" DOUBLE,
"playoffs" VARCHAR,
"coaches" VARCHAR,
"top_ws" VARCHAR
);
Anyone who has the link will be able to view this.