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
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.