ONEcampaign / toughest_places_index

New analysis from the ONE Campaign presents the toughest places to feed a family
MIT License
1 stars 0 forks source link

Add study countries to config #31

Closed jm-rivera closed 2 years ago

jm-rivera commented 2 years ago

Create a global variable under config.py which handles the countries under study. For analysis, that should be the variable referenced throughout. That means that changing that variable would change the entire analysis (i.e no hardcoding country lists elsewhere)

In order to easily test different versions, that variable should be dict of "group name": [country list]