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 2008

@kaggle.mohammedmaazshaikh_formula_1_championship_dataset.formula1_constructor_2008
  • 3.08 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.12 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.11 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.12 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.15 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.13 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.12 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.09 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.12 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.09 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
  • 3.02 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.16 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.16 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.17 kB
  • 10 rows
  • 3 columns
Loading...
CREATE TABLE formula1_constructor_2021 (
  "position" BIGINT,
  "constructor" VARCHAR,
  "points" DOUBLE
);

Share link

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