F1 All Race Winners (1950-2021)
Data of all Formula 1 winners since it's inception in 1950.
@kaggle.saiishwaram_f1_all_race_winners_19502021
Data of all Formula 1 winners since it's inception in 1950.
@kaggle.saiishwaram_f1_all_race_winners_19502021
CREATE TABLE f1_1950_2020_race_wins (
"grand_prix" VARCHAR,
"date" VARCHAR,
"winner" VARCHAR,
"car" VARCHAR,
"laps" DOUBLE,
"time" VARCHAR
);
Anyone who has the link will be able to view this.