Maddison Database
@owid.maddison_database
@owid.maddison_database
The final database version provided by Angus Maddison, covering world population, GDP and per capita GDP from 1-2008 AD.
CREATE TABLE owid_maddison_database (
"country" VARCHAR,
"year" INTEGER,
"gdp" UINTEGER,
"gdp_per_capita" FLOAT,
"population" UINTEGER
);Anyone who has the link will be able to view this.