Formula 1 Official Data (1950-2022)
All race, qualifying, practice, driver, team and fastest lap data since 1950.
@kaggle.debashish311601_formula_1_official_data_19502022
All race, qualifying, practice, driver, team and fastest lap data since 1950.
@kaggle.debashish311601_formula_1_official_data_19502022
CREATE TABLE practices (
"car" VARCHAR,
"detail" VARCHAR,
"driver" VARCHAR,
"drivercode" VARCHAR,
"gap" VARCHAR,
"grand_prix" VARCHAR,
"laps" DOUBLE,
"no" BIGINT,
"pos" BIGINT,
"time" VARCHAR,
"year" BIGINT
);
Anyone who has the link will be able to view this.