World Development Indicators
@owid.owid_deflator
@owid.owid_deflator
The World Development Indicators (WDI) is the primary World Bank collection of development indicators, compiled from officially-recognized international sources. It presents the most current and accurate global development data available, and includes national, regional and global estimates.
CREATE TABLE owid_owid_deflator (
"country" VARCHAR,
"year" INTEGER,
"cpi" FLOAT,
"gdp_deflator" FLOAT,
"gdp_deflator_linked" FLOAT
);Anyone who has the link will be able to view this.