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 driver_standings (
"driverstandingsid" BIGINT,
"raceid" BIGINT,
"driverid" BIGINT,
"points" DOUBLE,
"position" BIGINT,
"positiontext" VARCHAR,
"wins" BIGINT
);
Anyone who has the link will be able to view this.