Baselight

Olympics Data Set

Olympics data set to learn about EDA

@kaggle.noob2511_olympics_data_set

Loading...
Loading...

About this Dataset

Olympics Data Set

Details

This dataset contains the details of over 11,000 athletes, with 47 disciples, along with 743 teams that were taking part in Tokyo Olympics 2020- 2021.

It contains data set of athletes, coaches, and teams participating as well as entries by gender. It contains names, countries, disciplines, gender and names of the coaches as well.

Credits

Source : Tokyo Olympics 2020 Website

Tables

Entriesgender

@kaggle.noob2511_olympics_data_set.entriesgender
  • 4.49 KB
  • 46 rows
  • 4 columns
Loading...

CREATE TABLE entriesgender (
  "discipline" VARCHAR,
  "female" BIGINT,
  "male" BIGINT,
  "total" BIGINT
);

Medals

@kaggle.noob2511_olympics_data_set.medals
  • 7.38 KB
  • 93 rows
  • 7 columns
Loading...

CREATE TABLE medals (
  "rank" BIGINT,
  "teamcountry" VARCHAR,
  "gold" BIGINT,
  "silver" BIGINT,
  "bronze" BIGINT,
  "total" BIGINT,
  "rank_by_total" BIGINT
);

Share link

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