Baselight

Speedskating At The Winter Olympics

All medals in speedskating for every Winter Olympics to date

@kaggle.niekvanderzwaag_speedskating_at_the_winter_olympics

Loading...
Loading...

About this Dataset

Speedskating At The Winter Olympics

Context

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:

  • 500m
  • 1000m
  • 1500m
  • 5000m
  • 10000m
  • mass start
  • team pursuit

Content

This dataset contains the top 3 athletes of each game on each event of every Winter Olympics to date.

Inspiration

Ger Inberg - Speedskating visualization

Tables

Speedskating

@kaggle.niekvanderzwaag_speedskating_at_the_winter_olympics.speedskating
  • 13.42 KB
  • 569 rows
  • 9 columns
Loading...

CREATE TABLE speedskating (
  "event" VARCHAR,
  "medal" VARCHAR,
  "rank" BIGINT,
  "country" VARCHAR,
  "country_code" VARCHAR,
  "athlete" VARCHAR,
  "continent" VARCHAR,
  "host_city" VARCHAR,
  "year" BIGINT
);

Share link

Anyone who has the link will be able to view this.