Olympic Medallists From 2020 To 1996
List of olympic medallist by athlete from 2020 to 1996
@kaggle.johnpendenque_olympic_medallists_from_2020_to_1996
List of olympic medallist by athlete from 2020 to 1996
@kaggle.johnpendenque_olympic_medallists_from_2020_to_1996
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
);
Anyone who has the link will be able to view this.