Baselight

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
@kaggle.joebeachcapital_purchasing_power_parity_ppp.purchasing_power_parity_ppp

  • 78.31 KB
  • 5692 rows
  • 6 columns
country

Country

country_code

Country Code

indicator_name

Indicator Name

indicator_code

Indicator Code

year

Year

ppp

PPP

ArubaABWPPP conversion factor, GDP (LCU per international $)PA.NUS.PPP19910.965521820375
ArubaABWPPP conversion factor, GDP (LCU per international $)PA.NUS.PPP19941.04895437631
ArubaABWPPP conversion factor, GDP (LCU per international $)PA.NUS.PPP20021.22561363481
AlbaniaALBPPP conversion factor, GDP (LCU per international $)PA.NUS.PPP201344.1137089967
ArgentinaARGPPP conversion factor, GDP (LCU per international $)PA.NUS.PPP19940.73543465977
ArgentinaARGPPP conversion factor, GDP (LCU per international $)PA.NUS.PPP20051.10385832879
ArmeniaARMPPP conversion factor, GDP (LCU per international $)PA.NUS.PPP2015172.923522949
ArmeniaARMPPP conversion factor, GDP (LCU per international $)PA.NUS.PPP2006140.034629552
Antigua and BarbudaATGPPP conversion factor, GDP (LCU per international $)PA.NUS.PPP20182.08118519848
Antigua and BarbudaATGPPP conversion factor, GDP (LCU per international $)PA.NUS.PPP20071.64683444941

CREATE TABLE purchasing_power_parity_ppp (
  "country" VARCHAR,
  "country_code" VARCHAR,
  "indicator_name" VARCHAR,
  "indicator_code" VARCHAR,
  "year" DOUBLE,
  "ppp" DOUBLE
);

Share link

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