Economic Analysis using FRED API to extract data and explore unemployment and participation rates by state from United States
Follow the next instrucctions:
git clone
python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt
python3 main.py