Baselight

Formula 1 Pitstops 1994-2010

Pitstops in Formula One Grand Prix from 1994 to 2010

@kaggle.jtrotman_formula_1_pitstops_1994_2010

Pitstops
@kaggle.jtrotman_formula_1_pitstops_1994_2010.pitstops

  • 228.7 KB
  • 9921 rows
  • 13 columns
raceid

RaceId

driverid

DriverId

stops

Stops

year

Year

race

Race

no

No

drivername

DriverName

code

Code

car

Car

lap

Lap

timeofday

TimeOfDay

time

Time

total

Total

25810011994pacific20Erik ComasCOMLarrousse Ford114:01:3449.11149.111
2587911994pacific3Ukyo KatayamaKATTyrrell Yamaha1714:20:4628.48228.482
2585711994pacific7Mika HakkinenHAKMcLaren Peugeot1814:22:3543.74543.745
2587111994pacificDamon HillHILWilliams Renault1814:23:0021.99221.992
25810511994pacific24Michele AlboretoALBMinardi Ford1914:24:3927.69327.693
2589111994pacific29Karl WendlingerWENSauber Mercedes1914:24:4124.80624.806
2584411994pacific26Olivier PanisPANLigier Renault1814:25:1353.8953.890
2589411994pacific23Pierluigi MartiniMARMinardi Ford2214:28:3434.43734.437
2583011994pacific5Michael SchumacherMSCBenetton Ford2314:28:4023.34223.342
25810411994pacific9Christian FittipaldiFITFootwork Ford2314:29:0056.75356.753

CREATE TABLE pitstops (
  "raceid" BIGINT,
  "driverid" BIGINT,
  "stops" BIGINT,
  "year" BIGINT,
  "race" VARCHAR,
  "no" BIGINT,
  "drivername" VARCHAR,
  "code" VARCHAR,
  "car" VARCHAR,
  "lap" BIGINT,
  "timeofday" VARCHAR,
  "time" VARCHAR,
  "total" VARCHAR
);

Share link

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