60 Years Of Paralympics
Country-wise Medal table and Gender counts
@kaggle.shivagovindasamy_60_years_of_paralympics
Country-wise Medal table and Gender counts
@kaggle.shivagovindasamy_60_years_of_paralympics
CREATE TABLE winter_paralympics (
"year" BIGINT,
"host_city" VARCHAR,
"host_country" VARCHAR,
"country" VARCHAR,
"country_code" VARCHAR,
"gold" BIGINT,
"silver" BIGINT,
"bronze" BIGINT,
"m_total" BIGINT,
"men" BIGINT,
"women" BIGINT,
"p_total" BIGINT
);
Anyone who has the link will be able to view this.