Speedskating At The Winter Olympics
All medals in speedskating for every Winter Olympics to date
@kaggle.niekvanderzwaag_speedskating_at_the_winter_olympics
All medals in speedskating for every Winter Olympics to date
@kaggle.niekvanderzwaag_speedskating_at_the_winter_olympics
Speed skating has been featured as a sport in the Winter Olympics since the first winter games in 1924. Women's events were added to the Olympic program for the first time in 1960 Squaw Valley Olympics. Though some variation between men and women, races typically of the following events:
This dataset contains the top 3 athletes of each game on each event of every Winter Olympics to date.
CREATE TABLE speedskating (
"event" VARCHAR,
"medal" VARCHAR,
"rank" BIGINT,
"country" VARCHAR,
"country_code" VARCHAR,
"athlete" VARCHAR,
"continent" VARCHAR,
"host_city" VARCHAR,
"year" BIGINT
);Anyone who has the link will be able to view this.