2021 Paralympic Games In Tokyo
Data on Medals, Athletes, Coaches, Disciplines, and Medalists
@kaggle.alexkoshchii_2021_paralympic_games_in_tokyo
Data on Medals, Athletes, Coaches, Disciplines, and Medalists
@kaggle.alexkoshchii_2021_paralympic_games_in_tokyo
CREATE TABLE medals (
"rank" BIGINT,
"team_npc" VARCHAR,
"gold" BIGINT,
"silver" BIGINT,
"bronze" BIGINT,
"total" BIGINT,
"rank_by_total" BIGINT
);
Anyone who has the link will be able to view this.