This project generates a heatmap visualization of state healthcare coverage plans in the United States. It processes data from the Centers for Medicare & Medicaid Services's Service Area Public Use File (PUF) file and produces an interactive map.
To install requirements, run
pip install -r requirements.txt
-
To download the datasets, run
python init.py
-
To process the data and generate the interactive map, run
python main.py
-
Open
coverage_heatmap.html
in a browser.
This project is licensed under the MIT License. See the LICENSE
file for more information.