popro¶
A population projection engine
Free software: MIT license
Documentation: https://popro.readthedocs.io.
Features¶
- Calculates population projection segmented by age over the years
- Inputs:
Specific year census database (place, age, population)
Database of people born over the years (year, place, births)
Projected population database not segmented by age over the years (year, place, population)
- Output:
Population projection segmented by age database (year, place, age, population)
Errors report on combination of “place, age, year” unable to forecast (year, place, age, error_msg)
Credits¶
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.