Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/OliverSherouse/wbdata
- Owner: OliverSherouse
- License: gpl-2.0
- Created: 2012-09-22T18:12:19.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-03-23T18:12:11.000Z (10 months ago)
- Last Synced: 2024-10-02T22:36:24.645Z (3 months ago)
- Language: Python
- Size: 150 KB
- Stars: 183
- Watchers: 12
- Forks: 54
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-data - Wbdata
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 .