chimeric_tools.Data¶
Classes to keep data up to date
Functions
|
Check to see if a file exists |
|
Processes Covid Data |
|
Converts daily data into weekly data by summing all cases for that week. |
|
Downloads files from github and saves them to the data folder |
Loads raw case truths from CSSE dataset |
|
Load weekly cases complete with ARIMA(2,1,0) predictions and residuals |
|
Loads raw death truths from CSSE dataset |
|
Load weekly deaths complete with ARIMA(2,1,0) predictions and residuals |
|
|
Loads a file from local or downloads from github and streams data |
Loads raw hosp truths from CSSE dataset |
|
Load weekly hosps complete with ARIMA(2,1,0) predictions and residuals |