Baselight

Formula 1 Race Data

Race data from 1950 to present

@kaggle.jtrotman_formula_1_race_data

Lap Times
@kaggle.jtrotman_formula_1_race_data.lap_times

  • 3.37 MB
  • 589081 rows
  • 6 columns
raceid

RaceId

driverid

DriverId

lap

Lap

position

Position

time

Time

milliseconds

Milliseconds

84120111:38.10998109
84120211:33.00693006
84120311:32.71392713
84120411:32.80392803
84120511:32.34292342
84120611:32.60592605
84120711:32.50292502
84120811:32.53792537
84120911:33.24093240
841201011:32.57292572

CREATE TABLE lap_times (
  "raceid" BIGINT,
  "driverid" BIGINT,
  "lap" BIGINT,
  "position" BIGINT,
  "time" VARCHAR,
  "milliseconds" BIGINT
);

Share link

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