Germany: SK Emden (Niedersachsen)¶

  • 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: 07/03/2023 13:39:08 CEST
In [2]:
%config InlineBackend.figure_formats = ['svg']
from oscovida import *
In [3]:
overview(country="Germany", subregion="SK Emden", weeks=5);
2023-03-07T13:39:20.071662 image/svg+xml Matplotlib v3.7.1, https://matplotlib.org/ 30 Jan 06 Feb 13 Feb 20 Feb 27 Feb 06 Mar 40 40 60 60 80 80 100 100 7-day incidence rate (per 100K people) 42.4 SK Emden, Germany, last 5 weeks, last data point from 2023-03-06 30 Jan 06 Feb 13 Feb 20 Feb 27 Feb 06 Mar 0 5 10 15 20 daily change normalised per 100K 30 Jan 06 Feb 13 Feb 20 Feb 27 Feb 06 Mar 0.0 0.5 1.0 1.5 2.0 daily change normalised per 100K 30 Jan 06 Feb 13 Feb 20 Feb 27 Feb 06 Mar 0.8 0.8 1.0 1.0 1.2 1.2 1.4 1.4 1.6 1.6 R & growth factor (based on cases) Germany-SK Emden cases daily growth factor Germany-SK Emden cases daily growth factor (rolling mean) Germany-SK Emden estimated R (using cases) 30 Jan 06 Feb 13 Feb 20 Feb 27 Feb 06 Mar 0 0 1 1 2 2 3 3 4 4 R & growth factor (based on deaths) Germany-SK Emden deaths daily growth factor Germany-SK Emden deaths daily growth factor (rolling mean) Germany-SK Emden estimated R (using deaths) 30 Jan 06 Feb 13 Feb 20 Feb 27 Feb 06 Mar 0 2000 4000 6000 8000 cases doubling time [days] Germany-SK Emden doubling time cases (rolling mean) 0.00 2.48 4.95 7.43 9.90 daily change Germany-SK Emden new cases (rolling 7d mean) Germany-SK Emden new cases 0.000 0.248 0.495 0.743 0.990 daily change Germany-SK Emden new deaths (rolling 7d mean) Germany-SK Emden new deaths 0.000 0.241 0.482 0.723 0.964
In [4]:
overview(country="Germany", subregion="SK Emden");
2023-03-07T13:39:37.193182 image/svg+xml Matplotlib v3.7.1, https://matplotlib.org/ May 20 Sep 20 Jan 21 May 21 Sep 21 Jan 22 May 22 Sep 22 Jan 23 0 0 1000 1000 2000 2000 7-day incidence rate (per 100K people) 42.4 SK Emden, Germany, last data point from 2023-03-06 May 20 Sep 20 Jan 21 May 21 Sep 21 Jan 22 May 22 Sep 22 Jan 23 0 200 400 600 daily change normalised per 100K May 20 Sep 20 Jan 21 May 21 Sep 21 Jan 22 May 22 Sep 22 Jan 23 0 2 4 6 8 daily change normalised per 100K May 20 Sep 20 Jan 21 May 21 Sep 21 Jan 22 May 22 Sep 22 Jan 23 0.8 0.8 1.0 1.0 1.2 1.2 1.4 1.4 1.6 1.6 R & growth factor (based on cases) Germany-SK Emden cases daily growth factor Germany-SK Emden cases daily growth factor (rolling mean) Germany-SK Emden estimated R (using cases) May 20 Sep 20 Jan 21 May 21 Sep 21 Jan 22 May 22 Sep 22 Jan 23 0 0 1 1 2 2 3 3 4 4 R & growth factor (based on deaths) Germany-SK Emden deaths daily growth factor Germany-SK Emden deaths daily growth factor (rolling mean) Germany-SK Emden estimated R (using deaths) May 20 Sep 20 Jan 21 May 21 Sep 21 Jan 22 May 22 Sep 22 Jan 23 0 2000 4000 6000 8000 cases doubling time [days] Germany-SK Emden doubling time cases (rolling mean) Germany-SK Emden doubling time deaths (rolling mean) 0.0 99.0 198.1 297.1 daily change Germany-SK Emden new cases (rolling 7d mean) Germany-SK Emden new cases 0.000 0.990 1.981 2.971 3.962 daily change Germany-SK Emden new deaths (rolling 7d mean) Germany-SK Emden new deaths 0.00 4.82 9.63 14.45 19.26 deaths doubling time [days]
In [5]:
compare_plot(country="Germany", subregion="SK Emden", dates="2020-03-15:");
2023-03-07T13:41:39.239465 image/svg+xml Matplotlib v3.7.1, https://matplotlib.org/ 2020-05 2020-09 2021-01 2021-05 2021-09 2022-01 2022-05 2022-09 2023-01 0.1 0.1 1 1 10 10 100 100 daily new cases (rolling 7-day mean) normalised by 100K people Daily cases (top) and deaths (below) for Germany: SK Emden SK Emden Bayern Berlin Bremen Hamburg Hessen Nordrhein-Westfalen Sachsen-Anhalt 2020-05 2020-09 2021-01 2021-05 2021-09 2022-01 2022-05 2022-09 2023-01 0.01 0.01 0.1 0.1 1 1 daily new deaths (rolling 7-day mean) normalised by 100K people SK Emden Bayern Berlin Bremen Hamburg Hessen Nordrhein-Westfalen Sachsen-Anhalt
In [6]:
# load the data
cases, deaths = germany_get_region(landkreis="SK Emden")

