Formula 1 Pitstops 1994-2010
Pitstops in Formula One Grand Prix from 1994 to 2010
@kaggle.jtrotman_formula_1_pitstops_1994_2010
Pitstops in Formula One Grand Prix from 1994 to 2010
@kaggle.jtrotman_formula_1_pitstops_1994_2010
This dataset complements the existing ergast.com Formula One dataset (copy 1, copy 2, copy 3, original source) which lacks pitstop data from Grand Prix before 2011.
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
);
Anyone who has the link will be able to view this.