Global GDP & Population Dataset(2023)- Ready To Go
A well-structured dataset combining GDP and population data for insights.
@kaggle.rizwanbinakbar_global_gdp_and_population_dataset2023_r_2b095660
A well-structured dataset combining GDP and population data for insights.
@kaggle.rizwanbinakbar_global_gdp_and_population_dataset2023_r_2b095660
CREATE TABLE gdp_population_cleaned (
"country" VARCHAR,
"population" BIGINT,
"capital" VARCHAR,
"gdp_per_capita" DOUBLE,
"share_of_world_gdp" DOUBLE,
"gdp_growth" DOUBLE,
"gdp_2023" DOUBLE,
"area" DOUBLE,
"languages" VARCHAR,
"currencies" VARCHAR,
"region" VARCHAR,
"sub_region" VARCHAR
);
CREATE TABLE gdp_population_cleaned_noissue (
"country" VARCHAR,
"population" BIGINT,
"capital" VARCHAR,
"gdp_per_capita" BIGINT,
"share_of_world_gdp" DOUBLE,
"gdp_growth" DOUBLE,
"gdp_2023" DOUBLE,
"area" BIGINT,
"languages" VARCHAR,
"currencies" VARCHAR,
"region" VARCHAR,
"sub_region" VARCHAR
);
Anyone who has the link will be able to view this.