NBA Franchise Record
Team Record of all NBA history
@kaggle.koki25ando_nba_franchise_record
Team Record of all NBA history
@kaggle.koki25ando_nba_franchise_record
NBA Franchise Record.
Data was scraped from Basketball Reference.
Original data was collected by NBA.
CREATE TABLE nba_franchise_record (
"unnamed_0" BIGINT -- Unnamed: 0,
"franchise" VARCHAR,
"lg" VARCHAR,
"from" BIGINT,
"to" BIGINT,
"yrs" BIGINT,
"g" BIGINT,
"w" BIGINT,
"l" BIGINT,
"pct" DOUBLE,
"plyfs" BIGINT,
"div" BIGINT,
"conf" BIGINT,
"champ" BIGINT
);Anyone who has the link will be able to view this.