Baselight

Turkiye Horse Racing January 2024 Race Results

Results and race info of professional horse races held in Turkiye in Jan '24

@kaggle.sanlian_turkiye_horse_racing_january_2024_race_results

Loading...
Loading...

About this Dataset

Turkiye Horse Racing January 2024 Race Results

The first data frame, race_results, contains 4283 entries, each representing the results of a horse race. This data frame includes various features such as race date, city, race number, results, horse name, accessories, age, sex, origin, sire, dam, broodmare sire, jockey weight, jockey name, horse owner, horse trainer, horse race degree, win value, PSF rate, PSF rank, starting box number, and horse rate.

The second data frame, race_details, comprises 480 entries, each providing details of a horse race event. This data frame includes information such as race date, city, race number, race type, race sex group, race age group, race race group, race length, race track type, and race track condition.

Both data frames offer comprehensive information pertaining to specific horse racing events, providing rich data sources for analysis and evaluation.

Tables

Race Details 20240101–20240131

@kaggle.sanlian_turkiye_horse_racing_january_2024_race_results.race_details_20240101_20240131
  • 11.1 kB
  • 480 rows
  • 11 columns
Loading...
CREATE TABLE race_details_20240101_20240131 (
  "race_date" TIMESTAMP,
  "race_city" VARCHAR,
  "race_no" BIGINT,
  "race_type" VARCHAR,
  "race_sex_group" VARCHAR,
  "race_age_group" VARCHAR,
  "race_race_group" VARCHAR,
  "race_length" BIGINT,
  "race_track_type" VARCHAR,
  "race_track_condition" VARCHAR,
  "best_rating" VARCHAR
);

Race Results 20240101–20240131

@kaggle.sanlian_turkiye_horse_racing_january_2024_race_results.race_results_20240101_20240131
  • 262.66 kB
  • 4,283 rows
  • 24 columns
Loading...
CREATE TABLE race_results_20240101_20240131 (
  "race_date" TIMESTAMP,
  "race_city" VARCHAR,
  "race_no" BIGINT,
  "result" BIGINT,
  "horse_name" VARCHAR,
  "horse_accessories" VARCHAR,
  "horse_age" VARCHAR,
  "horse_sex" VARCHAR,
  "horse_origin" VARCHAR,
  "horse_sire" VARCHAR,
  "horse_dam" VARCHAR,
  "hors_broodmare_sire" VARCHAR,
  "jockey_weight" BIGINT,
  "jockey_name" VARCHAR,
  "horse_owner" VARCHAR,
  "horse_trainer" VARCHAR,
  "horse_race_degree" VARCHAR,
  "horse_win_value" DOUBLE,
  "horse_psf_rate" BIGINT,
  "horse_psf_rank" BIGINT,
  "horse_starting_box_no" BIGINT,
  "horse_margin" VARCHAR,
  "horse_late_start" VARCHAR,
  "horse_rate" BIGINT
);

Share link

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