Formula 1 Race Data
Race data from 1950 to present
@kaggle.jtrotman_formula_1_race_data
Race data from 1950 to present
@kaggle.jtrotman_formula_1_race_data
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.