Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dime-worldbank/mega-indicators
A collection of notebooks to fetch and store indicator datasets
https://github.com/dime-worldbank/mega-indicators
Last synced: about 2 months ago
JSON representation
A collection of notebooks to fetch and store indicator datasets
- Host: GitHub
- URL: https://github.com/dime-worldbank/mega-indicators
- Owner: dime-worldbank
- Created: 2023-11-03T17:56:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-06T18:57:22.000Z (about 2 months ago)
- Last Synced: 2024-11-06T19:45:41.584Z (about 2 months ago)
- Language: Python
- Size: 2.39 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mega-indicators
A collection of notebooks to fetch and store indicator datasets## Contributing
To add more indicators, please open a pull request after you've tested your code in Databricks.
- See [consumer_price_index.py](consumer_price_index.py) as a Python example of fetching data from WB API
- See [global_data_lab.r](global_data_lab.r) as an R example of fetching data using a R package from an external data source. Note running this as a job will require setting the `GDL_API_TOKEN` environment variable. Follow the instructions [here](https://docs.globaldatalab.org/gdldata/) to obtain the API token.