Updated

UPDATE_SCRIPT_MAINTENANCE_REPORT

1.6K

Data are sourced from the World Bank, International Comparison Program database. One dataset is provided: PPP conversion factor, GDP (LCU per international $).

API Access

Access dataset files directly from scripts, code, or AI agents.

Browse dataset files
Dataset Files

Each file has a stable URL (r-link) that you can use directly in scripts, apps, or AI agents. These URLs are permanent and safe to hardcode.

/core/ppp/
https://datahub.io/core/ppp/_r/-/.gitignore
https://datahub.io/core/ppp/_r/-/LICENSE
https://datahub.io/core/ppp/_r/-/Makefile
https://datahub.io/core/ppp/_r/-/README.md
https://datahub.io/core/ppp/_r/-/UPDATE_SCRIPT_MAINTENANCE_REPORT.md
https://datahub.io/core/ppp/_r/-/data/ppp-gdp.csv
https://datahub.io/core/ppp/_r/-/datapackage.json
Key Files

Start with these files — they give you everything you need to understand and access the dataset.

datapackage.jsonmetadata & schema
https://datahub.io/core/ppp/_r/-/datapackage.json
README.mddocumentation
https://datahub.io/core/ppp/_r/-/README.md
Typical Usage
  1. 1. Fetch datapackage.json to inspect schema and resources
  2. 2. Download data resources listed in datapackage.json
  3. 3. Read README.md for full context

Data Previews

ppp-gdp

Loading data...

Schema

nametypedescription
Countrystring
Country IDstringISO 3166-1 alpha-2 code
YearyearRelevant year
PPPnumberPPP conversion factor, GDP (LCU per international $)

Data Files

FileDescriptionSizeLast modifiedDownload
ppp-gdp
242 kB22 days ago
ppp-gdp
FilesSizeFormatCreatedUpdatedLicenseSource
1242 kBcsv29 days agoOpen Data Commons Public Domain Dedication and License v1.0PPP conversion factor, GDP (LCU per international $). World Bank, International Comparison Program database.

Update Script Maintenance Report

Date: 2026-03-04

  • Root cause: legacy publish action setup and missing explicit content-write permission.
  • Fixes made: replaced publish action with native commit-if-changed step, added manual trigger, upgraded checkout/setup actions, and set permissions: contents: write.
  • Validation: checked workflow command chain (make data) and guarded push step.
  • Known blockers: none identified in this remediation pass.