PSLmodels / OG-Core

An overlapping generations model framework for evaluating fiscal policies.
https://pslmodels.github.io/OG-Core/
Creative Commons Zero v1.0 Universal
65 stars 111 forks source link

Reduce API calls in `demographics.py` #935

Closed jdebacker closed 2 months ago

jdebacker commented 3 months ago

We can reduce calls to the UN API in demographics.py by pulling multiple years of data in one call, rather than making a separate call for each year of data.

jdebacker commented 2 months ago

Addressed in PR #936