Baselight

Olympic Games Medal Dataset(from 1896 To 2018)

Medals Achieved in Olympic Games

@kaggle.rushikeshlavate_olympic_games_medal_datasetfrom_1896_to_2018

Loading...
Loading...

About this Dataset

Olympic Games Medal Dataset(from 1896 To 2018)

Context

I created this dataset using web scraping for this I used python

Content

The medal table for all Olympic Games from 1896 to 2018, including the Summer Olympic Games, Winter Olympic Games, and a combined total of both, is tabulated below. These Olympic medal counts do not include the 1906 Intercalated Games which are no longer recognized by the International Olympic Committee (IOC) as official Games.

Medal totals in this table are current as of the 2018 Winter Olympics in Pyeongchang County, South Korea, and all changes in medal standings due to doping cases and medal redistributions up to 25 November 2020 are taken into account

Acknowledgements

I'm thanking you, everyone, for supporting me and I would be glad to hear your feedback on my Dataset.

Thank you

Tables

Olympic Games Medal Dataset From 1896 To 2018

@kaggle.rushikeshlavate_olympic_games_medal_datasetfrom_1896_to_2018.olympic_games_medal_dataset_from_1896_to_2018
  • 18.68 KB
  • 152 rows
  • 16 columns
Loading...

CREATE TABLE olympic_games_medal_dataset_from_1896_to_2018 (
  "team_ioc_code" VARCHAR,
  "summer_rank" BIGINT,
  "s_gold" BIGINT,
  "s_silver" BIGINT,
  "s_bronze" BIGINT,
  "summer_total" BIGINT,
  "winter_rank" BIGINT,
  "w_gold" BIGINT,
  "w_silver" BIGINT,
  "w_bronze" BIGINT,
  "winter_total" BIGINT,
  "overall_rank" BIGINT,
  "total_gold" BIGINT,
  "total_silver" BIGINT,
  "total_bronze" BIGINT,
  "total_medals" BIGINT
);

Share link

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