F1 Qualification Best Sector Times 2018-2019
Best sector times for all drivers
@kaggle.markjenei_f1_qualification_best_sector_times_20182019
Best sector times for all drivers
@kaggle.markjenei_f1_qualification_best_sector_times_20182019
CREATE TABLE f1_quali_sector_times_2018_2019 (
"year" BIGINT,
"grand_prix" VARCHAR,
"sector" BIGINT,
"driver" VARCHAR,
"time" VARCHAR
);
CREATE TABLE f1_quali_sector_times_2018_2019_v2 (
"year" BIGINT,
"grandprix" VARCHAR,
"sector" BIGINT,
"team" VARCHAR,
"driver" VARCHAR,
"time" VARCHAR
);
Anyone who has the link will be able to view this.