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
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.