Skip to content

HuangDerek/T-SIR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

T-SIR Compartmental Model for Epidemic Prediction

This folder contains the number of reported confirmed cases for 58 US states and territories from 1/22/2020 to 2/14/2021 respectively. Data from the JHU CSSE COVID-19 Dataset was processed to obtain the total number of confirmed cases in different dates for each state by summing the corresponding data for all counties in the respective state.

File Naming Convention

State_confirmed.csv

Field Description

  • Day: Numerical numbering of the data with 1/22/2020 as day 1
  • Date: The date of the corresponding reported confirmed cases data in the form M/D/Y
  • Total: The total number of confirmed cases on the corresponding days and dates

Data sources

JHU CSSE COVID-19 Dataset

This folder contains the number of reported deaths for 58 US states and territories from 1/22/2020 to 2/14/2021 respectively. Data from the JHU CSSE COVID-19 Dataset was processed to obtain the total number of deaths on different dates for each state by summing the corresponding data for all counties in the respective state.

File Naming Convention

State_deaths.csv

Field Description

  • Day: Numerical numbering of the data with 1/22/2020 as day 1
  • Date: The date of the corresponding death data in the form M/D/Y
  • Total: The total number of deaths on the corresponding days and dates

Data sources

JHU CSSE COVID-19 Dataset

This folder contains mobility reports for the 50 US states and from 1/22/2020 to 2/14/2021 respectively. The data was extracted from the Google COVID-19 Community Mobility Reports.

File Naming Convention

State_Mobility.csv

Key Field Description

  • country_region_code: Alpha-2 country code (US in this case)
  • country_region: Full country name (United States in this case)
  • sub_region_1: The state (or district) of the corresponding data
  • iso_3166_2_code: The ISO 3166-2 code for the corresponding state
  • date: The date of the corresponding data in the form M/D/Y
  • _percent_change_from_baseline: Percentage change in mobility from baseline for corresponding areas

Specific data information here

Data sources

Google COVID-19 Community Mobility Reports

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published