United States: Tennessee¶

  • Homepage of project: https://oscovida.github.io
  • Plots are explained at http://oscovida.github.io/plots.html
  • Execute this Jupyter Notebook using myBinder
In [1]:
import datetime
import time

start = datetime.datetime.now()
print(f"Notebook executed on: {start.strftime('%d/%m/%Y %H:%M:%S%Z')} {time.tzname[time.daylight]}")
Notebook executed on: 26/01/2023 16:45:38 CEST
In [2]:
%config InlineBackend.figure_formats = ['svg']
from oscovida import *
In [3]:
overview(country="US", region="Tennessee", weeks=5);
/tank/oscovida/work/oscovida.github.io/oscovida.github.io/.venv/lib/python3.9/site-packages/oscovida/oscovida.py:211: FutureWarning: The default value of numeric_only in DataFrameGroupBy.sum is deprecated. In a future version, numeric_only will default to False. Either specify numeric_only or select only columns which should be valid for the function.
  tmpd = deaths.groupby('Province_State').sum()
/tank/oscovida/work/oscovida.github.io/oscovida.github.io/.venv/lib/python3.9/site-packages/oscovida/oscovida.py:213: FutureWarning: The default value of numeric_only in DataFrameGroupBy.sum is deprecated. In a future version, numeric_only will default to False. Either specify numeric_only or select only columns which should be valid for the function.
  tmpc = cases.groupby('Province_State').sum()
2023-01-26T16:45:41.556978 image/svg+xml Matplotlib v3.6.3, https://matplotlib.org/ 26 Dec 02 Jan 09 Jan 16 Jan 23 Jan 50 50 100 100 150 150 7-day incidence rate (per 100K people) 55.0 Tennessee, US, last 5 weeks, last data point from 2023-01-25 26 Dec 02 Jan 09 Jan 16 Jan 23 Jan 0 10 20 30 daily change normalised per 100K 26 Dec 02 Jan 09 Jan 16 Jan 23 Jan 0.0 0.2 0.4 daily change normalised per 100K 26 Dec 02 Jan 09 Jan 16 Jan 23 Jan 0.6 0.6 0.8 0.8 1.0 1.0 1.2 1.2 R & growth factor (based on cases) United States: Tennessee cases daily growth factor United States: Tennessee cases daily growth factor (rolling mean) United States: Tennessee estimated R (using cases) 26 Dec 02 Jan 09 Jan 16 Jan 23 Jan 1.0 1.0 1.5 1.5 2.0 2.0 R & growth factor (based on deaths) United States: Tennessee deaths daily growth factor United States: Tennessee deaths daily growth factor (rolling mean) United States: Tennessee estimated R (using deaths) 26 Dec 02 Jan 09 Jan 16 Jan 23 Jan 0 1000 2000 3000 4000 cases doubling time [days] United States: Tennessee doubling time cases (rolling mean) United States: Tennessee doubling time deaths (rolling mean) 0 683 1366 2049 daily change United States: Tennessee new cases (rolling 7d mean) United States: Tennessee new cases 0.00 13.66 27.32 daily change United States: Tennessee new deaths (rolling 7d mean) United States: Tennessee new deaths 0 1836 3672 5507 7343 deaths doubling time [days]
In [4]:
overview(country="US", region="Tennessee");
/tank/oscovida/work/oscovida.github.io/oscovida.github.io/.venv/lib/python3.9/site-packages/oscovida/oscovida.py:211: FutureWarning: The default value of numeric_only in DataFrameGroupBy.sum is deprecated. In a future version, numeric_only will default to False. Either specify numeric_only or select only columns which should be valid for the function.
  tmpd = deaths.groupby('Province_State').sum()
/tank/oscovida/work/oscovida.github.io/oscovida.github.io/.venv/lib/python3.9/site-packages/oscovida/oscovida.py:213: FutureWarning: The default value of numeric_only in DataFrameGroupBy.sum is deprecated. In a future version, numeric_only will default to False. Either specify numeric_only or select only columns which should be valid for the function.
  tmpc = cases.groupby('Province_State').sum()
/tank/oscovida/work/oscovida.github.io/oscovida.github.io/.venv/lib/python3.9/site-packages/pandas/core/arraylike.py:402: RuntimeWarning: divide by zero encountered in log
  result = getattr(ufunc, method)(*inputs, **kwargs)
2023-01-26T16:45:49.529945 image/svg+xml Matplotlib v3.6.3, https://matplotlib.org/ Jan 20 May 20 Sep 20 Jan 21 May 21 Sep 21 Jan 22 May 22 Sep 22 Jan 23 0 0 500 500 1000 1000 1500 1500 7-day incidence rate (per 100K people) 55.0 Tennessee, US, last data point from 2023-01-25 Jan 20 May 20 Sep 20 Jan 21 May 21 Sep 21 Jan 22 May 22 Sep 22 Jan 23 0 100 200 300 daily change normalised per 100K Jan 20 May 20 Sep 20 Jan 21 May 21 Sep 21 Jan 22 May 22 Sep 22 Jan 23 0 10 20 30 daily change normalised per 100K Jan 20 May 20 Sep 20 Jan 21 May 21 Sep 21 Jan 22 May 22 Sep 22 Jan 23 0.6 0.6 0.8 0.8 1.0 1.0 1.2 1.2 R & growth factor (based on cases)