Tour De France - Rider Information
The dataset contains information about Tour de France stage winners.
@kaggle.zeynepsivri_tour_de_france_rider_information
The dataset contains information about Tour de France stage winners.
@kaggle.zeynepsivri_tour_de_france_rider_information
CREATE TABLE tdf_riders (
"rider" VARCHAR,
"general_classification" BIGINT,
"tt" BIGINT,
"sprint" BIGINT,
"climb" BIGINT,
"age" BIGINT,
"weight" DOUBLE,
"height" DOUBLE,
"country" VARCHAR
);
Anyone who has the link will be able to view this.