Formula 1 (1950-2020)
Formula 1 all races with driver standings
@kaggle.deepshah16_formula_1_19502020
Formula 1 all races with driver standings
@kaggle.deepshah16_formula_1_19502020
CREATE TABLE driversstandings (
"unnamed_0" BIGINT,
"pos" VARCHAR,
"driver" VARCHAR,
"nationality" VARCHAR,
"car" VARCHAR,
"pts" DOUBLE,
"year" BIGINT
);
Anyone who has the link will be able to view this.