Baselight

Global GDP In The Last Millennia (2022)

@owid.gdp_historical

Loading...
Loading...

About this Dataset

Global GDP In The Last Millennia (2022)

This dataset combines the Maddison Project Database, Maddison Database and World Bank's World Development Indicators current estimations to present the most up-to-date evolution of GDP and GDP per capita in the last millennia. As the global aggregation from the World Bank only starts from 1990, the global GDP data is separated into three parts:

  • From 1990 onward it is exactly the same value estimated by the World Bank (international-$ in 2017 prices).
  • Between 1820 and 1990 the World Bank data from 1990 is retroactively adjusted using the global aggregations by Maddison Project Database.
  • Between 1 and 1820 the 1820 estimation is retroactively adjusted using growth coming from the Maddison Database 2010

Tables

Gdp Historical 1

@owid.gdp_historical.owid_gdp_historical_1
  • 5.11 KB
  • 46 rows
  • 5 columns
Loading...

CREATE TABLE owid_gdp_historical_1 (
  "index" BIGINT,
  "country" VARCHAR,
  "year" INTEGER,
  "gdp" BIGINT,
  "gdp_per_capita" FLOAT
);

Gdp Historical 2

@owid.gdp_historical.owid_gdp_historical_2
  • 4.1 KB
  • 47 rows
  • 4 columns
Loading...

CREATE TABLE owid_gdp_historical_2 (
  "country" VARCHAR,
  "year" INTEGER,
  "gdp" FLOAT,
  "gdp_per_capita" FLOAT
);

Gdp Historical 3

@owid.gdp_historical.owid_gdp_historical_3
  • 3.8 KB
  • 26 rows
  • 4 columns
Loading...

CREATE TABLE owid_gdp_historical_3 (
  "country" VARCHAR,
  "year" INTEGER,
  "gdp" FLOAT,
  "gdp_per_capita" FLOAT
);

Gdp Historical 4

@owid.gdp_historical.owid_gdp_historical_4
  • 4.38 KB
  • 49 rows
  • 4 columns
Loading...

CREATE TABLE owid_gdp_historical_4 (
  "country" VARCHAR,
  "year" INTEGER,
  "gdp" BIGINT,
  "gdp_per_capita" FLOAT
);

Share link

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