Baselight

Income Classifications (World Bank, 2022)

@owid.income_groups

Loading...
Loading...

About this Dataset

Income Classifications (World Bank, 2022)

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).

Tables

Income Groups 1

@owid.income_groups.owid_income_groups_1
  • 7.58 KB
  • 7227 rows
  • 3 columns
Loading...

CREATE TABLE owid_income_groups_1 (
  "country" VARCHAR,
  "year" INTEGER,
  "classification" VARCHAR
);

World Bank's Income Classification

@owid.income_groups.owid_income_groups_2
  • 7.58 KB
  • 7444 rows
  • 3 columns
Loading...

CREATE TABLE owid_income_groups_2 (
  "country" VARCHAR,
  "year" INTEGER,
  "classification" VARCHAR
);

World Bank's Income Classification

@owid.income_groups.owid_income_groups_3
  • 23.18 KB
  • 7994 rows
  • 12 columns
Loading...

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
);

Income Groups Latest 1

@owid.income_groups.owid_income_groups_latest_1
  • 5.14 KB
  • 217 rows
  • 2 columns
Loading...

CREATE TABLE owid_income_groups_latest_1 (
  "country" VARCHAR,
  "classification" VARCHAR
);

World Bank's Latest Income Classification

@owid.income_groups.owid_income_groups_latest_2
  • 5.14 KB
  • 217 rows
  • 2 columns
Loading...

CREATE TABLE owid_income_groups_latest_2 (
  "country" VARCHAR,
  "classification" VARCHAR
);

World Bank's Latest Income Classification

@owid.income_groups.owid_income_groups_latest_3
  • 6.74 KB
  • 219 rows
  • 3 columns
Loading...

CREATE TABLE owid_income_groups_latest_3 (
  "country" VARCHAR,
  "index" INTEGER,
  "classification" VARCHAR
);

Share link

Anyone who has the link will be able to view this.