Tokyo 2020 Olympics Dataset
Tokyo Olympics results including events, ranks and medals
@kaggle.aliaamiri_2020_summer_olympics_dataset
Tokyo Olympics results including events, ranks and medals
@kaggle.aliaamiri_2020_summer_olympics_dataset
CREATE TABLE tokyo_olympic_medals_official (
"rank" BIGINT,
"country" VARCHAR,
"gold" BIGINT,
"silver" BIGINT,
"bronze" BIGINT,
"total" BIGINT,
"rank_by_total" BIGINT
);
Anyone who has the link will be able to view this.