Baselight

Formula 1 Championship Dataset

Championship data from 1950 to 2021

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset

Loading...
Loading...

About this Dataset

Formula 1 Championship Dataset

Formula 1 Championship Dataset
This dataset contains the championship standings for both drivers and constructors championships from 1950 to 2021. I created this dataset because Formula 1 is my favorite sport and it would be interesting to see the trends that can be found in the data. Some points differences between the World Champions of earlier championships and more recent ones can be seen due to the change in points scoring system in 1950, 1960, 1962, 1991 and 2010.

Tables

Formula1 Constructor 1983

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1983
  • 3.13 kB
  • 13 rows
  • 3 columns
Loading...
CREATE TABLE formula1_constructor_1983 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 1984

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1984
  • 3.12 kB
  • 12 rows
  • 3 columns
Loading...
CREATE TABLE formula1_constructor_1984 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" DOUBLE
);

Formula1 Constructor 1985

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1985
  • 3.06 kB
  • 10 rows
  • 3 columns
Loading...
CREATE TABLE formula1_constructor_1985 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 1986

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1986
  • 3.08 kB
  • 10 rows
  • 3 columns
Loading...
CREATE TABLE formula1_constructor_1986 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 1987

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1987
  • 3.1 kB
  • 13 rows
  • 3 columns
Loading...
CREATE TABLE formula1_constructor_1987 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 1988

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1988
  • 3.08 kB
  • 10 rows
  • 3 columns
Loading...
CREATE TABLE formula1_constructor_1988 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 1989

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1989
  • 3.18 kB
  • 16 rows
  • 3 columns
Loading...
CREATE TABLE formula1_constructor_1989 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 1990

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1990
  • 3.1 kB
  • 10 rows
  • 3 columns
Loading...
CREATE TABLE formula1_constructor_1990 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 1991

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1991
  • 3.16 kB
  • 12 rows
  • 3 columns
Loading...
CREATE TABLE formula1_constructor_1991 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" DOUBLE
);

Formula1 Constructor 1992

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1992
  • 3.17 kB
  • 13 rows
  • 3 columns
Loading...
CREATE TABLE formula1_constructor_1992 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 1993

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1993
  • 3.12 kB
  • 11 rows
  • 3 columns
Loading...
CREATE TABLE formula1_constructor_1993 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 1994

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1994
  • 3.13 kB
  • 11 rows
  • 3 columns
Loading...
CREATE TABLE formula1_constructor_1994 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 1995

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1995
  • 3.12 kB
  • 10 rows
  • 3 columns
Loading...
CREATE TABLE formula1_constructor_1995 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 1996

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1996
  • 3.1 kB
  • 9 rows
  • 3 columns
Loading...
CREATE TABLE formula1_constructor_1996 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 1997

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1997
  • 3.12 kB
  • 10 rows
  • 3 columns
Loading...
CREATE TABLE formula1_constructor_1997 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 1998

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1998
  • 3.09 kB
  • 9 rows
  • 3 columns
Loading...
CREATE TABLE formula1_constructor_1998 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 1999

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1999
  • 3.1 kB
  • 10 rows
  • 3 columns
Loading...
CREATE TABLE formula1_constructor_1999 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 2000

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_2000
  • 3.09 kB
  • 9 rows
  • 3 columns
Loading...
CREATE TABLE formula1_constructor_2000 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 2001

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_2001
  • 3.1 kB
  • 10 rows
  • 3 columns
Loading...
CREATE TABLE formula1_constructor_2001 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 2002

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_2002
  • 3.1 kB
  • 11 rows
  • 3 columns
Loading...
CREATE TABLE formula1_constructor_2002 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 2003

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_2003
  • 3.08 kB
  • 10 rows
  • 3 columns
Loading...
CREATE TABLE formula1_constructor_2003 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 2004

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_2004
  • 3.08 kB
  • 10 rows
  • 3 columns
Loading...
CREATE TABLE formula1_constructor_2004 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 2005

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_2005
  • 3.07 kB
  • 10 rows
  • 3 columns
Loading...
CREATE TABLE formula1_constructor_2005 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 2006

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_2006
  • 3.08 kB
  • 11 rows
  • 3 columns
Loading...
CREATE TABLE formula1_constructor_2006 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 2007

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_2007
  • 2.98 kB
  • 11 rows
  • 3 columns
Loading...
CREATE TABLE formula1_constructor_2007 (
  "position" VARCHAR,
  "constructor" VARCHAR,
  "points" BIGINT
);

Share link

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