Olympic Games
Countries and medals from 1896 to 2022
@kaggle.andreinovikov_olympic_games
Countries and medals from 1896 to 2022
@kaggle.andreinovikov_olympic_games
CREATE TABLE olympic_games (
"year" BIGINT,
"games_type" VARCHAR,
"host_country" VARCHAR,
"host_city" VARCHAR,
"athletes" BIGINT,
"teams" BIGINT,
"competitions" BIGINT,
"country" VARCHAR,
"gold" BIGINT,
"silver" BIGINT,
"bronze" BIGINT
);
Anyone who has the link will be able to view this.