Baselight

Formula 1 Championship Dataset

Championship data from 1950 to 2021

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset

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 1958

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1958
  • 2.84 KB
  • 6 rows
  • 3 columns
Loading...

CREATE TABLE formula1_constructor_1958 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 1959

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1959
  • 2.82 KB
  • 4 rows
  • 3 columns
Loading...

CREATE TABLE formula1_constructor_1959 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 1960

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1960
  • 2.86 KB
  • 6 rows
  • 3 columns
Loading...

CREATE TABLE formula1_constructor_1960 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 1961

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1961
  • 2.85 KB
  • 5 rows
  • 3 columns
Loading...

CREATE TABLE formula1_constructor_1961 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 1962

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1962
  • 2.91 KB
  • 8 rows
  • 3 columns
Loading...

CREATE TABLE formula1_constructor_1962 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 1963

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1963
  • 2.91 KB
  • 8 rows
  • 3 columns
Loading...

CREATE TABLE formula1_constructor_1963 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 1964

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1964
  • 2.92 KB
  • 8 rows
  • 3 columns
Loading...

CREATE TABLE formula1_constructor_1964 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 1965

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1965
  • 2.92 KB
  • 8 rows
  • 3 columns
Loading...

CREATE TABLE formula1_constructor_1965 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 1966

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1966
  • 3.03 KB
  • 12 rows
  • 3 columns
Loading...

CREATE TABLE formula1_constructor_1966 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 1967

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1967
  • 3 KB
  • 11 rows
  • 3 columns
Loading...

CREATE TABLE formula1_constructor_1967 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 1968

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1968
  • 2.97 KB
  • 10 rows
  • 3 columns
Loading...

CREATE TABLE formula1_constructor_1968 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 1969

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1969
  • 2.88 KB
  • 6 rows
  • 3 columns
Loading...

CREATE TABLE formula1_constructor_1969 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 1970

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1970
  • 2.91 KB
  • 8 rows
  • 3 columns
Loading...

CREATE TABLE formula1_constructor_1970 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 1971

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1971
  • 2.95 KB
  • 9 rows
  • 3 columns
Loading...

CREATE TABLE formula1_constructor_1971 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 1972

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1972
  • 2.96 KB
  • 9 rows
  • 3 columns
Loading...

CREATE TABLE formula1_constructor_1972 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 1973

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1973
  • 3 KB
  • 11 rows
  • 3 columns
Loading...

CREATE TABLE formula1_constructor_1973 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 1974

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1974
  • 3.02 KB
  • 12 rows
  • 3 columns
Loading...

CREATE TABLE formula1_constructor_1974 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 1975

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1975
  • 3.08 KB
  • 13 rows
  • 3 columns
Loading...

CREATE TABLE formula1_constructor_1975 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" DOUBLE
);

Formula1 Constructor 1976

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1976
  • 3.08 KB
  • 13 rows
  • 3 columns
Loading...

CREATE TABLE formula1_constructor_1976 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 1977

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1977
  • 3.05 KB
  • 12 rows
  • 3 columns
Loading...

CREATE TABLE formula1_constructor_1977 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 1978

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1978
  • 3.06 KB
  • 14 rows
  • 3 columns
Loading...

CREATE TABLE formula1_constructor_1978 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 1979

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1979
  • 3.02 KB
  • 12 rows
  • 3 columns
Loading...

CREATE TABLE formula1_constructor_1979 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 1980

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1980
  • 3 KB
  • 11 rows
  • 3 columns
Loading...

CREATE TABLE formula1_constructor_1980 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 1981

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1981
  • 3.04 KB
  • 13 rows
  • 3 columns
Loading...

CREATE TABLE formula1_constructor_1981 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 1982

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1982
  • 3.07 KB
  • 14 rows
  • 3 columns
Loading...

CREATE TABLE formula1_constructor_1982 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 1983

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1983
  • 3.05 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.05 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
  • 2.99 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.01 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.03 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.01 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.1 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.02 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.08 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.09 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.04 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.06 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.05 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.03 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.05 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.02 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.03 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.02 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.03 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.03 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 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.01 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 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.01 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.91 KB
  • 11 rows
  • 3 columns
Loading...

CREATE TABLE formula1_constructor_2007 (
  "position" VARCHAR,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 2008

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_2008
  • 3.01 KB
  • 11 rows
  • 3 columns
Loading...

CREATE TABLE formula1_constructor_2008 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 2009

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_2009
  • 3.05 KB
  • 10 rows
  • 3 columns
Loading...

CREATE TABLE formula1_constructor_2009 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" DOUBLE
);

Formula1 Constructor 2010

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_2010
  • 3.04 KB
  • 12 rows
  • 3 columns
Loading...

CREATE TABLE formula1_constructor_2010 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 2011

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_2011
  • 3.04 KB
  • 12 rows
  • 3 columns
Loading...

CREATE TABLE formula1_constructor_2011 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 2012

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_2012
  • 3.08 KB
  • 12 rows
  • 3 columns
Loading...

CREATE TABLE formula1_constructor_2012 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 2013

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_2013
  • 3.06 KB
  • 11 rows
  • 3 columns
Loading...

CREATE TABLE formula1_constructor_2013 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 2014

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_2014
  • 3.05 KB
  • 11 rows
  • 3 columns
Loading...

CREATE TABLE formula1_constructor_2014 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 2015

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_2015
  • 3.02 KB
  • 10 rows
  • 3 columns
Loading...

CREATE TABLE formula1_constructor_2015 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 2016

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_2016
  • 3.05 KB
  • 11 rows
  • 3 columns
Loading...

CREATE TABLE formula1_constructor_2016 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 2017

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_2017
  • 3.02 KB
  • 10 rows
  • 3 columns
Loading...

CREATE TABLE formula1_constructor_2017 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 2018

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_2018
  • 2.95 KB
  • 11 rows
  • 3 columns
Loading...

CREATE TABLE formula1_constructor_2018 (
  "position" VARCHAR,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 2019

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_2019
  • 3.09 KB
  • 10 rows
  • 3 columns
Loading...

CREATE TABLE formula1_constructor_2019 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 2020

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_2020
  • 3.08 KB
  • 10 rows
  • 3 columns
Loading...

CREATE TABLE formula1_constructor_2020 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Formula1 Constructor 2021

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_2021
  • 3.1 KB
  • 10 rows
  • 3 columns
Loading...

CREATE TABLE formula1_constructor_2021 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" DOUBLE
);