Baselight

F1 Race By Race (1983-2021)

F1 data, race by race, from 1983 onwards

@kaggle.prajwalsood_f1_race_by_race_19832021

Test Template
@kaggle.prajwalsood_f1_race_by_race_19832021.test_template

  • 14.99 KB
  • 18 rows
  • 21 columns
season

Season

round

Round

circuit_id

Circuit Id

weather_warm

Weather Warm

weather_cold

Weather Cold

weather_dry

Weather Dry

weather_wet

Weather Wet

weather_cloudy

Weather Cloudy

driver

Driver

nationality

Nationality

constructor

Constructor

grid

Grid

podium

Podium

driver_points

Driver Points

driver_wins

Driver Wins

driver_standings_pos

Driver Standings Pos

constructor_points

Constructor Points

constructor_wins

Constructor Wins

constructor_standings_pos

Constructor Standings Pos

qualifying_time

Qualifying Time

driver_age

Driver Age

202112spatruehamiltonBritishmercedes12177422854236
202112spatruebottasFinnishmercedes2161084285420.331
202112spatruemax_verstappenDutchred_bull3918551289610.423
202112spatrueperezMexicanred_bull4171041528961131
202112spatruegaslyFrenchalphatauri553994951.125
202112spatruenorrisBritishmclaren615113316331.121
202112spatrueleclercMonegasqueferrari71880714841.123
202112spatrueoconFrenchalpine8114134071.324
202112spatruealonsoSpanishalpine9426114071.340
202112spatruevettelGermanaston_martin102030104861.434

CREATE TABLE test_template (
  "season" BIGINT,
  "round" BIGINT,
  "circuit_id" VARCHAR,
  "weather_warm" BOOLEAN,
  "weather_cold" BOOLEAN,
  "weather_dry" BOOLEAN,
  "weather_wet" BOOLEAN,
  "weather_cloudy" BOOLEAN,
  "driver" VARCHAR,
  "nationality" VARCHAR,
  "constructor" VARCHAR,
  "grid" BIGINT,
  "podium" BIGINT,
  "driver_points" BIGINT,
  "driver_wins" BIGINT,
  "driver_standings_pos" BIGINT,
  "constructor_points" BIGINT,
  "constructor_wins" BIGINT,
  "constructor_standings_pos" BIGINT,
  "qualifying_time" DOUBLE,
  "driver_age" BIGINT
);

Share link

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