2019 Ironman World Championship Results
Rank, race time, and swim / T1 / bike / T2 / run times for each competitor.
@kaggle.andyesi_2019_ironman_world_championship_results
Rank, race time, and swim / T1 / bike / T2 / run times for each competitor.
@kaggle.andyesi_2019_ironman_world_championship_results
CREATE TABLE n_2019_ironman_world_championship_results (
"bib" BIGINT,
"name" VARCHAR,
"country" VARCHAR,
"gender" VARCHAR,
"division" VARCHAR,
"swim" VARCHAR,
"bike" VARCHAR,
"run" VARCHAR,
"overall" VARCHAR,
"division_rank" VARCHAR,
"gender_rank" VARCHAR,
"overall_rank" VARCHAR,
"t1" VARCHAR,
"t2" VARCHAR
);
Anyone who has the link will be able to view this.