NBA All Time Stats (1947-Present)
Regular Season and Playoffs data from Basketball-Reference
@kaggle.gonzalogigena_nba_all_time_stats
Regular Season and Playoffs data from Basketball-Reference
@kaggle.gonzalogigena_nba_all_time_stats
CREATE TABLE all_time_teams (
"franchise" VARCHAR,
"lg" VARCHAR,
"from" VARCHAR,
"to" VARCHAR,
"yrs" BIGINT,
"g" BIGINT,
"w" BIGINT,
"l" BIGINT,
"w_l" DOUBLE,
"plyfs" BIGINT,
"div" DOUBLE,
"conf" BIGINT,
"champ" BIGINT,
"status" VARCHAR,
"team_abbr" VARCHAR,
"current_abbr" VARCHAR
);
Anyone who has the link will be able to view this.