stat-data-fetcher
Installation
SKILL.md
Statistical Data Fetcher Skill
This skill allows you to retrieve grounded economic and social data, ensuring specific numbers in your reports are accurate and traced to an official source.
Capabilities
- Search Indicators: Find the correct ID for a metric (e.g., "GDP per capita" ->
NY.GDP.PCAP.CD). - Fetch Data: Get time-series data for specific countries.
- Fuzzy Scanning: Handles country names like "France" or "USA" without needing ISO codes.
- CSV Export: Outputs data in CSV format for Excel/Pandas integration.
Usage
Run the python script fetch_worldbank.py.