Baselight

Hyrox Race Results Dataset

Results from Seasons 4 to 6 (2021 - 2023)

@kaggle.jgug05_hyrox_results

Loading...
Loading...

About this Dataset

Hyrox Race Results Dataset

A database containing all Hyrox results for events that took place in Seasons 4 to 6 (2021 - 2023). For each participant, general info regarding the participant and the event is listed along with detailed split times.

A great database for those looking at analysing and visualising race results, as well as a starting point for a ML race prediction application.

Tables

Hyrox Results

@kaggle.jgug05_hyrox_results.hyrox_results
  • 3.39 MB
  • 92,374 rows
  • 34 columns
Loading...
CREATE TABLE hyrox_results (
  "event_id" VARCHAR,
  "event_name" VARCHAR,
  "gender" VARCHAR,
  "nationality" VARCHAR,
  "age_group" VARCHAR,
  "division" VARCHAR,
  "total_time" VARCHAR,
  "work_time" VARCHAR,
  "roxzone_time" VARCHAR,
  "run_time" VARCHAR,
  "run_1" VARCHAR,
  "work_1" VARCHAR,
  "roxzone_1" VARCHAR,
  "run_2" VARCHAR,
  "work_2" VARCHAR,
  "roxzone_2" VARCHAR,
  "run_3" VARCHAR,
  "work_3" VARCHAR,
  "roxzone_3" VARCHAR,
  "run_4" VARCHAR,
  "work_4" VARCHAR,
  "roxzone_4" VARCHAR,
  "run_5" VARCHAR,
  "work_5" VARCHAR,
  "roxzone_5" VARCHAR,
  "run_6" VARCHAR,
  "work_6" VARCHAR,
  "roxzone_6" VARCHAR,
  "run_7" VARCHAR,
  "work_7" VARCHAR,
  "roxzone_7" VARCHAR,
  "run_8" VARCHAR,
  "work_8" VARCHAR,
  "roxzone_8" VARCHAR
);

Share link

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