Baselight

Formula 1 Race Data

Race data from 1950 to present

@kaggle.jtrotman_formula_1_race_data

Sprint Results
@kaggle.jtrotman_formula_1_race_data.sprint_results

  • 22.86 KB
  • 360 rows
  • 16 columns
resultid

ResultId

raceid

RaceId

driverid

DriverId

constructorid

ConstructorId

number

Number

grid

Grid

position

Position

positiontext

PositionText

positionorder

PositionOrder

points

Points

laps

Laps

time

Time

milliseconds

Milliseconds

fastestlap

FastestLap

fastestlaptime

FastestLapTime

statusid

StatusId

11061830933211131725:38.4261538426141:30.0131
210611131441222217+1.4301539856171:29.9371
31061822131773333117+7.5021545928171:29.9581
41061844616444417+11.2781549704161:30.1631
5106184614655517+24.1111562537161:30.5661
6106181713766617+30.9591569385171:30.6401
710614214141177717+43.5271581953171:31.7731
810612011751088817+44.4391582865171:31.6871
91061847363899917+46.6521585078171:32.2081
101061839214311310101017+47.3951585821161:32.1831

CREATE TABLE sprint_results (
  "resultid" BIGINT,
  "raceid" BIGINT,
  "driverid" BIGINT,
  "constructorid" BIGINT,
  "number" BIGINT,
  "grid" BIGINT,
  "position" VARCHAR,
  "positiontext" VARCHAR,
  "positionorder" BIGINT,
  "points" BIGINT,
  "laps" BIGINT,
  "time" VARCHAR,
  "milliseconds" VARCHAR,
  "fastestlap" VARCHAR,
  "fastestlaptime" VARCHAR,
  "statusid" BIGINT
);

Share link

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