World Development Indicators
@owid.wdi_prices
@owid.wdi_prices
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_wdi_prices (
"country" VARCHAR,
"year" INTEGER,
"cpi" FLOAT,
"gdp_deflator" FLOAT,
"gdp_deflator_linked" FLOAT
);Anyone who has the link will be able to view this.