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 1958

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_1958
  • 2.91 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.88 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.92 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.92 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.98 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.98 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.99 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.99 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.11 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.08 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
  • 3.04 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.94 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.98 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
  • 3.02 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
  • 3.03 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.07 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.1 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.15 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.15 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.12 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.13 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.1 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.07 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.11 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.14 kB
  • 14 rows
  • 3 columns
Loading...
CREATE TABLE formula1_constructor_1982 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" BIGINT
);

Share link

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