Olympic Cities Summary
Summary data of Olympic games with Latitude and Longitude of the Olympic cities
@kaggle.ericnarro_olympic_cities_summary
Summary data of Olympic games with Latitude and Longitude of the Olympic cities
@kaggle.ericnarro_olympic_cities_summary
CREATE TABLE olympic_cities (
"olympiad" VARCHAR,
"olympic_city" VARCHAR,
"olympic_year" BIGINT,
"olympic_season" VARCHAR,
"total_medals" BIGINT,
"total_medals_gold" BIGINT,
"total_medals_silver" BIGINT,
"total_medals_bronze" BIGINT,
"number_committees" BIGINT,
"number_disciplines" BIGINT,
"number_events" BIGINT,
"country" VARCHAR,
"continent" VARCHAR,
"iso_code_mapping" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE
);
Anyone who has the link will be able to view this.