World, Region, Country GDP/GDP Per Capita
GDP and GDP per capita - USD years 1960-2021
@kaggle.tmishinev_world_country_gdp_19602021
GDP and GDP per capita - USD years 1960-2021
@kaggle.tmishinev_world_country_gdp_19602021
CREATE TABLE world_country_gdp_usd (
"country_name" VARCHAR,
"country_code" VARCHAR,
"year" BIGINT,
"gdp_usd" DOUBLE,
"gdp_per_capita_usd" DOUBLE
);
Anyone who has the link will be able to view this.