Purchasing Power Parity (PPP)
Number of units of a country's currency required to buy the same amounts in US
@kaggle.joebeachcapital_purchasing_power_parity_ppp
Number of units of a country's currency required to buy the same amounts in US
@kaggle.joebeachcapital_purchasing_power_parity_ppp
Purchasing power parity (PPP). Data are sourced from the World Bank, International Comparison Program database. One dataset is provided: PPP conversion factor, GDP (LCU per international $).
CREATE TABLE purchasing_power_parity_ppp (
"country" VARCHAR,
"country_code" VARCHAR,
"indicator_name" VARCHAR,
"indicator_code" VARCHAR,
"year" DOUBLE,
"ppp" DOUBLE
);Anyone who has the link will be able to view this.