Baselight

Olympic Medal Data (Summer+Winter)

Exploring Olympic Medal History: All-Time Winners (Summer & Winter)

@kaggle.parthdande_olympic_medal_data_summer_winter

Loading...
Loading...

About this Dataset

Olympic Medal Data (Summer+Winter)

  • Comprehensive dataset covering all-time Olympic medal standings.
  • Encompasses both the Summer and Winter Olympics.
  • Provides insights into countries' performances and medal distributions.

Tables

Olympic Medal Data

@kaggle.parthdande_olympic_medal_data_summer_winter.olympic_medal_data
  • 16.65 KB
  • 157 rows
  • 14 columns
Loading...

CREATE TABLE olympic_medal_data (
  "unnamed_0" BIGINT,
  "team" VARCHAR,
  "summer_gold" BIGINT,
  "summer_silver" BIGINT,
  "summer_bronze" BIGINT,
  "summer_tot" BIGINT,
  "winter_gold" BIGINT,
  "winter_silver" BIGINT,
  "winter_bronze" BIGINT,
  "winter_total" BIGINT,
  "combined_gold" BIGINT,
  "combined_silver" BIGINT,
  "combined_bronze" BIGINT,
  "combined_total" BIGINT
);

Share link

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