This repository provides the code to generate the charts and tables for the BEA's Prototype Measures of Economic Well-Being and Growth as well as a Jupyter notebook to view/modify them. BEA aims to release annual updates to these statistics, but users may use the repo here to run them at their convenience.
- This notebook requires Python >=3.9 and the packages listed in requirements.txt (versions listed are known to work, though other versions may work as well). The
beaapi
package requires manual installation, so download the latest.whl
file from the releases page and install usingpip
. - Get FRED, BLS, and BEA api keys. Copy
apiKeys.default.env
toapiKeys.env
and insert your keys after the=
for each service.
Open the Jupyter notebook wellbeing.ipynb, edit if you'd like, and run!
For help, see our documention.