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 events_medals (
"event_number" VARCHAR,
"event_year" BIGINT,
"country" VARCHAR,
"gold" BIGINT,
"silver" BIGINT,
"bronze" BIGINT,
"total" BIGINT
);
Anyone who has the link will be able to view this.