Maddison Project Database
@owid.maddison_project_database
@owid.maddison_project_database
The Maddison Project Database provides information on comparative economic growth and income levels over the very long run. The 2023 version of this database covers 169 countries and the period up to 2022. The new estimates are presented and discussed in Bolt and Van Zanden (2024), "Maddison style estimates of the evolution of the world economy: A new 2023 update", Journal of Economic Surveys, 1–41.
CREATE TABLE owid_maddison_project_database (
"country" VARCHAR,
"year" INTEGER,
"region" VARCHAR,
"gdp_per_capita" FLOAT,
"population" FLOAT,
"gdp" BIGINT
);Anyone who has the link will be able to view this.