Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/OliverSherouse/wbdata

A python library for accessing world bank data
https://github.com/OliverSherouse/wbdata

Last synced: 2 months ago
JSON representation

A python library for accessing world bank data

Awesome Lists containing this project

README

        

# wbdata

[![Tests](https://github.com/OliverSherouse/wbdata/actions/workflows/tests.yaml/badge.svg?branch=master)](https://github.com/OliverSherouse/wbdata/actions/workflows/tests.yaml)
[![Documentation Status](https://readthedocs.org/projects/wbdata/badge/?version=stable)](https://wbdata.readthedocs.io/en/stable/?badge=stable)
[![PyPI version](https://badge.fury.io/py/wbdata.svg)](https://badge.fury.io/py/wbdata)
[![Downloads](https://static.pepy.tech/badge/wbdata/month)](https://pepy.tech/project/wbdata)

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](http://pandas.pydata.org) DataFrame or series. Currently,
wbdata wraps most of the [World Bank
API](http://data.worldbank.org/developers/api-overview), and also adds some
convenience functionality for searching and retrieving information.

Documentation is available at .