Baselight

Competed In Both Summer And Winter Olympics

List of athletes who competed in both the Summer and Winter Olympics games

@kaggle.igalbronshtein_competed_in_both_summer_and_winter_olympic

Loading...
Loading...

About this Dataset

Competed In Both Summer And Winter Olympics

Tables

Athletes

@kaggle.igalbronshtein_competed_in_both_summer_and_winter_olympic.athletes
  • 22.19 KB
  • 136 rows
  • 16 columns
Loading...

CREATE TABLE athletes (
  "athlete" VARCHAR,
  "nation" VARCHAR,
  "summer_games" VARCHAR,
  "summer_sport" VARCHAR,
  "winter_games" VARCHAR,
  "winter_sport" VARCHAR,
  "number_of_summer_games" BIGINT,
  "number_of_winter_games" BIGINT,
  "total_number_of_games" BIGINT,
  "medals_in_both" VARCHAR,
  "olympicscom_profile" VARCHAR,
  "wikipedia_profile" VARCHAR,
  "gold" BIGINT,
  "silver" BIGINT,
  "bronze" BIGINT,
  "birth" BIGINT
);

Share link

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