Baselight

Formula 1 (1950-2020)

Formula 1 all races with driver standings

@kaggle.deepshah16_formula_1_19502020

Loading...
Loading...

About this Dataset

Formula 1 (1950-2020)

Context

Formula One (also known as Formula 1 or F1) is the highest class of international single-seater auto racing sanctioned by the Fédération Internationale de l'Automobile (FIA) and owned by Liberty Media, an American mass media company, through its wholly owned subsidiary, the Formula One Group. The World Drivers' Championship, which became the FIA Formula One World Championship in 1981, has been one of the premier forms of racing around the world since its inaugural season in 1950. The word "formula" in the name refers to the set of rules to which all participants' cars must conform. A Formula One season consists of a series of races, known as Grands Prix (French for ''grand prizes' or 'great prizes''), which take place worldwide on purpose-built circuits and on public roads.

Content

This dataset contains the data of all the formula one grand prix held since 1950. It also includes race results as well as driver standings of each season and constructors standing.

Inspiration

Data collection and analysis is one of the most vital part of formula 1 races. On the basis of the data collected by each team, they develop their own car, to innovate the technology they use. Without real-time data analytics, the F1 we know today could be very different. Hundreds of data points per second are generated in all key areas of the cars. Meanwhile, engineers and data analyst both at the circuit and in the factories (which are thousands of miles away), compete to extract as much information as possible and weaponize that information in order to fight for victory.

Tables

Allrace

@kaggle.deepshah16_formula_1_19502020.allrace
  • 185.91 kB
  • 1,025 rows
  • 37 columns
Loading...
CREATE TABLE allrace (
  "unnamed_0" VARCHAR  -- Unnamed: 0,
  "date" VARCHAR,
  "n_1" VARCHAR  -- 1,
  "n_2" VARCHAR  -- 2,
  "n_3" VARCHAR  -- 3,
  "n_4" VARCHAR  -- 4,
  "n_5" VARCHAR  -- 5,
  "n_6" VARCHAR  -- 6,
  "n_7" VARCHAR  -- 7,
  "n_8" VARCHAR  -- 8,
  "n_9" VARCHAR  -- 9,
  "n_10" VARCHAR  -- 10,
  "n_11" VARCHAR  -- 11,
  "n_12" VARCHAR  -- 12,
  "n_13" VARCHAR  -- 13,
  "n_14" VARCHAR  -- 14,
  "n_15" VARCHAR  -- 15,
  "n_16" VARCHAR  -- 16,
  "n_17" VARCHAR  -- 17,
  "n_18" VARCHAR  -- 18,
  "n_19" VARCHAR  -- 19,
  "n_20" VARCHAR  -- 20,
  "n_21" VARCHAR  -- 21,
  "n_22" VARCHAR  -- 22,
  "n_23" VARCHAR  -- 23,
  "n_24" VARCHAR  -- 24,
  "n_25" VARCHAR  -- 25,
  "n_26" VARCHAR  -- 26,
  "n_27" VARCHAR  -- 27,
  "n_28" VARCHAR  -- 28,
  "n_29" VARCHAR  -- 29,
  "n_30" VARCHAR  -- 30,
  "n_31" VARCHAR  -- 31,
  "n_32" VARCHAR  -- 32,
  "n_33" VARCHAR  -- 33,
  "n_34" VARCHAR  -- 34,
  "n_35" VARCHAR  -- 35
);

Constructorstandings

@kaggle.deepshah16_formula_1_19502020.constructorstandings
  • 11.68 kB
  • 655 rows
  • 5 columns
Loading...
CREATE TABLE constructorstandings (
  "unnamed_0" BIGINT  -- Unnamed: 0,
  "pos" VARCHAR,
  "team" VARCHAR,
  "pts" BIGINT,
  "year" BIGINT
);

Driversstandings

@kaggle.deepshah16_formula_1_19502020.driversstandings
  • 30.34 kB
  • 1,573 rows
  • 7 columns
Loading...
CREATE TABLE driversstandings (
  "unnamed_0" BIGINT  -- Unnamed: 0,
  "pos" VARCHAR,
  "driver" VARCHAR,
  "nationality" VARCHAR,
  "car" VARCHAR,
  "pts" DOUBLE,
  "year" BIGINT
);

Share link

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