F1 GrandPrix Dataset
Detailed Analysis of Formula 1 Circuits, Drivers, and Results
@kaggle.harshitstark_f1_grandprix_datavault
Detailed Analysis of Formula 1 Circuits, Drivers, and Results
@kaggle.harshitstark_f1_grandprix_datavault
CREATE TABLE qualifying (
"qualifyid" BIGINT,
"raceid" BIGINT,
"driverid" BIGINT,
"constructorid" BIGINT,
"number" BIGINT,
"position" BIGINT,
"q1" VARCHAR,
"q2" VARCHAR,
"q3" VARCHAR
);
Anyone who has the link will be able to view this.