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
This dataset contains 3 files:
I wanted to learn how to scrap data using the Beautiful Soup python library.
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.