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 sprint_results (
"resultid" BIGINT,
"raceid" BIGINT,
"driverid" BIGINT,
"constructorid" BIGINT,
"number" BIGINT,
"grid" BIGINT,
"position" VARCHAR,
"positiontext" VARCHAR,
"positionorder" BIGINT,
"points" BIGINT,
"laps" BIGINT,
"time" VARCHAR,
"milliseconds" VARCHAR,
"fastestlap" VARCHAR,
"fastestlaptime" VARCHAR,
"statusid" BIGINT
);
Anyone who has the link will be able to view this.