Big Data Derby 2022: Global Horse IDs And Places
Extra data for BDD competition
@kaggle.themarkgreen_big_data_derby_2022_global_horse_ids_and_places
Extra data for BDD competition
@kaggle.themarkgreen_big_data_derby_2022_global_horse_ids_and_places
CREATE TABLE horse_ids (
"unnamed_0" BIGINT -- Unnamed: 0,
"track_id" VARCHAR,
"race_date" TIMESTAMP,
"race" BIGINT,
"program_number" VARCHAR,
"horse_id" BIGINT,
"finishing_place" BIGINT
);
CREATE TABLE horse_names (
"unnamed_0" BIGINT -- Unnamed: 0,
"horse_id" BIGINT,
"horse_name" VARCHAR
);
Anyone who has the link will be able to view this.