Formula1 Fantasy 2021
Driver and Constructor value for the 2021 F1 fantasy league
@kaggle.prathamsharma123_formula_1_fantasy_2021
Driver and Constructor value for the 2021 F1 fantasy league
@kaggle.prathamsharma123_formula_1_fantasy_2021
CREATE TABLE driver_value (
"driver_name" VARCHAR,
"bahrain_gp" DOUBLE,
"imola_gp" DOUBLE,
"portugal_gp" DOUBLE,
"spain_gp" DOUBLE,
"monaco_gp" DOUBLE,
"azerbaijan_gp" DOUBLE,
"french_gp" DOUBLE,
"styrian_gp" DOUBLE,
"austrian_gp" DOUBLE,
"british_gp" DOUBLE,
"hungarian_gp" DOUBLE,
"belgian_gp" DOUBLE,
"dutch_gp" DOUBLE,
"italian_gp" DOUBLE,
"russian_gp" DOUBLE,
"turkish_gp" DOUBLE,
"usa_gp" DOUBLE,
"mexican_gp" DOUBLE,
"brazilian_gp" DOUBLE,
"qatar_gp" DOUBLE,
"saudi_arabian_gp" DOUBLE,
"abu_dhabi_gp" DOUBLE
);
Anyone who has the link will be able to view this.