Winter Olympics (1924 - 2018)
This dataset contains the data of all the past Winter Olympic events
@kaggle.leminhnguyen_winter_olympics_1924_2018
This dataset contains the data of all the past Winter Olympic events
@kaggle.leminhnguyen_winter_olympics_1924_2018
CREATE TABLE discipline_details (
"event_number" VARCHAR,
"event_year" BIGINT,
"discipline" VARCHAR,
"category" VARCHAR,
"date" VARCHAR,
"n_participants" BIGINT,
"n_country_participants" BIGINT,
"gold_medalist" VARCHAR,
"gold_country" VARCHAR,
"silver_medalist" VARCHAR,
"silver_country" VARCHAR,
"bronze_medalist" VARCHAR,
"bronze_country" VARCHAR
);
Anyone who has the link will be able to view this.