Maddison Database
@owid.maddison_database
@owid.maddison_database
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.