IEG World Bank Project Performance Ratings - Archived
Please access this dataset on the newest version of Finances One at https://financesone.worldbank.org/ieg-world-bank-project-performance-ratings-archived/DS00984. The webpage you are on will be decommissioned soon. Be sure to update any bookmarks or saved links with the new URL.
This dataset contains all World Bank project assessments carried out by the Independent Evaluation Group (IEG) since the unit was created back in the 70’s. Spanning over 30 years, the collection has more than 11,300 project assessments, covering more than 9,600 completed projects; it is perhaps the longest-running and most comprehensive project performance data collection of its kind. Learn more at http://ieg.worldbankgroup.org/ratings .
You can find the most recent version of this dataset at https://finances.worldbank.org/Other/IEG-World-Bank-Project-Performance-Ratings/6dhw-xaxd
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"finances-worldbank/ieg-world-bank-project-performance-ratings-rq9d-pctf\".\"ieg_world_bank_project_performance_ratings\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.