Baselight

Olympic Medallists From 2020 To 1996

List of olympic medallist by athlete from 2020 to 1996

@kaggle.johnpendenque_olympic_medallists_from_2020_to_1996

Loading...
Loading...

About this Dataset

Olympic Medallists From 2020 To 1996

This dataset provides detailed information about athletes who participated in various competitions and the medals they won. The dataset includes data from different countries, competitions, venues, and years, offering insights into the performance of athletes across various events. It is particularly useful for analyzing trends in sports performance, comparing athletes from different countries, and studying the outcomes of specific competitions

Tables

Clean Data

@kaggle.johnpendenque_olympic_medallists_from_2020_to_1996.clean_data
  • 100.49 KB
  • 6853 rows
  • 10 columns
Loading...

CREATE TABLE clean_data (
  "athlete" VARCHAR,
  "country" VARCHAR,
  "competition_name" VARCHAR,
  "competition" VARCHAR,
  "medal" VARCHAR,
  "venue" VARCHAR,
  "position" BIGINT,
  "year" BIGINT,
  "is_two_athletes" BOOLEAN,
  "gender" VARCHAR
);

Share link

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