2024 Olympics Medals And Economic Status
Medals count in 2024 Olympics and GDP
@kaggle.mohamedyosef101_2024_olympics_medals_and_economic_status
Medals count in 2024 Olympics and GDP
@kaggle.mohamedyosef101_2024_olympics_medals_and_economic_status
CREATE TABLE olympics_economics (
"country" VARCHAR,
"country_code" VARCHAR,
"gold" BIGINT,
"silver" BIGINT,
"bronze" BIGINT,
"total" BIGINT,
"gdp" DOUBLE,
"gdp_year" BIGINT,
"population" DOUBLE
);
Anyone who has the link will be able to view this.