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 olympic_events (
"event_city" VARCHAR,
"event_country" VARCHAR,
"event_number" VARCHAR,
"event_year" BIGINT,
"opening_ceremony" VARCHAR,
"closing_ceremony" VARCHAR,
"n_participants" BIGINT,
"n_countries" VARCHAR,
"n_medals" BIGINT,
"n_disciplines" BIGINT
);
Anyone who has the link will be able to view this.