Baselight

Tour De France Winning Ways

What does it take to become a Tour victor ...

@kaggle.gulliverwoods_tour_de_france_winner_data

Loading...
Loading...

About this Dataset

Tour De France Winning Ways

A collection of personal information about the year on year winner of the Tour de France from 1903 to the most recent tour. Basic information is also included on each Tour. Information is collated from www.procyclingstats.com and personal Wikipedia entries about the rider.

Tables

Tour Winners Data 1

@kaggle.gulliverwoods_tour_de_france_winner_data.tour_winners_data_1
  • 12.96 KB
  • 110 rows
  • 12 columns
Loading...

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
);

Tour Winners Data 2

@kaggle.gulliverwoods_tour_de_france_winner_data.tour_winners_data_2
  • 8.33 KB
  • 110 rows
  • 7 columns
Loading...

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
);

Tour Winners Data 3

@kaggle.gulliverwoods_tour_de_france_winner_data.tour_winners_data_3
  • 7.77 KB
  • 110 rows
  • 7 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.