Tour De France Winning Ways
What does it take to become a Tour victor ...
@kaggle.gulliverwoods_tour_de_france_winner_data
What does it take to become a Tour victor ...
@kaggle.gulliverwoods_tour_de_france_winner_data
CREATE TABLE tour_winners_data_1 (
"year" BIGINT,
"tour_no" BIGINT,
"winner" VARCHAR,
"country" VARCHAR,
"team" VARCHAR,
"tour_overall_length_km" BIGINT,
"age" BIGINT,
"bmi" DOUBLE,
"weight_kg" DOUBLE,
"height_m" DOUBLE,
"rider_type_pps" VARCHAR,
"close_rider_type_pps" VARCHAR
);
CREATE TABLE tour_winners_data_2 (
"year" BIGINT,
"tour_no" BIGINT,
"winner" VARCHAR,
"pre_tour_gc_wins" BIGINT,
"pre_tour_wins" BIGINT,
"total_completed_stage_races" BIGINT,
"total_completed_day_races" BIGINT
);
CREATE TABLE tour_winners_data_3 (
"year" BIGINT,
"tour_no" BIGINT,
"winner" VARCHAR,
"gt_wins" BIGINT,
"nat_tt_wins" BIGINT,
"nat_rr_wins" BIGINT,
"worlds_rr_wins" BIGINT
);
Anyone who has the link will be able to view this.