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