OliverSherouse / wbdata

A python library for accessing world bank data
GNU General Public License v2.0
180 stars 55 forks source link

wbdata

Tests Documentation Status PyPI version Downloads

Wbdata is a simple python interface to find and request information from the World Bank's various databases, either as a dictionary containing full metadata or as a pandas DataFrame or series. Currently, wbdata wraps most of the World Bank API, and also adds some convenience functionality for searching and retrieving information.

Documentation is available at http://wbdata.readthedocs.org/ .