# get population of the region for future normalisation:
inhabitants = population(country="Germany", subregion="SK Emden")
print(f'Population of country="Germany", subregion="SK Emden": {inhabitants} people')

# compose into one table
table = compose_dataframe_summary(cases, deaths)

# show tables with up to 1000 rows
pd.set_option("display.max_rows", 1000)

# display the table
table
Population of country="Germany", subregion="SK Emden": 49523 people
Out[6]:
total cases daily new cases total deaths daily new deaths
date
2023-03-05 22362 2 46 0
2023-03-04 22360 2 46 0
2023-03-03 22358 1 46 0
2023-03-02 22357 3 46 0
2023-03-01 22354 5 46 0
2023-02-28 22349 8 46 0
2023-02-27 22341 4 46 0
2023-02-26 22337 1 46 0
2023-02-25 22336 2 46 0
2023-02-24 22334 5 46 0
2023-02-23 22329 3 46 0
2023-02-22 22326 4 46 0
2023-02-21 22322 4 46 1
2023-02-20 22318 8 45 0
2023-02-19 22310 2 45 0
2023-02-18 22308 1 45 0
2023-02-17 22307 5 45 0
2023-02-16 22302 6 45 0
2023-02-15 22296 10 45 0
2023-02-14 22286 3 45 0
2023-02-13 22283 9 45 0
2023-02-10 22274 3 45 0
2023-02-09 22271 4 45 0
2023-02-08 22267 4 45 0
2023-02-07 22263 3 45 0
2023-02-06 22260 3 45 0
2023-02-05 22257 2 45 0
2023-02-04 22255 3 45 0
2023-02-03 22252 2 45 0
2023-02-02 22250 7 45 0
2023-02-01 22243 10 45 0
2023-01-31 22233 11 45 0
2023-01-30 22222 12 45 0
2023-01-28 22210 2 45 0
2023-01-27 22208 8 45 0
2023-01-26 22200 5 45 0
2023-01-25 22195 4 45 0
2023-01-24 22191 10 45 0
2023-01-23 22181 8 45 0
2023-01-22 22173 1 45 0
2023-01-21 22172 3 45 0
2023-01-20 22169 2 45 0
2023-01-19 22167 4 45 0
2023-01-18 22163 7 45 0
2023-01-17 22156 6 45 0
2023-01-16 22150 6 45 0
2023-01-15 22144 1 45 0
2023-01-13 22143 6 45 0
2023-01-12 22137 6 45 0
2023-01-11 22131 4 45 0
2023-01-10 22127 14 45 0
2023-01-09 22113 18 45 0
2023-01-08 22095 3 45 0
2023-01-07 22092 1 45 0
2023-01-06 22091 16 45 0
2023-01-05 22075 14 45 0
2023-01-04 22061 23 45 0
2023-01-03 22038 32 45 0
2023-01-02 22006 16 45 0
2023-01-01 21990 4 45 0
2022-12-31 21986 6 45 0
2022-12-30 21980 19 45 0
2022-12-29 21961 20 45 0
2022-12-28 21941 47 45 0
2022-12-27 21894 36 45 0
2022-12-26 21858 11 45 0
2022-12-25 21847 4 45 0
2022-12-24 21843 3 45 0
2022-12-23 21840 27 45 0
2022-12-22 21813 31 45 0
2022-12-21 21782 30 45 1
2022-12-20 21752 67 44 0
2022-12-19 21685 13 44 0
2022-12-18 21672 8 44 0
2022-12-17 21664 6 44 0
2022-12-16 21658 26 44 0
2022-12-15 21632 29 44 0
2022-12-14 21603 27 44 0
2022-12-13 21576 40 44 0
2022-12-12 21536 32 44 0
2022-12-11 21504 5 44 0
2022-12-10 21499 3 44 0
2022-12-09 21496 19 44 0
2022-12-08 21477 19 44 0
2022-12-07 21458 33 44 0
2022-12-06 21425 48 44 0
2022-12-05 21377 29 44 0
2022-12-03 21348 1 44 0
2022-12-02 21347 11 44 0
2022-12-01 21336 19 44 0
2022-11-30 21317 23 44 0
2022-11-29 21294 39 44 0
2022-11-28 21255 39 44 0
2022-11-27 21216 1 44 0
2022-11-26 21215 1 44 0
2022-11-25 21214 18 44 0
2022-11-24 21196 28 44 0
2022-11-23 21168 15 44 0
2022-11-22 21153 35 44 0
2022-11-21 21118 30 44 0
2022-11-19 21088 1 44 0
2022-11-18 21087 21 44 0
2022-11-17 21066 19 44 0
2022-11-16 21047 30 44 0
2022-11-15 21017 41 44 0
2022-11-14 20976 20 44 0
2022-11-13 20956 3 44 0
2022-11-12 20953 17 44 0
2022-11-11 20936 9 44 0
2022-11-10 20927 18 44 0
2022-11-09 20909 12 44 0
2022-11-08 20897 31 44 0
2022-11-07 20866 20 44 0
2022-11-06 20846 1 44 0
2022-11-05 20845 1 44 0
2022-11-04 20844 29 44 0
2022-11-03 20815 22 44 0
2022-11-02 20793 93 44 0
2022-11-01 20700 30 44 0
2022-10-30 20670 1 44 0
2022-10-29 20669 4 44 0
2022-10-28 20665 35 44 0
2022-10-27 20630 40 44 0
2022-10-26 20590 59 44 0
2022-10-25 20531 57 44 0
2022-10-24 20474 55 44 0
2022-10-23 20419 2 44 0
2022-10-22 20417 5 44 0
2022-10-21 20412 48 44 0
2022-10-20 20364 37 44 0
2022-10-19 20327 47 44 0
2022-10-18 20280 85 44 0
2022-10-17 20195 53 44 0
2022-10-16 20142 2 44 0
2022-10-15 20140 4 44 0
2022-10-14 20136 48 44 0
2022-10-13 20088 69 44 0
2022-10-12 20019 58 44 0
2022-10-11 19961 96 44 0
2022-10-10 19865 40 44 0
2022-10-09 19825 3 44 0
2022-10-08 19822 5 44 0
2022-10-07 19817 77 44 0
2022-10-06 19740 117 44 0
2022-10-05 19623 70 44 0
2022-10-04 19553 26 44 0
2022-10-03 19527 1 44 0
2022-10-02 19526 4 44 0
2022-10-01 19522 6 44 0
2022-09-30 19516 34 44 0
2022-09-29 19482 28 44 0
2022-09-28 19454 43 44 0
2022-09-27 19411 71 44 1
2022-09-26 19340 44 43 0
2022-09-25 19296 6 43 0
2022-09-24 19290 2 43 0
2022-09-23 19288 23 43 0
2022-09-22 19265 29 43 1
2022-09-21 19236 27 42 0
2022-09-20 19209 45 42 0
2022-09-19 19164 32 42 0
2022-09-17 19132 4 42 0
2022-09-16 19128 25 42 0
2022-09-15 19103 16 42 0
2022-09-14 19087 33 42 0
2022-09-13 19054 31 42 0
2022-09-12 19023 24 42 0
2022-09-10 18999 8 42 0
2022-09-09 18991 16 42 0
2022-09-08 18975 18 42 0
2022-09-07 18957 16 42 0
2022-09-06 18941 32 42 0
2022-09-05 18909 34 42 0
2022-09-04 18875 1 42 0
2022-09-02 18874 17 42 0
2022-09-01 18857 18 42 0
2022-08-31 18839 28 42 0
2022-08-30 18811 33 42 0
2022-08-29 18778 25 42 0
2022-08-26 18753 22 42 0
2022-08-25 18731 18 42 0
2022-08-24 18713 16 42 0
2022-08-23 18697 34 42 0
2022-08-22 18663 21 42 0
2022-08-21 18642 2 42 0
2022-08-19 18640 5 42 0
2022-08-18 18635 21 42 0
2022-08-17 18614 20 42 0
2022-08-16 18594 56 42 0
2022-08-15 18538 46 42 0
2022-08-13 18492 2 42 0
2022-08-12 18490 37 42 0
2022-08-11 18453 31 42 0
2022-08-10 18422 34 42 0
2022-08-09 18388 57 42 0
2022-08-08 18331 34 42 0
2022-08-06 18297 1 42 0
2022-08-05 18296 19 42 0
2022-08-04 18277 23 42 0
2022-08-03 18254 31 42 0
2022-08-02 18223 52 42 0
2022-08-01 18171 64 42 0
2022-07-30 18107 9 42 0
2022-07-29 18098 38 42 0
2022-07-28 18060 31 42 0
2022-07-27 18029 44 42 0
2022-07-26 17985 75 42 0
2022-07-25 17910 89 42 0
2022-07-24 17821 2 42 0
2022-07-23 17819 9 42 0
2022-07-22 17810 79 42 0
2022-07-21 17731 116 42 0
2022-07-20 17615 87 42 0
2022-07-19 17528 89 42 0
2022-07-18 17439 68 42 0
2022-07-16 17371 5 42 0
2022-07-15 17366 52 42 0
2022-07-14 17314 61 42 0
2022-07-13 17253 62 42 0
2022-07-12 17191 88 42 0
2022-07-11 17103 88 42 1
2022-07-10 17015 1 41 0
2022-07-09 17014 9 41 0
2022-07-08 17005 55 41 0
2022-07-07 16950 76 41 0
2022-07-06 16874 21 41 0
2022-07-05 16853 94 41 0
2022-07-04 16759 74 41 0
2022-07-03 16685 2 41 0
2022-07-02 16683 11 41 0
2022-07-01 16672 66 41 0
2022-06-30 16606 63 41 0
2022-06-29 16543 80 41 0
2022-06-28 16463 131 41 0
2022-06-27 16332 44 41 0
2022-06-26 16288 1 41 0
2022-06-25 16287 1 41 0
2022-06-24 16286 54 41 0
2022-06-23 16232 61 41 0
2022-06-22 16171 93 41 0
2022-06-21 16078 71 41 0
2022-06-20 16007 61 41 0
2022-06-19 15946 1 41 0
2022-06-18 15945 32 41 0
2022-06-17 15913 24 41 0
2022-06-16 15889 58 41 0
2022-06-15 15831 79 41 0
2022-06-14 15752 41 41 0
2022-06-13 15711 36 41 0
2022-06-11 15675 18 41 0
2022-06-10 15657 15 41 0
2022-06-09 15642 26 41 0
2022-06-08 15616 75 41 0
2022-06-07 15541 11 41 0
2022-06-04 15530 1 41 0
2022-06-03 15529 24 41 0
2022-06-02 15505 30 41 0
2022-06-01 15475 48 41 0
2022-05-31 15427 13 41 0
2022-05-30 15414 52 41 0
2022-05-28 15362 1 41 0
2022-05-27 15361 25 41 0
2022-05-25 15336 20 41 0
2022-05-24 15316 53 41 0
2022-05-23 15263 31 41 0
2022-05-20 15232 21 41 0
2022-05-19 15211 33 41 0
2022-05-18 15178 17 41 0
2022-05-17 15161 37 41 0
2022-05-16 15124 51 41 0
2022-05-15 15073 1 41 0
2022-05-14 15072 2 41 0
2022-05-13 15070 48 41 0
2022-05-12 15022 68 41 0
2022-05-11 14954 11 41 0
2022-05-10 14943 70 41 0
2022-05-09 14873 49 41 0
2022-05-08 14824 1 41 0
2022-05-07 14823 14 41 0
2022-05-06 14809 44 41 0
2022-05-05 14765 80 41 0
2022-05-04 14685 82 41 0
2022-05-03 14603 48 41 0
2022-05-02 14555 51 41 0
2022-05-01 14504 5 41 0
2022-04-30 14499 24 41 0
2022-04-29 14475 28 41 0
2022-04-28 14447 52 41 0
2022-04-27 14395 145 41 0
2022-04-26 14250 82 41 0
2022-04-25 14168 24 41 0
2022-04-23 14144 88 41 0
2022-04-22 14056 156 41 0
2022-04-21 13900 227 41 0
2022-04-20 13673 77 41 0
2022-04-19 13596 29 41 0
2022-04-18 13567 135 41 0
2022-04-17 13432 8 41 0
2022-04-16 13424 15 41 0
2022-04-15 13409 102 41 0
2022-04-14 13307 131 41 0
2022-04-13 13176 194 41 0
2022-04-12 12982 143 41 0
2022-04-11 12839 125 41 0
2022-04-10 12714 2 41 0
2022-04-09 12712 79 41 0
2022-04-08 12633 119 41 0
2022-04-07 12514 144 41 0
2022-04-06 12370 233 41 0
2022-04-05 12137 232 41 0
2022-04-04 11905 19 41 1
2022-04-03 11886 11 40 0
2022-04-02 11875 128 40 0
2022-04-01 11747 176 40 0
2022-03-31 11571 242 40 1
2022-03-30 11329 254 39 0
2022-03-29 11075 196 39 0
2022-03-28 10879 55 39 0
2022-03-27 10824 35 39 0
2022-03-26 10789 187 39 0
2022-03-25 10602 280 39 0
2022-03-24 10322 257 39 0
2022-03-23 10065 267 39 0
2022-03-22 9798 209 39 0
2022-03-21 9589 77 39 0
2022-03-20 9512 121 39 0
2022-03-19 9391 100 39 1
2022-03-18 9291 262 38 2
2022-03-17 9029 201 36 0
2022-03-16 8828 305 36 0
2022-03-15 8523 258 36 0
2022-03-14 8265 40 36 0
2022-03-13 8225 17 36 1
2022-03-12 8208 133 35 0
2022-03-11 8075 241 35 0
2022-03-10 7834 267 35 0
2022-03-09 7567 267 35 0
2022-03-08 7300 169 35 0
2022-03-07 7131 61 35 0
2022-03-06 7070 2 35 0
2022-03-05 7068 87 35 0
2022-03-04 6981 152 35 0
2022-03-03 6829 100 35 0
2022-03-02 6729 203 35 0
2022-03-01 6526 181 35 1
2022-02-28 6345 109 34 0
2022-02-27 6236 1 34 0
2022-02-26 6235 47 34 0
2022-02-25 6188 131 34 3
2022-02-24 6057 135 31 0
2022-02-23 5922 146 31 0
2022-02-22 5776 167 31 0
2022-02-21 5609 79 31 0
2022-02-20 5530 5 31 1
2022-02-19 5525 68 30 0
2022-02-18 5457 132 30 1
2022-02-17 5325 109 29 1
2022-02-16 5216 258 28 0
2022-02-15 4958 144 28 0
2022-02-14 4814 15 28 0
2022-02-13 4799 3 28 0
2022-02-12 4796 99 28 1
2022-02-11 4697 71 27 0
2022-02-10 4626 229 27 1
2022-02-09 4397 205 26 2
2022-02-08 4192 165 24 0
2022-02-07 4027 50 24 0
2022-02-06 3977 7 24 0
2022-02-05 3970 64 24 0
2022-02-04 3906 116 24 0
2022-02-03 3790 137 24 0
2022-02-02 3653 163 24 0
2022-02-01 3490 127 24 0
2022-01-31 3363 79 24 0
2022-01-30 3284 3 24 0
2022-01-29 3281 23 24 0
2022-01-28 3258 58 24 1
2022-01-27 3200 127 23 0
2022-01-26 3073 114 23 0
2022-01-25 2959 62 23 0
2022-01-24 2897 40 23 0
2022-01-23 2857 2 23 0
2022-01-22 2855 47 23 0
2022-01-21 2808 31 23 1
2022-01-20 2777 100 22 0
2022-01-19 2677 86 22 0
2022-01-18 2591 48 22 0
2022-01-17 2543 13 22 1
2022-01-16 2530 1 21 0
2022-01-15 2529 10 21 0
2022-01-14 2519 49 21 0
2022-01-13 2470 28 21 0
2022-01-12 2442 29 21 0
2022-01-11 2413 46 21 0
2022-01-10 2367 10 21 0
2022-01-08 2357 28 21 0
2022-01-07 2329 28 21 0
2022-01-06 2301 31 21 0
2022-01-05 2270 49 21 0
2022-01-04 2221 30 21 0
2022-01-03 2191 2 21 0
2022-01-02 2189 2 21 0
2021-12-31 2187 23 21 0
2021-12-30 2164 24 21 0
2021-12-29 2140 10 21 0
2021-12-28 2130 12 21 0
2021-12-27 2118 1 21 0
2021-12-24 2117 3 21 0
2021-12-23 2114 10 21 0
2021-12-22 2104 11 21 0
2021-12-21 2093 18 21 0
2021-12-20 2075 7 21 0
2021-12-19 2068 1 21 0
2021-12-18 2067 10 21 0
2021-12-17 2057 5 21 0
2021-12-16 2052 8 21 0
2021-12-15 2044 8 21 0
2021-12-14 2036 17 21 0
2021-12-13 2019 1 21 0
2021-12-11 2018 3 21 0
2021-12-10 2015 12 21 0
2021-12-09 2003 9 21 1
2021-12-08 1994 21 20 0
2021-12-07 1973 17 20 0
2021-12-06 1956 7 20 0
2021-12-05 1949 1 20 0
2021-12-04 1948 13 20 0
2021-12-03 1935 7 20 1
2021-12-02 1928 21 19 0
2021-12-01 1907 18 19 0
2021-11-30 1889 31 19 0
2021-11-29 1858 4 19 0
2021-11-27 1854 5 19 1
2021-11-26 1849 7 18 0
2021-11-25 1842 24 18 0
2021-11-24 1818 22 18 0
2021-11-23 1796 28 18 0
2021-11-22 1768 7 18 0
2021-11-20 1761 17 18 0
2021-11-19 1744 7 18 0
2021-11-18 1737 14 18 0
2021-11-17 1723 11 18 0
2021-11-16 1712 8 18 0
2021-11-15 1704 8 18 0
2021-11-13 1696 4 18 0
2021-11-12 1692 7 18 0
2021-11-11 1685 15 18 0
2021-11-10 1670 10 18 0
2021-11-09 1660 7 18 0
2021-11-08 1653 6 18 0
2021-11-07 1647 2 18 0
2021-11-06 1645 1 18 0
2021-11-05 1644 8 18 0
2021-11-04 1636 7 18 0
2021-11-03 1629 7 18 0
2021-11-02 1622 9 18 0
2021-11-01 1613 7 18 0
2021-10-29 1606 7 18 0
2021-10-27 1599 6 18 0
2021-10-26 1593 1 18 0
2021-10-25 1592 3 18 0
2021-10-23 1589 1 18 0
2021-10-22 1588 2 18 0
2021-10-21 1586 3 18 1
2021-10-20 1583 3 17 0
2021-10-19 1580 4 17 0
2021-10-16 1576 1 17 0
2021-10-15 1575 1 17 0
2021-10-14 1574 1 17 1
2021-10-13 1573 2 16 0
2021-10-12 1571 1 16 0
2021-10-11 1570 3 16 0
2021-10-09 1567 2 16 0
2021-10-08 1565 7 16 0
2021-10-07 1558 2 16 0
2021-10-06 1556 4 16 0
2021-10-05 1552 1 16 0
2021-10-04 1551 3 16 0
2021-10-01 1548 2 16 0
2021-09-30 1546 2 16 0
2021-09-29 1544 2 16 0
2021-09-28 1542 5 16 0
2021-09-27 1537 3 16 0
2021-09-24 1534 3 16 0
2021-09-22 1531 3 16 0
2021-09-21 1528 2 16 0
2021-09-20 1526 3 16 0
2021-09-17 1523 5 16 0
2021-09-16 1518 1 16 0
2021-09-15 1517 7 16 0
2021-09-14 1510 5 16 0
2021-09-13 1505 10 16 0
2021-09-10 1495 2 16 0
2021-09-09 1493 14 16 0
2021-09-08 1479 5 16 0
2021-09-07 1474 2 16 0
2021-09-06 1472 6 16 0
2021-09-04 1466 3 16 0
2021-09-03 1463 4 16 0
2021-09-02 1459 9 16 0
2021-09-01 1450 15 16 0
2021-08-31 1435 5 16 0
2021-08-30 1430 12 16 1
2021-08-28 1418 1 15 0
2021-08-27 1417 5 15 0
2021-08-26 1412 2 15 0
2021-08-25 1410 3 15 0
2021-08-24 1407 8 15 0
2021-08-23 1399 11 15 0
2021-08-21 1388 2 15 1
2021-08-20 1386 5 14 0
2021-08-19 1381 3 14 0
2021-08-18 1378 1 14 0
2021-08-17 1377 4 14 0
2021-08-16 1373 3 14 0
2021-08-14 1370 1 14 0
2021-08-13 1369 3 14 0
2021-08-12 1366 1 14 0
2021-08-10 1365 1 14 0
2021-08-09 1364 1 14 0
2021-08-06 1363 1 14 0
2021-08-05 1362 3 14 0
2021-08-04 1359 1 14 0
2021-08-03 1358 7 14 0
2021-08-02 1351 6 14 0
2021-07-30 1345 4 14 0
2021-07-23 1341 2 14 0
2021-07-21 1339 2 14 0
2021-07-19 1337 5 14 0
2021-07-15 1332 1 14 0
2021-07-11 1331 1 14 0
2021-06-29 1330 1 14 0
2021-06-28 1329 1 14 0
2021-06-25 1328 1 14 0
2021-06-22 1327 1 14 0
2021-06-19 1326 1 14 0
2021-06-18 1325 2 14 0
2021-06-17 1323 1 14 0
2021-06-14 1322 1 14 0
2021-06-11 1321 3 14 0
2021-06-10 1318 1 14 0
2021-06-09 1317 1 14 0
2021-06-08 1316 1 14 0
2021-06-07 1315 3 14 0
2021-06-03 1312 3 14 0
2021-06-01 1309 18 14 0
2021-05-31 1291 12 14 0
2021-05-28 1279 15 14 0
2021-05-27 1264 20 14 1
2021-05-26 1244 13 13 0
2021-05-25 1231 10 13 0
2021-05-21 1221 18 13 0
2021-05-20 1203 14 13 0
2021-05-19 1189 32 13 0
2021-05-18 1157 18 13 4
2021-05-17 1139 10 9 1
2021-05-15 1129 1 8 0
2021-05-14 1128 14 8 0
2021-05-13 1114 11 8 0
2021-05-12 1103 20 8 0
2021-05-11 1083 14 8 1
2021-05-10 1069 5 7 0
2021-05-08 1064 6 7 0
2021-05-07 1058 10 7 0
2021-05-06 1048 8 7 0
2021-05-05 1040 19 7 0
2021-05-04 1021 25 7 0
2021-05-03 996 2 7 0
2021-05-01 994 6 7 0
2021-04-30 988 12 7 0
2021-04-29 976 11 7 0
2021-04-28 965 2 7 0
2021-04-27 963 19 7 0
2021-04-26 944 2 7 0
2021-04-24 942 6 7 0
2021-04-23 936 10 7 0
2021-04-22 926 9 7 0
2021-04-21 917 24 7 0
2021-04-20 893 16 7 0
2021-04-19 877 3 7 0
2021-04-17 874 8 7 0
2021-04-16 866 1 7 0
2021-04-15 865 20 7 0
2021-04-14 845 15 7 0
2021-04-13 830 24 7 0
2021-04-12 806 2 7 0
2021-04-11 804 1 7 0
2021-04-10 803 7 7 0
2021-04-09 796 13 7 0
2021-04-08 783 7 7 0
2021-04-07 776 16 7 0
2021-04-03 760 7 7 0
2021-04-02 753 4 7 0
2021-04-01 749 16 7 0
2021-03-31 733 6 7 0
2021-03-30 727 6 7 0
2021-03-27 721 12 7 0
2021-03-26 709 7 7 0
2021-03-25 702 17 7 0
2021-03-24 685 18 7 0
2021-03-23 667 4 7 0
2021-03-22 663 7 7 0
2021-03-21 656 4 7 0
2021-03-20 652 5 7 0
2021-03-19 647 2 7 0
2021-03-18 645 6 7 0
2021-03-17 639 6 7 0
2021-03-16 633 2 7 0
2021-03-11 631 10 7 0
2021-03-09 621 9 7 0
2021-03-06 612 7 7 0
2021-03-05 605 3 7 0
2021-03-04 602 5 7 0
2021-03-03 597 9 7 0
2021-03-02 588 2 7 0
2021-03-01 586 2 7 0
2021-02-27 584 1 7 0
2021-02-26 583 5 7 0
2021-02-25 578 5 7 1
2021-02-24 573 16 6 0
2021-02-23 557 2 6 0
2021-02-22 555 1 6 0
2021-02-21 554 1 6 0
2021-02-20 553 2 6 0
2021-02-18 551 3 6 0
2021-02-17 548 2 6 0
2021-02-16 546 3 6 0
2021-02-12 543 3 6 0
2021-02-11 540 1 6 0
2021-02-10 539 2 6 0
2021-02-09 537 5 6 0
2021-02-08 532 14 6 0
2021-02-06 518 4 6 0
2021-02-05 514 3 6 0
2021-02-04 511 5 6 0
2021-02-03 506 1 6 0
2021-02-02 505 4 6 0
2021-02-01 501 1 6 0
2021-01-29 500 2 6 0
2021-01-28 498 1 6 0
2021-01-27 497 4 6 0
2021-01-26 493 1 6 0
2021-01-22 492 6 6 0
2021-01-21 486 2 6 0
2021-01-20 484 4 6 0
2021-01-19 480 2 6 0
2021-01-18 478 4 6 0
2021-01-15 474 8 6 0
2021-01-14 466 2 6 0
2021-01-13 464 2 6 0
2021-01-12 462 4 6 0
2021-01-11 458 1 6 0
2021-01-10 457 3 6 0
2021-01-09 454 2 6 0
2021-01-08 452 8 6 0
2021-01-07 444 8 6 0
2021-01-06 436 4 6 0
2021-01-05 432 3 6 0
2021-01-02 429 1 6 0
2021-01-01 428 2 6 0
2020-12-31 426 2 6 0
2020-12-30 424 6 6 1
2020-12-29 418 8 5 0
2020-12-28 410 3 5 3
2020-12-27 407 2 2 0
2020-12-26 405 2 2 0
2020-12-25 403 1 2 0
2020-12-24 402 5 2 0
2020-12-23 397 2 2 0
2020-12-22 395 4 2 0
2020-12-20 391 2 2 0
2020-12-19 389 2 2 0
2020-12-18 387 7 2 0
2020-12-17 380 1 2 0
2020-12-16 379 4 2 0
2020-12-15 375 7 2 0
2020-12-14 368 1 2 0
2020-12-13 367 10 2 1
2020-12-12 357 5 1 0
2020-12-11 352 5 1 0
2020-12-10 347 4 1 0
2020-12-09 343 3 1 0
2020-12-08 340 5 1 0
2020-12-05 335 3 1 0
2020-12-04 332 1 1 0
2020-12-03 331 2 1 0
2020-12-02 329 3 1 0
2020-12-01 326 1 1 0
2020-11-28 325 4 1 0
2020-11-27 321 8 1 0
2020-11-26 313 3 1 0
2020-11-25 310 4 1 0
2020-11-24 306 7 1 0
2020-11-23 299 3 1 0
2020-11-21 296 15 1 0
2020-11-20 281 8 1 0
2020-11-19 273 8 1 0
2020-11-18 265 11 1 0
2020-11-17 254 8 1 0
2020-11-16 246 1 1 0
2020-11-15 245 2 1 0
2020-11-14 243 5 1 0
2020-11-13 238 10 1 0
2020-11-12 228 10 1 0
2020-11-11 218 29 1 0
2020-11-10 189 3 1 0
2020-11-09 186 1 1 0
2020-11-08 185 5 1 0
2020-11-07 180 13 1 0
2020-11-06 167 12 1 0
2020-11-05 155 11 1 0
2020-11-04 144 13 1 0
2020-11-03 131 7 1 0
2020-11-01 124 3 1 0
2020-10-31 121 11 1 0
2020-10-30 110 5 1 0
2020-10-29 105 4 1 0
2020-10-28 101 5 1 0
2020-10-27 96 8 1 1
2020-10-26 88 1 0 0
2020-10-25 87 2 0 0
2020-10-24 85 6 0 0
2020-10-23 79 6 0 0
2020-10-22 73 1 0 0
2020-10-21 72 4 0 0
2020-10-20 68 4 0 0
2020-10-17 64 3 0 0
2020-10-16 61 1 0 0
2020-10-15 60 8 0 0
2020-10-13 52 1 0 0
2020-10-10 51 2 0 0
2020-10-06 49 1 0 0
2020-10-02 48 3 0 0
2020-09-26 45 1 0 0
2020-09-25 44 3 0 0
2020-09-23 41 1 0 0
2020-09-22 40 1 0 0
2020-09-17 39 1 0 0
2020-09-11 38 3 0 0
2020-08-21 35 1 0 0
2020-08-20 34 1 0 0
2020-08-16 33 2 0 0
2020-08-14 31 1 0 0
2020-08-10 30 4 0 0
2020-08-06 26 3 0 0
2020-08-03 23 2 0 0
2020-07-09 21 1 0 0
2020-07-08 20 1 0 0
2020-05-15 19 1 0 0
2020-05-05 18 1 0 0
2020-04-29 17 1 0 0
2020-04-23 16 1 0 0
2020-04-15 15 1 0 0
2020-04-08 14 2 0 0
2020-04-06 12 1 0 0
2020-04-04 11 2 0 0
2020-04-03 9 1 0 0
2020-03-31 8 1 0 0
2020-03-17 7 3 0 0
2020-03-16 4 1 0 0

Explore the data in your web browser¶

  • If you want to execute this notebook, click here to use myBinder
  • and wait (~1 to 2 minutes)
  • Then press SHIFT+RETURN to advance code cell to code cell
  • See http://jupyter.org for more details on how to use Jupyter Notebook

Acknowledgements:¶

  • Johns Hopkins University provides data for countries
  • Robert Koch Institute provides data for within Germany
  • Atlo Team for gathering and providing data from Hungary (https://atlo.team/koronamonitor/)
  • Open source and scientific computing community for the data tools
  • Github for hosting repository and html files
  • Project Jupyter for the Notebook and binder service
  • The H2020 project Photon and Neutron Open Science Cloud (PaNOSC)

In [7]:
print(f"Download of data from Johns Hopkins university: cases at {fetch_cases_last_execution()} and "
      f"deaths at {fetch_deaths_last_execution()}.")
Download of data from Johns Hopkins university: cases at 07/03/2023 09:31:22 and deaths at 07/03/2023 09:31:21.
In [8]:
# to force a fresh download of data, run "clear_cache()"
In [9]:
print(f"Notebook execution took: {datetime.datetime.now()-start}")
Notebook execution took: 0:02:53.054490