Baselight

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

Loading...
Loading...

About this Dataset

2019 Ironman World Championship Results

Context

Data set containing results from 2019 Ironman World Championship in Kona, Hawaii to help answer the question of which countries produce the fastest overall finish times, as well as fastest swim, bike, and run times.

Content

The data set contains the name of each male and female competitor, the country they are representing, their category (Professional or Age Group), their overall placing, finish time, and swim / T1 / bike / T2 / run splits.

Acknowledgements

Coach Cox (www.coachcox.co.uk)

Inspiration

Tables

N 2019 Ironman World Championship Results

@kaggle.andyesi_2019_ironman_world_championship_results.n_2019_ironman_world_championship_results
  • 144.2 KB
  • 2434 rows
  • 14 columns
Loading...

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

Share link

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