Baselight

Formula 1 Race Data

Race data from 1950 to present

@kaggle.jtrotman_formula_1_race_data

Results
@kaggle.jtrotman_formula_1_race_data.results

  • 582.7 KB
  • 26759 rows
  • 18 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

rank

Rank

fastestlaptime

FastestLapTime

fastestlapspeed

FastestLapSpeed

statusid

StatusId

1181122111110581:34:50.61656906163921:27.452218.3001
2182235222858+5.47856960944131:27.739217.5861
3183377333658+8.16356987794151:28.090216.7191
41844511444558+17.18157077975871:28.603215.4641
51851233555458+18.01457086304311:27.418218.3851
61863813666357\N\N50141:29.639212.97411
718751417777255\N\N5481:29.534213.2245
81886115888153\N\N2041:27.903217.1805
9189242\NR947\N\N1591:28.753215.1004
10181071218\NR1043\N\N23131:29.558213.1663

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

Share link

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