This repo captures code and resources for the Save The Children data dive Q4 2022:
You can find a document analyzing HDX format here. There is also a sample script mentioned
There is a basic notebook here which shows how this was done to create a Postgres DB
Not required, but in case it's useful you can put your Python packages in requirements.txt
and build a conda environemnt ...
- Install miniconda by selecting the installer that fits your OS version. Once it is installed you may have to restart your terminal (closing your terminal and opening again)
- In this directory, open terminal
conda env create -f environment.yml
conda activate stc_analysis