{"categories":[{"label":"Scientific/Engineering","url":"https://skillfed.io/packages/category/scientific-engineering/2"}],"enrichment":{"capability":"Wbdata provides a Python interface to query and retrieve data from the World Bank's public databases, returning results as dictionaries, pandas DataFrames, or series.","skillfed_tags":["world-bank-api","economic-data","data-retrieval"],"use_cases":["Retrieve World Bank economic indicators (GDP, inflation, employment) for a country or region into a pandas DataFrame for analysis.","Search World Bank indicator metadata to find the correct indicator codes before querying data.","Fetch time-series development data for multiple countries to compare trends or build datasets for econometric modeling.","Automate periodic data pulls from World Bank APIs for dashboards or reports without writing HTTP logic.","Export World Bank indicators to CSV or other formats via pandas after retrieval."],"what_it_does":"Wbdata is a Python wrapper around the World Bank's public data APIs, designed to simplify querying economic and development indicators without direct HTTP calls. It abstracts the World Bank's REST endpoints and returns results in multiple formats\u2014raw dictionaries for full metadata, or pandas DataFrames and series for analysis-ready data. The package includes convenience functions for searching indicators and countries, plus caching and retry logic via its dependencies (backoff, cachetools, shelved-cache).\n\nTypical use is exploratory data retrieval: fetch GDP, inflation, population, or other World Bank indicators for one or more countries and time periods, then work with the result in pandas or export it. The package targets researchers, economists, and data analysts who need World Bank data without building API clients from scratch. It has been in active development since 2012 and is marked production-stable.","worth_installing":"Yes, if you need World Bank data in Python. Install friction is low, maintenance is active, and the package is stable. The GPL-2.0+ copyleft license is the main constraint\u2014acceptable for open-source or research work, but review if your project is proprietary or uses a different license. No known vulnerabilities."},"id":"wbdata","links":{"html":"https://skillfed.io/packages/wbdata","md":"https://skillfed.io/packages/wbdata.md","pypi":"https://pypi.org/project/wbdata/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-10-05","license_spdx":null,"license_treatment":"copyleft","name":"wbdata","python_support":"supports_current","summary":"A library to access World Bank data"},"popularity":{"monthly_downloads":4801995,"position":2225,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.1.0"}
