Script that plots Covid wastewater detection against the percent of COVID emergency room visits in King County, WA from October 2023 to March of 2024.
The CSVs used in this script were downloaded from Washington State's Department of Health Respiratory Illness dashboard, at https://doh.wa.gov/data-and-statistical-reports/diseases-and-chronic-conditions/communicable-disease-surveillance-data/respiratory-illness-data-dashboard. The two specific sources used were from the disease activity and wastewater sections.
This Python3 script uses the pandas and mathplotlib modules. Any recent version of Python3 will work.
The code produces a plot that looks like this:
This code is licensed under the MIT license.