Baselight

Tokyo 2020 Olympics Medal Count

This dataset contains the medal count of the Tokyo 2020 Olympics.

@kaggle.jamieeeee_tokyo_2020_olympics_medal_count

Loading...
Loading...

About this Dataset

Tokyo 2020 Olympics Medal Count

Content

This dataset contains 3 files:

  1. Overall Olympic medal count per Team/National Olympic Committee
  2. Olympic medal count for men per Team/National Olympic Committee
  3. Olympic medal count for women per Team/National Olympic Committee

Acknowledgements

Tokyo 2020 Olympics Website

Inspiration

I wanted to learn how to scrap data using the Beautiful Soup python library.

Tables

Men Medal Count

@kaggle.jamieeeee_tokyo_2020_olympics_medal_count.men_medal_count
  • 6.35 kB
  • 80 rows
  • 6 columns
Loading...
CREATE TABLE men_medal_count (
  "team_noc" VARCHAR,
  "gold" BIGINT,
  "silver" BIGINT,
  "bronze" BIGINT,
  "total" BIGINT,
  "noccode" VARCHAR
);

Share link

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