F1 Races Results Dataset 1950 To 2024
Dataset of results of all F1 Races from year 1950 to 2024
@kaggle.lakshayjain611_f1_races_results_dataset_1950_to_2024
Dataset of results of all F1 Races from year 1950 to 2024
@kaggle.lakshayjain611_f1_races_results_dataset_1950_to_2024
CREATE TABLE drivers_updated (
"pos" VARCHAR,
"driver" VARCHAR,
"nationality" VARCHAR,
"car" VARCHAR,
"pts" DOUBLE,
"year" BIGINT,
"code" VARCHAR
);
Anyone who has the link will be able to view this.