Historic Tour De France Dataset
This dataset contains variables regarding each stage of the Tour De France
@kaggle.ralle360_historic_tour_de_france_dataset
This dataset contains variables regarding each stage of the Tour De France
@kaggle.ralle360_historic_tour_de_france_dataset
CREATE TABLE stages_tdf (
"stage" VARCHAR,
"date" TIMESTAMP,
"distance" DOUBLE,
"origin" VARCHAR,
"destination" VARCHAR,
"type" VARCHAR,
"winner" VARCHAR,
"winner_country" VARCHAR
);
Anyone who has the link will be able to view this.