All Time F1 Grand Prix Winners
The best drivers ever, what about win percentage and total wins ?
@kaggle.pierregraef_all_time_f1_grand_prix_winners
The best drivers ever, what about win percentage and total wins ?
@kaggle.pierregraef_all_time_f1_grand_prix_winners
CREATE TABLE all_time_grand_prix_winners (
"ranking" BIGINT,
"driver" VARCHAR,
"nationality" VARCHAR,
"participations" BIGINT,
"wins" BIGINT,
"win_percentage" DOUBLE,
"start" BIGINT,
"end" VARCHAR
);
Anyone who has the link will be able to view this.