Olympic Games Medal Dataset(from 1896 To 2018)
Medals Achieved in Olympic Games
@kaggle.rushikeshlavate_olympic_games_medal_datasetfrom_1896_to_2018
Medals Achieved in Olympic Games
@kaggle.rushikeshlavate_olympic_games_medal_datasetfrom_1896_to_2018
CREATE TABLE olympic_games_medal_dataset_from_1896_to_2018 (
"team_ioc_code" VARCHAR,
"summer_rank" BIGINT,
"s_gold" BIGINT,
"s_silver" BIGINT,
"s_bronze" BIGINT,
"summer_total" BIGINT,
"winter_rank" BIGINT,
"w_gold" BIGINT,
"w_silver" BIGINT,
"w_bronze" BIGINT,
"winter_total" BIGINT,
"overall_rank" BIGINT,
"total_gold" BIGINT,
"total_silver" BIGINT,
"total_bronze" BIGINT,
"total_medals" BIGINT
);
Anyone who has the link will be able to view this.