Baselight

F1 Race By Race (1983-2021)

F1 data, race by race, from 1983 onwards

@kaggle.prajwalsood_f1_race_by_race_19832021

Final
@kaggle.prajwalsood_f1_race_by_race_19832021.final

  • 239.09 KB
  • 14794 rows
  • 22 columns
unnamed_0

Unnamed: 0

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

1419831jacarepaguatruekeke_rosbergFinnishwilliams11534
519831jacarepaguatrueprostFrenchrenault260.200000000000002828
319831jacarepaguatruetambayFrenchferrari340.299999999999997133
19831jacarepaguatruepiquetBrazilianbrabham410.599999999999994330
619831jacarepaguatruewarwickBritishtoleman570.700000000000002828
819831jacarepaguatruearnouxFrenchferrari69134
2219831jacarepaguatruepatreseItalianbrabham7231.528
1719831jacarepaguatruecheeverAmericanrenault8181.599999999999994325
119831jacarepaguatruelaudaAustrianmclaren921.599999999999994334
2019831jacarepaguatruebaldiItalianalfa10211.599999999999994329

CREATE TABLE final (
  "unnamed_0" BIGINT,
  "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.