Income Classifications (World Bank, 2022)
@owid.income_groups
@owid.income_groups
For the current 2023 fiscal year, low-income economies are defined as those with a GNI per capita, calculated using the World Bank Atlas method (https://datahelpdesk.worldbank.org/knowledgebase/articles/378832-what-is-the-world-bank-atlas-method), of $1,085 or less in 2021; lower middle-income economies are those with a GNI per capita between $1,086 and $4,255; upper middle-income economies are those with a GNI per capita between $4,256 and $13,205; high-income economies are those with a GNI per capita of $13,205 or more. For details on past years, please refer to file: https://datacatalogfiles.worldbank.org/ddh-published/0037712/DR0090754/OGHIST.xlsx
Note 1: Income classifications are set each year on July 1 for all World Bank member economies, and all other economies with populations of more than 30,000. These official analytical classifications are fixed during the World Bank's fiscal year (ending on June 30), thus economies remain in the categories in which they are classified irrespective of any revisions to their per capita income data. The historical classifications shown are as published on July 1 of each fiscal year.
Note 2: Regions in this table include economies at all income levels. The term country, used interchangeably with economy, does not imply political independence but refers to any territory for which authorities report separate social or economic statistics. For more information about how the World Bank classifies countries please read https://datahelpdesk.worldbank.org/knowledgebase/articles/378834-how-does-the-world-bank-classify-countries
Find more details in World Development Indicators website (https://datatopics.worldbank.org/world-development-indicators/the-world-by-income-and-region.html).
CREATE TABLE owid_income_groups_1 (
"country" VARCHAR,
"year" INTEGER,
"classification" VARCHAR
);CREATE TABLE owid_income_groups_2 (
"country" VARCHAR,
"year" INTEGER,
"classification" VARCHAR
);CREATE TABLE owid_income_groups_3 (
"country" VARCHAR,
"year" INTEGER,
"classification" VARCHAR,
"classification_low_income_countries_count" INTEGER,
"classification_lower_middle_income_countries_count" INTEGER,
"classification_upper_middle_income_countries_count" INTEGER,
"classification_high_income_countries_count" INTEGER,
"classification_low_income_countries_pop" UINTEGER,
"classification_lower_middle_income_countries_pop" UINTEGER,
"classification_upper_middle_income_countries_pop" UINTEGER,
"classification_high_income_countries_pop" UINTEGER,
"classification_missing_pop" INTEGER
);CREATE TABLE owid_income_groups_4 (
"country" VARCHAR,
"year" INTEGER,
"classification" VARCHAR
);CREATE TABLE owid_income_groups_latest_1 (
"country" VARCHAR,
"classification" VARCHAR
);CREATE TABLE owid_income_groups_latest_2 (
"country" VARCHAR,
"classification" VARCHAR
);CREATE TABLE owid_income_groups_latest_3 (
"country" VARCHAR,
"classification" VARCHAR
);CREATE TABLE owid_income_groups_latest_4 (
"country" VARCHAR,
"classification" VARCHAR
);Anyone who has the link will be able to view this.