Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.21 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.21 KB

STC_DataDive_Dec22

This repo captures code and resources for the Save The Children data dive Q4 2022:

HDX Meta Data Analysis

You can find a document analyzing HDX format here. There is also a sample script mentioned

Google files download and load into Postgres DB

There is a basic notebook here which shows how this was done to create a Postgres DB

Using the Conda environment

Not required, but in case it's useful you can put your Python packages in requirements.txt and build a conda environemnt ...

  1. 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)
  2. In this directory, open terminal
  3. conda env create -f environment.yml
  4. conda activate stc_analysis