All Olympic Medals Until 2024 (before Paris Games)
CSV file with a tidy structure, easy to use and transform for analysis and viz
@kaggle.ericnarro_all_olympic_medals_until_2024_before_paris_games
CSV file with a tidy structure, easy to use and transform for analysis and viz
@kaggle.ericnarro_all_olympic_medals_until_2024_before_paris_games
CREATE TABLE olympic_medals (
"olympiad" VARCHAR,
"discipline" VARCHAR,
"event" VARCHAR,
"winner" VARCHAR,
"medal_type" VARCHAR,
"olympic_city" VARCHAR,
"olympic_year" BIGINT,
"olympic_season" VARCHAR,
"gender" VARCHAR,
"code" VARCHAR,
"committee" VARCHAR,
"committee_type" VARCHAR
);
Anyone who has the link will be able to view this.