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.
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 folderpython3 -m venv env
(orpython -m venv env
, on a PC)source env/bin/activate
(or.\env\Scripts\activate
on a PC)pip install -r requirements.txt
jupyter notebook