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
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.