Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.64 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.64 KB

COVID-19 US County Time Series

Data and visualizations to help track the spread of COVID-19 across US counties, updated daily around 1 AM Pacific Time. Currently the data only includes confirmed cases, which may be heavily influenced by the availability of testing.

timelapse map

Acknowledgements

  • UVA - Main data source. UVA offers downloadable CSV files of daily case counts, and we have collected the US county-level data from those files here for time series analysis and visualization.

  • JHU - Data source. For the days where county-level data is available from JHU (up until 03/09/2020), we compared their numbers with those from UVA and picked the higher one.

  • data.healthcare.gov - Lat long coordinates for counties.

  • Google Charts - Visualization library.

  • Other useful resources

Contributors