World Bank Country Profile
Overview of World Bank main indicators for each country globally
@kaggle.joebeachcapital_world_bank_country_profile
Overview of World Bank main indicators for each country globally
@kaggle.joebeachcapital_world_bank_country_profile
CREATE TABLE worldbank_country_profile (
"country_name" VARCHAR,
"country_code" VARCHAR,
"indicator_name" VARCHAR,
"indicator_code" VARCHAR,
"year" DOUBLE,
"value" DOUBLE
);
Anyone who has the link will be able to view this.