Tokyo 2020 Olympics Medal Count
This dataset contains the medal count of the Tokyo 2020 Olympics.
@kaggle.jamieeeee_tokyo_2020_olympics_medal_count
This dataset contains the medal count of the Tokyo 2020 Olympics.
@kaggle.jamieeeee_tokyo_2020_olympics_medal_count
CREATE TABLE men_medal_count (
"team_noc" VARCHAR,
"gold" BIGINT,
"silver" BIGINT,
"bronze" BIGINT,
"total" BIGINT,
"noccode" VARCHAR
);
Anyone who has the link will be able to view this.