Skip to content

State-level CSVs and a Jupyter notebook poking at HHS Provider Relief Fund data.

License

Notifications You must be signed in to change notification settings

ireapps/prf-data

Repository files navigation

HHS Provider Relief Fund data

A folder full of state-level CSVs, pulled and split on 2022-03-22, and a Jupyter notebook with some Python code to poke at the HHS COVID-19 Provider Relief Fund data.

Running the notebook

First, install the latest version of Python3, if you haven't already. Then:

  • Clone or download/unzip this repo onto your machine
  • cd into that folder
  • python3 -m venv env (or python -m venv env, on a PC)
  • source env/bin/activate (or .\env\Scripts\activate on a PC)
  • pip install -r requirements.txt
  • jupyter notebook

About

State-level CSVs and a Jupyter notebook poking at HHS Provider Relief Fund data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published