Baselight

NBA Franchise Record

Team Record of all NBA history

@kaggle.koki25ando_nba_franchise_record

Loading...
Loading...

About this Dataset

NBA Franchise Record

Context

NBA Franchise Record.
Data was scraped from Basketball Reference.

Content

  • Franchise : Team Name
  • Lg : League name(s)
  • From : The year of establishment
  • To : The year of
  • Yrs : Franchise year
  • G : Games played
  • W : Wins
  • L : Losses
  • PCT : Winning percentage
  • Plyfs : the number of playoff appearance
  • Div : the number of division championship
  • Conf : the number of conference championship
  • Champ : The number of title

Acknowledgements

Original data was collected by NBA.

Inspiration

  • Which team has the longest history?
  • Which team has the best franchise winning percentage? Which team has
    the worst?

Tables

Nba Franchise Record

@kaggle.koki25ando_nba_franchise_record.nba_franchise_record
  • 11.24 kB
  • 30 rows
  • 14 columns
Loading...
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
);

Share link

Anyone who has the link will be able to view this.