chimeric_tools.Data

Classes to keep data up to date

Functions

check_for_data(filename)

Check to see if a file exists

covid_data([start_date, end_date, ...])

Processes Covid Data

daily_to_weekly(data)

Converts daily data into weekly data by summing all cases for that week.

download_from_github(filename)

Downloads files from github and saves them to the data folder

load_cases_truths()

Loads raw case truths from CSSE dataset

load_cases_weekly()

Load weekly cases complete with ARIMA(2,1,0) predictions and residuals

load_deaths_truths()

Loads raw death truths from CSSE dataset

load_deaths_weekly()

Load weekly deaths complete with ARIMA(2,1,0) predictions and residuals

load_file(filename)

Loads a file from local or downloads from github and streams data

load_hosps_truths()

Loads raw hosp truths from CSSE dataset

load_hosps_weekly()

Load weekly hosps complete with ARIMA(2,1,0) predictions and residuals