Olympic Medal Data (Summer+Winter)
Exploring Olympic Medal History: All-Time Winners (Summer & Winter)
@kaggle.parthdande_olympic_medal_data_summer_winter
Exploring Olympic Medal History: All-Time Winners (Summer & Winter)
@kaggle.parthdande_olympic_medal_data_summer_winter
CREATE TABLE olympic_medal_data (
"unnamed_0" BIGINT,
"team" VARCHAR,
"summer_gold" BIGINT,
"summer_silver" BIGINT,
"summer_bronze" BIGINT,
"summer_tot" BIGINT,
"winter_gold" BIGINT,
"winter_silver" BIGINT,
"winter_bronze" BIGINT,
"winter_total" BIGINT,
"combined_gold" BIGINT,
"combined_silver" BIGINT,
"combined_bronze" BIGINT,
"combined_total" BIGINT
);
Anyone who has the link will be able to view this.