Germany: LK Alb-Donau-Kreis (Baden-Württemberg)¶

  • 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 09:44:03 CEST
In [2]:
%config InlineBackend.figure_formats = ['svg']
from oscovida import *
In [3]:
overview(country="Germany", subregion="LK Alb-Donau-Kreis", weeks=5);
2023-03-07T09:44:18.345913 image/svg+xml Matplotlib v3.7.1, https://matplotlib.org/ 30 Jan 06 Feb 13 Feb 20 Feb 27 Feb 06 Mar 60 60 80 80 100 100 120 120 7-day incidence rate (per 100K people) 49.1 LK Alb-Donau-Kreis, Germany, last 5 weeks, last data point from 2023-03-06 30 Jan 06 Feb 13 Feb 20 Feb 27 Feb 06 Mar 0 10 20 30 daily change normalised per 100K 30 Jan 06 Feb 13 Feb 20 Feb 27 Feb 06 Mar −0.050 −0.050 −0.025 −0.025 0.000 0.000 0.025 0.025 0.050 0.050 daily change Germany-LK Alb-Donau-Kreis new deaths (rolling 7d mean) Germany-LK Alb-Donau-Kreis new deaths 30 Jan 06 Feb 13 Feb 20 Feb 27 Feb 06 Mar 0.8 0.8 1.0 1.0 1.2 1.2 R & growth factor (based on cases) Germany-LK Alb-Donau-Kreis cases daily growth factor Germany-LK Alb-Donau-Kreis cases daily growth factor (rolling mean) Germany-LK Alb-Donau-Kreis estimated R (using cases) 30 Jan 06 Feb 13 Feb 20 Feb 27 Feb 06 Mar 0.8 0.8 0.9 0.9 1.0 1.0 1.1 1.1 1.2 1.2 R & growth factor (based on deaths) Germany-LK Alb-Donau-Kreis deaths daily growth factor Germany-LK Alb-Donau-Kreis deaths daily growth factor (rolling mean) Germany-LK Alb-Donau-Kreis estimated R (using deaths) 30 Jan 06 Feb 13 Feb 20 Feb 27 Feb 06 Mar 0 2000 4000 cases doubling time [days] Germany-LK Alb-Donau-Kreis doubling time cases (rolling mean) 0.00 19.97 39.95 59.92 daily change Germany-LK Alb-Donau-Kreis new cases (rolling 7d mean) Germany-LK Alb-Donau-Kreis new cases 0.000 0.399 0.799
In [4]:
overview(country="Germany", subregion="LK Alb-Donau-Kreis");
2023-03-07T09:44:39.984149 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) 49.1 LK Alb-Donau-Kreis, 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 daily change normalised per 100K May 20 Sep 20 Jan 21 May 21 Sep 21 Jan 22 May 22 Sep 22 Jan 23 0 1 2 3 4 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 R & growth factor (based on cases) Germany-LK Alb-Donau-Kreis cases daily growth factor Germany-LK Alb-Donau-Kreis cases daily growth factor (rolling mean) Germany-LK Alb-Donau-Kreis estimated R (using cases) May 20 Sep 20 Jan 21 May 21 Sep 21 Jan 22 May 22 Sep 22 Jan 23 0.8 0.8 0.9 0.9 1.0 1.0 1.1 1.1 1.2 1.2 R & growth factor (based on deaths) Germany-LK Alb-Donau-Kreis deaths daily growth factor Germany-LK Alb-Donau-Kreis deaths daily growth factor (rolling mean) Germany-LK Alb-Donau-Kreis estimated R (using deaths) May 20 Sep 20 Jan 21 May 21 Sep 21 Jan 22 May 22 Sep 22 Jan 23 0 5000 10000 cases doubling time [days] Germany-LK Alb-Donau-Kreis doubling time cases (rolling mean) Germany-LK Alb-Donau-Kreis doubling time deaths (rolling mean) 0 399 799 daily change Germany-LK Alb-Donau-Kreis new cases (rolling 7d mean) Germany-LK Alb-Donau-Kreis new cases 0.000 1.997 3.995 5.992 7.989 daily change Germany-LK Alb-Donau-Kreis new deaths (rolling 7d mean) Germany-LK Alb-Donau-Kreis new deaths 0.0 101.6 203.2 deaths doubling time [days]
In [5]:
compare_plot(country="Germany", subregion="LK Alb-Donau-Kreis", dates="2020-03-15:");
2023-03-07T09:47:03.006033 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: LK Alb-Donau-Kreis LK Alb-Donau-Kreis 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.001 0.001 0.01 0.01 0.1 0.1 1 1 daily new deaths (rolling 7-day mean) normalised by 100K people LK Alb-Donau-Kreis Bayern Berlin Bremen Hamburg Hessen Nordrhein-Westfalen Sachsen-Anhalt
In [6]:
# load the data
cases, deaths = germany_get_region(landkreis="LK Alb-Donau-Kreis")

# get population of the region for future normalisation:
inhabitants = population(country="Germany", subregion="LK Alb-Donau-Kreis")
print(f'Population of country="Germany", subregion="LK Alb-Donau-Kreis": {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="LK Alb-Donau-Kreis": 199732 people
Out[6]:
total cases daily new cases total deaths daily new deaths
date
2023-03-06 90921 14 307 0
2023-03-03 90907 14 307 0
2023-03-02 90893 16 307 0
2023-03-01 90877 22 307 0
2023-02-28 90855 32 307 0
2023-02-27 90823 66 307 0
2023-02-24 90757 19 307 0
2023-02-23 90738 40 307 0
2023-02-22 90698 42 307 0
2023-02-21 90656 44 307 0
2023-02-20 90612 65 307 0
2023-02-17 90547 29 307 0
2023-02-16 90518 43 307 0
2023-02-15 90475 34 307 0
2023-02-14 90441 53 307 0
2023-02-13 90388 64 307 0
2023-02-10 90324 44 307 0
2023-02-09 90280 33 307 0
2023-02-08 90247 30 307 0
2023-02-07 90217 33 307 0
2023-02-06 90184 51 307 0
2023-02-03 90133 29 307 0
2023-02-02 90104 24 307 0
2023-02-01 90080 34 307 0
2023-01-31 90046 27 307 0
2023-01-30 90019 32 307 0
2023-01-27 89987 28 307 0
2023-01-26 89959 22 307 0
2023-01-25 89937 21 307 0
2023-01-24 89916 32 307 0
2023-01-23 89884 35 307 0
2023-01-20 89849 24 307 0
2023-01-19 89825 21 307 0
2023-01-18 89804 19 307 0
2023-01-17 89785 24 307 0
2023-01-16 89761 27 307 0
2023-01-13 89734 19 307 0
2023-01-12 89715 26 307 0
2023-01-11 89689 29 307 0
2023-01-10 89660 24 307 0
2023-01-09 89636 60 307 2
2023-01-05 89576 13 305 0
2023-01-04 89563 18 305 1
2023-01-03 89545 25 304 0
2023-01-02 89520 62 304 0
2022-12-30 89458 24 304 0
2022-12-29 89434 39 304 0
2022-12-28 89395 38 304 0
2022-12-27 89357 83 304 1
2022-12-24 89274 1 303 0
2022-12-23 89273 35 303 0
2022-12-22 89238 44 303 0
2022-12-21 89194 44 303 0
2022-12-20 89150 59 303 0
2022-12-19 89091 64 303 1
2022-12-16 89027 28 302 0
2022-12-15 88999 31 302 0
2022-12-14 88968 63 302 0
2022-12-13 88905 38 302 1
2022-12-12 88867 46 301 1
2022-12-09 88821 36 300 0
2022-12-08 88785 32 300 0
2022-12-07 88753 45 300 0
2022-12-06 88708 88 300 0
2022-12-05 88620 51 300 1
2022-12-02 88569 15 299 1
2022-12-01 88554 28 298 0
2022-11-30 88526 46 298 0
2022-11-29 88480 42 298 0
2022-11-28 88438 46 298 0
2022-11-27 88392 1 298 0
2022-11-25 88391 25 298 0
2022-11-24 88366 39 298 0
2022-11-23 88327 28 298 0
2022-11-22 88299 56 298 0
2022-11-21 88243 47 298 0
2022-11-19 88196 1 298 0
2022-11-18 88195 52 298 0
2022-11-17 88143 40 298 0
2022-11-16 88103 52 298 0
2022-11-15 88051 69 298 0
2022-11-14 87982 68 298 0
2022-11-11 87914 37 298 0
2022-11-10 87877 38 298 0
2022-11-09 87839 53 298 0
2022-11-08 87786 83 298 1
2022-11-07 87703 105 297 0
2022-11-04 87598 61 297 0
2022-11-03 87537 71 297 0
2022-11-02 87466 102 297 0
2022-10-31 87364 72 297 0
2022-10-29 87292 45 297 0
2022-10-28 87247 81 297 0
2022-10-27 87166 108 297 1
2022-10-26 87058 134 296 1
2022-10-25 86924 199 295 1
2022-10-24 86725 183 294 0
2022-10-22 86542 2 294 0
2022-10-21 86540 131 294 0
2022-10-20 86409 160 294 0
2022-10-19 86249 266 294 0
2022-10-18 85983 248 294 0
2022-10-17 85735 357 294 1
2022-10-16 85378 1 293 0
2022-10-14 85377 240 293 3
2022-10-13 85137 280 290 0
2022-10-12 84857 337 290 0
2022-10-11 84520 301 290 0
2022-10-10 84219 414 290 0
2022-10-07 83805 274 290 1
2022-10-06 83531 330 289 1
2022-10-05 83201 248 288 0
2022-10-04 82953 322 288 0
2022-10-01 82631 3 288 0
2022-09-30 82628 163 288 0
2022-09-29 82465 173 288 0
2022-09-28 82292 163 288 0
2022-09-27 82129 174 288 0
2022-09-26 81955 218 288 0
2022-09-25 81737 5 288 0
2022-09-24 81732 2 288 0
2022-09-23 81730 70 288 0
2022-09-22 81660 102 288 0
2022-09-21 81558 80 288 0
2022-09-20 81478 87 288 0
2022-09-19 81391 105 288 0
2022-09-18 81286 1 288 0
2022-09-16 81285 46 288 0
2022-09-15 81239 52 288 0
2022-09-14 81187 64 288 0
2022-09-13 81123 63 288 0
2022-09-12 81060 54 288 0
2022-09-11 81006 2 288 0
2022-09-10 81004 3 288 0
2022-09-09 81001 50 288 0
2022-09-08 80951 44 288 0
2022-09-07 80907 43 288 0
2022-09-06 80864 62 288 0
2022-09-05 80802 78 288 0
2022-09-04 80724 1 288 0
2022-09-02 80723 28 288 0
2022-09-01 80695 42 288 0
2022-08-31 80653 63 288 0
2022-08-30 80590 69 288 0
2022-08-29 80521 75 288 0
2022-08-28 80446 1 288 0
2022-08-26 80445 52 288 1
2022-08-25 80393 48 287 0
2022-08-24 80345 60 287 0
2022-08-23 80285 69 287 0
2022-08-22 80216 56 287 0
2022-08-19 80160 57 287 0
2022-08-18 80103 34 287 0
2022-08-17 80069 76 287 0
2022-08-16 79993 88 287 0
2022-08-15 79905 67 287 0
2022-08-14 79838 2 287 0
2022-08-13 79836 2 287 0
2022-08-12 79834 57 287 0
2022-08-11 79777 61 287 0
2022-08-10 79716 76 287 0
2022-08-09 79640 111 287 0
2022-08-08 79529 128 287 0
2022-08-07 79401 1 287 0
2022-08-06 79400 6 287 0
2022-08-05 79394 69 287 1
2022-08-04 79325 136 286 0
2022-08-03 79189 96 286 0
2022-08-02 79093 172 286 1
2022-08-01 78921 215 285 0
2022-07-31 78706 3 285 0
2022-07-30 78703 2 285 0
2022-07-29 78701 119 285 0
2022-07-28 78582 215 285 0
2022-07-27 78367 236 285 0
2022-07-26 78131 291 285 0
2022-07-25 77840 374 285 3
2022-07-24 77466 1 282 0
2022-07-22 77465 213 282 0
2022-07-21 77252 286 282 1
2022-07-20 76966 369 281 0
2022-07-19 76597 372 281 0
2022-07-18 76225 476 281 0
2022-07-17 75749 3 281 0
2022-07-16 75746 1 281 0
2022-07-15 75745 394 281 2
2022-07-14 75351 251 279 0
2022-07-13 75100 358 279 0
2022-07-12 74742 396 279 1
2022-07-11 74346 419 278 0
2022-07-09 73927 2 278 0
2022-07-08 73925 291 278 0
2022-07-07 73634 282 278 0
2022-07-06 73352 298 278 0
2022-07-05 73054 314 278 0
2022-07-04 72740 362 278 0
2022-07-01 72378 152 278 0
2022-06-30 72226 204 278 0
2022-06-29 72022 288 278 0
2022-06-28 71734 285 278 0
2022-06-27 71449 205 278 0
2022-06-26 71244 1 278 0
2022-06-24 71243 127 278 0
2022-06-23 71116 174 278 0
2022-06-22 70942 177 278 0
2022-06-21 70765 228 278 0
2022-06-20 70537 221 278 0
2022-06-19 70316 3 278 0
2022-06-18 70313 2 278 0
2022-06-17 70311 155 278 0
2022-06-15 70156 150 278 1
2022-06-14 70006 172 277 0
2022-06-13 69834 153 277 2
2022-06-11 69681 1 275 0
2022-06-10 69680 114 275 0
2022-06-09 69566 88 275 0
2022-06-08 69478 109 275 0
2022-06-07 69369 109 275 0
2022-06-05 69260 61 275 0
2022-06-03 69199 52 275 0
2022-06-02 69147 70 275 0
2022-06-01 69077 65 275 0
2022-05-31 69012 68 275 0
2022-05-30 68944 90 275 0
2022-05-29 68854 3 275 0
2022-05-27 68851 70 275 0
2022-05-26 68781 3 275 0
2022-05-25 68778 44 275 0
2022-05-24 68734 69 275 0
2022-05-23 68665 82 275 0
2022-05-21 68583 54 275 0
2022-05-20 68529 50 275 0
2022-05-19 68479 71 275 0
2022-05-18 68408 116 275 0
2022-05-17 68292 108 275 1
2022-05-16 68184 60 274 0
2022-05-15 68124 74 274 0
2022-05-14 68050 5 274 0
2022-05-13 68045 93 274 0
2022-05-12 67952 137 274 1
2022-05-11 67815 166 273 0
2022-05-10 67649 181 273 0
2022-05-09 67468 59 273 0
2022-05-08 67409 56 273 1
2022-05-07 67353 80 272 0
2022-05-06 67273 117 272 0
2022-05-05 67156 135 272 0
2022-05-04 67021 197 272 1
2022-05-03 66824 207 271 0
2022-05-02 66617 113 271 0
2022-05-01 66504 62 271 0
2022-04-30 66442 114 271 0
2022-04-29 66328 153 271 0
2022-04-28 66175 209 271 0
2022-04-27 65966 171 271 0
2022-04-26 65795 332 271 0
2022-04-25 65463 338 271 1
2022-04-24 65125 1 270 0
2022-04-22 65124 241 270 0
2022-04-21 64883 335 270 0
2022-04-20 64548 500 270 0
2022-04-19 64048 151 270 0
2022-04-18 63897 353 270 1
2022-04-17 63544 1 269 0
2022-04-16 63543 5 269 0
2022-04-15 63538 141 269 0
2022-04-14 63397 318 269 1
2022-04-13 63079 464 268 0
2022-04-12 62615 493 268 0
2022-04-11 62122 266 268 1
2022-04-10 61856 142 267 0
2022-04-09 61714 278 267 0
2022-04-08 61436 263 267 0
2022-04-07 61173 372 267 1
2022-04-06 60801 562 266 1
2022-04-05 60239 457 265 0
2022-04-04 59782 167 265 0
2022-04-03 59615 141 265 0
2022-04-02 59474 293 265 0
2022-04-01 59181 461 265 0
2022-03-31 58720 511 265 0
2022-03-30 58209 815 265 0
2022-03-29 57394 610 265 0
2022-03-28 56784 340 265 0
2022-03-27 56444 246 265 1
2022-03-26 56198 463 264 0
2022-03-25 55735 673 264 1
2022-03-24 55062 656 263 1
2022-03-23 54406 870 262 2
2022-03-22 53536 646 260 0
2022-03-21 52890 330 260 0
2022-03-20 52560 474 260 1
2022-03-19 52086 509 259 0
2022-03-18 51577 975 259 0
2022-03-17 50602 866 259 2
2022-03-16 49736 790 257 0
2022-03-15 48946 836 257 1
2022-03-14 48110 219 256 0
2022-03-13 47891 452 256 0
2022-03-12 47439 523 256 0
2022-03-11 46916 896 256 0
2022-03-10 46020 744 256 1
2022-03-09 45276 1096 255 0
2022-03-08 44180 646 255 0
2022-03-07 43534 310 255 2
2022-03-06 43224 229 253 0
2022-03-05 42995 467 253 0
2022-03-04 42528 648 253 0
2022-03-03 41880 492 253 0
2022-03-02 41388 729 253 1
2022-03-01 40659 578 252 0
2022-02-28 40081 223 252 0
2022-02-27 39858 185 252 0
2022-02-26 39673 459 252 0
2022-02-25 39214 597 252 0
2022-02-24 38617 682 252 0
2022-02-23 37935 695 252 1
2022-02-22 37240 593 251 2
2022-02-21 36647 218 249 0
2022-02-20 36429 355 249 0
2022-02-19 36074 570 249 1
2022-02-18 35504 506 248 0
2022-02-17 34998 755 248 3
2022-02-16 34243 689 245 3
2022-02-15 33554 565 242 3
2022-02-14 32989 294 239 0
2022-02-13 32695 456 239 0
2022-02-12 32239 379 239 2
2022-02-11 31860 843 237 0
2022-02-10 31017 518 237 0
2022-02-09 30499 728 237 0
2022-02-08 29771 765 237 3
2022-02-07 29006 486 234 0
2022-02-06 28520 320 234 0
2022-02-05 28200 393 234 2
2022-02-04 27807 654 232 0
2022-02-03 27153 723 232 1
2022-02-02 26430 905 231 1
2022-02-01 25525 644 230 3
2022-01-31 24881 404 227 0
2022-01-30 24477 219 227 0
2022-01-29 24258 323 227 0
2022-01-28 23935 624 227 0
2022-01-27 23311 439 227 0
2022-01-26 22872 498 227 0
2022-01-25 22374 509 227 0
2022-01-24 21865 337 227 0
2022-01-23 21528 98 227 1
2022-01-22 21430 186 226 0
2022-01-21 21244 340 226 0
2022-01-20 20904 308 226 0
2022-01-19 20596 352 226 0
2022-01-18 20244 350 226 0
2022-01-17 19894 125 226 0
2022-01-16 19769 39 226 0
2022-01-15 19730 155 226 0
2022-01-14 19575 235 226 1
2022-01-13 19340 169 225 1
2022-01-12 19171 296 224 0
2022-01-11 18875 220 224 0
2022-01-10 18655 71 224 0
2022-01-09 18584 54 224 0
2022-01-08 18530 122 224 0
2022-01-07 18408 50 224 0
2022-01-06 18358 93 224 0
2022-01-05 18265 122 224 2
2022-01-04 18143 109 222 0
2022-01-03 18034 37 222 1
2022-01-02 17997 27 221 0
2022-01-01 17970 17 221 0
2021-12-31 17953 78 221 1
2021-12-30 17875 63 220 0
2021-12-29 17812 77 220 0
2021-12-28 17735 89 220 0
2021-12-27 17646 24 220 0
2021-12-26 17622 8 220 1
2021-12-25 17614 10 219 0
2021-12-24 17604 63 219 0
2021-12-23 17541 58 219 0
2021-12-22 17483 63 219 0
2021-12-21 17420 92 219 0
2021-12-20 17328 27 219 0
2021-12-19 17301 17 219 1
2021-12-18 17284 51 218 0
2021-12-17 17233 78 218 0
2021-12-16 17155 71 218 1
2021-12-15 17084 102 217 1
2021-12-14 16982 152 216 0
2021-12-13 16830 47 216 0
2021-12-12 16783 41 216 0
2021-12-11 16742 71 216 0
2021-12-10 16671 109 216 0
2021-12-09 16562 131 216 1
2021-12-08 16431 163 215 3
2021-12-07 16268 211 212 1
2021-12-06 16057 66 211 2
2021-12-05 15991 64 209 0
2021-12-04 15927 126 209 1
2021-12-03 15801 174 208 1
2021-12-02 15627 125 207 1
2021-12-01 15502 204 206 1
2021-11-30 15298 255 205 2
2021-11-29 15043 113 203 0
2021-11-28 14930 43 203 0
2021-11-27 14887 112 203 0
2021-11-26 14775 186 203 0
2021-11-25 14589 225 203 1
2021-11-24 14364 259 202 2
2021-11-23 14105 213 200 2
2021-11-22 13892 75 198 0
2021-11-21 13817 53 198 0
2021-11-20 13764 161 198 1
2021-11-19 13603 213 197 0
2021-11-18 13390 183 197 0
2021-11-17 13207 284 197 1
2021-11-16 12923 173 196 0
2021-11-15 12750 63 196 1
2021-11-14 12687 60 195 0
2021-11-13 12627 168 195 1
2021-11-12 12459 147 194 1
2021-11-11 12312 147 193 3
2021-11-10 12165 227 190 0
2021-11-09 11938 169 190 1
2021-11-08 11769 60 189 0
2021-11-07 11709 32 189 0
2021-11-06 11677 112 189 0
2021-11-05 11565 107 189 1
2021-11-04 11458 126 188 0
2021-11-03 11332 158 188 1
2021-11-02 11174 32 187 1
2021-11-01 11142 29 186 0
2021-10-31 11113 20 186 0
2021-10-30 11093 64 186 0
2021-10-29 11029 80 186 0
2021-10-28 10949 81 186 0
2021-10-27 10868 103 186 0
2021-10-26 10765 101 186 0
2021-10-25 10664 23 186 0
2021-10-24 10641 14 186 0
2021-10-23 10627 47 186 0
2021-10-22 10580 56 186 0
2021-10-21 10524 49 186 0
2021-10-20 10475 73 186 0
2021-10-19 10402 83 186 1
2021-10-18 10319 5 185 0
2021-10-17 10314 8 185 0
2021-10-16 10306 28 185 1
2021-10-15 10278 40 184 1
2021-10-14 10238 38 183 0
2021-10-13 10200 28 183 0
2021-10-12 10172 45 183 0
2021-10-11 10127 5 183 0
2021-10-10 10122 2 183 0
2021-10-09 10120 25 183 0
2021-10-08 10095 19 183 0
2021-10-07 10076 32 183 0
2021-10-06 10044 25 183 1
2021-10-05 10019 31 182 0
2021-10-04 9988 25 182 0
2021-10-03 9963 3 182 0
2021-10-02 9960 8 182 0
2021-10-01 9952 12 182 0
2021-09-30 9940 18 182 0
2021-09-29 9922 20 182 0
2021-09-28 9902 34 182 0
2021-09-27 9868 5 182 0
2021-09-26 9863 2 182 0
2021-09-25 9861 17 182 0
2021-09-24 9844 38 182 0
2021-09-23 9806 18 182 0
2021-09-22 9788 20 182 0
2021-09-21 9768 49 182 0
2021-09-20 9719 6 182 0
2021-09-19 9713 3 182 0
2021-09-18 9710 20 182 0
2021-09-17 9690 22 182 0
2021-09-16 9668 20 182 0
2021-09-15 9648 25 182 0
2021-09-14 9623 41 182 0
2021-09-13 9582 8 182 0
2021-09-12 9574 6 182 0
2021-09-11 9568 11 182 1
2021-09-10 9557 19 181 0
2021-09-09 9538 15 181 0
2021-09-08 9523 26 181 0
2021-09-07 9497 40 181 0
2021-09-06 9457 4 181 0
2021-09-05 9453 30 181 0
2021-09-04 9423 10 181 0
2021-09-03 9413 33 181 0
2021-09-02 9380 28 181 0
2021-09-01 9352 39 181 0
2021-08-31 9313 63 181 0
2021-08-30 9250 6 181 0
2021-08-29 9244 9 181 0
2021-08-28 9235 35 181 0
2021-08-27 9200 12 181 0
2021-08-26 9188 19 181 0
2021-08-25 9169 19 181 0
2021-08-24 9150 54 181 1
2021-08-23 9096 6 180 0
2021-08-22 9090 15 180 0
2021-08-21 9075 17 180 1
2021-08-20 9058 11 179 0
2021-08-19 9047 12 179 0
2021-08-18 9035 11 179 0
2021-08-17 9024 23 179 0
2021-08-16 9001 3 179 0
2021-08-15 8998 3 179 0
2021-08-14 8995 10 179 0
2021-08-13 8985 3 179 0
2021-08-12 8982 9 179 0
2021-08-11 8973 9 179 0
2021-08-10 8964 7 179 0
2021-08-09 8957 3 179 0
2021-08-07 8954 3 179 0
2021-08-06 8951 13 179 0
2021-08-05 8938 7 179 0
2021-08-04 8931 5 179 0
2021-08-03 8926 9 179 0
2021-08-02 8917 3 179 0
2021-07-31 8914 2 179 0
2021-07-30 8912 4 179 1
2021-07-29 8908 7 178 0
2021-07-27 8901 7 178 0
2021-07-26 8894 1 178 0
2021-07-24 8893 3 178 0
2021-07-23 8890 3 178 0
2021-07-22 8887 4 178 0
2021-07-21 8883 3 178 0
2021-07-20 8880 7 178 0
2021-07-19 8873 3 178 0
2021-07-17 8870 2 178 0
2021-07-14 8868 2 178 0
2021-07-13 8866 5 178 0
2021-07-12 8861 2 178 0
2021-07-11 8859 1 178 0
2021-07-10 8858 4 178 0
2021-07-09 8854 3 178 0
2021-07-08 8851 2 178 0
2021-07-07 8849 5 178 0
2021-07-06 8844 4 178 0
2021-07-05 8840 1 178 0
2021-07-03 8839 2 178 0
2021-07-02 8837 3 178 0
2021-07-01 8834 5 178 0
2021-06-30 8829 2 178 0
2021-06-26 8827 1 178 0
2021-06-25 8826 1 178 0
2021-06-23 8825 4 178 0
2021-06-22 8821 2 178 0
2021-06-18 8819 2 178 0
2021-06-17 8817 4 178 0
2021-06-16 8813 4 178 0
2021-06-15 8809 1 178 0
2021-06-14 8808 4 178 0
2021-06-13 8804 2 178 0
2021-06-12 8802 9 178 0
2021-06-11 8793 4 178 0
2021-06-10 8789 3 178 0
2021-06-09 8786 11 178 0
2021-06-08 8775 16 178 0
2021-06-07 8759 3 178 0
2021-06-06 8756 11 178 0
2021-06-05 8745 13 178 0
2021-06-04 8732 1 178 0
2021-06-03 8731 15 178 0
2021-06-02 8716 13 178 0
2021-06-01 8703 20 178 0
2021-05-31 8683 4 178 0
2021-05-30 8679 2 178 0
2021-05-29 8677 23 178 0
2021-05-28 8654 16 178 0
2021-05-27 8638 27 178 0
2021-05-26 8611 26 178 0
2021-05-25 8585 14 178 0
2021-05-24 8571 5 178 0
2021-05-23 8566 4 178 0
2021-05-22 8562 29 178 0
2021-05-21 8533 20 178 0
2021-05-20 8513 32 178 0
2021-05-19 8481 28 178 1
2021-05-18 8453 42 177 0
2021-05-17 8411 6 177 1
2021-05-16 8405 6 176 0
2021-05-15 8399 37 176 0
2021-05-14 8362 11 176 0
2021-05-13 8351 46 176 0
2021-05-12 8305 43 176 0
2021-05-11 8262 59 176 0
2021-05-10 8203 22 176 0
2021-05-09 8181 18 176 0
2021-05-08 8163 34 176 0
2021-05-07 8129 56 176 0
2021-05-06 8073 50 176 1
2021-05-05 8023 74 175 0
2021-05-04 7949 68 175 0
2021-05-03 7881 22 175 0
2021-05-02 7859 27 175 0
2021-05-01 7832 46 175 0
2021-04-30 7786 52 175 0
2021-04-29 7734 77 175 1
2021-04-28 7657 109 174 0
2021-04-27 7548 79 174 0
2021-04-26 7469 40 174 1
2021-04-25 7429 20 173 0
2021-04-24 7409 51 173 0
2021-04-23 7358 32 173 0
2021-04-22 7326 69 173 0
2021-04-21 7257 70 173 0
2021-04-20 7187 100 173 1
2021-04-19 7087 23 172 1
2021-04-18 7064 19 171 0
2021-04-17 7045 49 171 0
2021-04-16 6996 47 171 0
2021-04-15 6949 72 171 1
2021-04-14 6877 63 170 3
2021-04-13 6814 52 167 0
2021-04-12 6762 34 167 0
2021-04-11 6728 8 167 0
2021-04-10 6720 36 167 0
2021-04-09 6684 38 167 0
2021-04-08 6646 60 167 0
2021-04-07 6586 67 167 1
2021-04-06 6519 22 166 1
2021-04-05 6497 18 165 0
2021-04-04 6479 11 165 1
2021-04-03 6468 10 164 0
2021-04-02 6458 56 164 0
2021-04-01 6402 33 164 0
2021-03-31 6369 34 164 0
2021-03-30 6335 35 164 0
2021-03-29 6300 15 164 0
2021-03-28 6285 24 164 0
2021-03-27 6261 41 164 2
2021-03-26 6220 52 162 0
2021-03-25 6168 47 162 0
2021-03-24 6121 47 162 0
2021-03-23 6074 37 162 0
2021-03-22 6037 5 162 0
2021-03-21 6032 8 162 0
2021-03-20 6024 27 162 0
2021-03-19 5997 27 162 0
2021-03-18 5970 33 162 0
2021-03-17 5937 29 162 0
2021-03-16 5908 42 162 0
2021-03-15 5866 17 162 0
2021-03-14 5849 22 162 0
2021-03-13 5827 30 162 0
2021-03-12 5797 26 162 0
2021-03-11 5771 50 162 0
2021-03-10 5721 48 162 0
2021-03-09 5673 31 162 0
2021-03-08 5642 6 162 1
2021-03-07 5636 9 161 0
2021-03-06 5627 35 161 0
2021-03-05 5592 32 161 0
2021-03-04 5560 17 161 0
2021-03-03 5543 29 161 0
2021-03-02 5514 38 161 0
2021-03-01 5476 4 161 0
2021-02-28 5472 3 161 0
2021-02-27 5469 18 161 1
2021-02-26 5451 12 160 0
2021-02-25 5439 15 160 1
2021-02-24 5424 16 159 0
2021-02-23 5408 16 159 1
2021-02-21 5392 2 158 0
2021-02-20 5390 11 158 1
2021-02-19 5379 12 157 0
2021-02-18 5367 27 157 0
2021-02-17 5340 11 157 1
2021-02-16 5329 27 156 0
2021-02-15 5302 6 156 0
2021-02-14 5296 8 156 0
2021-02-13 5288 12 156 0
2021-02-12 5276 15 156 0
2021-02-11 5261 16 156 0
2021-02-10 5245 31 156 0
2021-02-09 5214 17 156 1
2021-02-08 5197 6 155 0
2021-02-07 5191 7 155 0
2021-02-06 5184 23 155 0
2021-02-05 5161 16 155 0
2021-02-04 5145 22 155 0
2021-02-03 5123 40 155 2
2021-02-02 5083 34 153 0
2021-02-01 5049 4 153 0
2021-01-31 5045 9 153 0
2021-01-30 5036 41 153 0
2021-01-29 4995 41 153 0
2021-01-28 4954 46 153 1
2021-01-27 4908 49 152 4
2021-01-26 4859 32 148 1
2021-01-25 4827 3 147 0
2021-01-24 4824 7 147 0
2021-01-23 4817 39 147 1
2021-01-22 4778 24 146 0
2021-01-21 4754 45 146 3
2021-01-20 4709 62 143 6
2021-01-19 4647 48 137 2
2021-01-18 4599 14 135 2
2021-01-17 4585 6 133 0
2021-01-16 4579 41 133 0
2021-01-15 4538 48 133 1
2021-01-14 4490 63 132 7
2021-01-13 4427 68 125 5
2021-01-12 4359 45 120 0
2021-01-11 4314 20 120 5
2021-01-10 4294 11 115 0
2021-01-09 4283 51 115 0
2021-01-08 4232 30 115 1
2021-01-07 4202 54 114 1
2021-01-06 4148 47 113 1
2021-01-05 4101 52 112 2
2021-01-04 4049 17 110 1
2021-01-03 4032 10 109 0
2021-01-02 4022 8 109 3
2021-01-01 4014 29 106 1
2020-12-31 3985 51 105 1
2020-12-30 3934 51 104 0
2020-12-29 3883 28 104 0
2020-12-28 3855 18 104 0
2020-12-27 3837 2 104 0
2020-12-26 3835 9 104 0
2020-12-25 3826 31 104 0
2020-12-24 3795 67 104 1
2020-12-23 3728 63 103 0
2020-12-22 3665 59 103 0
2020-12-21 3606 12 103 0
2020-12-20 3594 44 103 0
2020-12-19 3550 76 103 1
2020-12-18 3474 57 102 0
2020-12-17 3417 62 102 3
2020-12-16 3355 39 99 1
2020-12-15 3316 52 98 1
2020-12-14 3264 34 97 0
2020-12-13 3230 36 97 0
2020-12-12 3194 43 97 0
2020-12-11 3151 79 97 4
2020-12-10 3072 69 93 0
2020-12-09 3003 61 93 2
2020-12-08 2942 50 91 1
2020-12-07 2892 12 90 0
2020-12-06 2880 16 90 0
2020-12-05 2864 43 90 1
2020-12-04 2821 28 89 0
2020-12-03 2793 70 89 8
2020-12-02 2723 49 81 0
2020-12-01 2674 37 81 0
2020-11-30 2637 10 81 0
2020-11-29 2627 9 81 0
2020-11-28 2618 23 81 1
2020-11-27 2595 35 80 2
2020-11-26 2560 53 78 3
2020-11-25 2507 26 75 1
2020-11-24 2481 35 74 0
2020-11-23 2446 14 74 0
2020-11-22 2432 16 74 0
2020-11-21 2416 32 74 0
2020-11-20 2384 45 74 0
2020-11-19 2339 56 74 0
2020-11-18 2283 47 74 0
2020-11-17 2236 36 74 0
2020-11-16 2200 9 74 0
2020-11-15 2191 16 74 1
2020-11-14 2175 40 73 0
2020-11-13 2135 41 73 2
2020-11-12 2094 44 71 1
2020-11-11 2050 44 70 0
2020-11-10 2006 30 70 1
2020-11-09 1976 12 69 0
2020-11-08 1964 11 69 0
2020-11-07 1953 63 69 4
2020-11-06 1890 47 65 2
2020-11-05 1843 53 63 1
2020-11-04 1790 27 62 1
2020-11-03 1763 50 61 4
2020-11-02 1713 21 57 0
2020-11-01 1692 27 57 0
2020-10-31 1665 38 57 0
2020-10-30 1627 69 57 0
2020-10-29 1558 37 57 0
2020-10-28 1521 53 57 4
2020-10-27 1468 40 53 0
2020-10-26 1428 42 53 1
2020-10-25 1386 30 52 1
2020-10-24 1356 17 51 0
2020-10-23 1339 68 51 8
2020-10-22 1271 61 43 2
2020-10-21 1210 31 41 2
2020-10-20 1179 25 39 0
2020-10-19 1154 30 39 2
2020-10-18 1124 23 37 0
2020-10-17 1101 31 37 0
2020-10-16 1070 38 37 7
2020-10-15 1032 21 30 1
2020-10-14 1011 14 29 2
2020-10-13 997 11 27 0
2020-10-12 986 4 27 0
2020-10-11 982 5 27 0
2020-10-10 977 8 27 0
2020-10-09 969 7 27 0
2020-10-08 962 9 27 0
2020-10-07 953 8 27 0
2020-10-06 945 6 27 0
2020-10-05 939 4 27 0
2020-10-04 935 1 27 0
2020-10-03 934 1 27 0
2020-10-02 933 3 27 0
2020-10-01 930 6 27 0
2020-09-30 924 5 27 0
2020-09-29 919 6 27 0
2020-09-28 913 2 27 0
2020-09-27 911 7 27 0
2020-09-26 904 2 27 0
2020-09-25 902 8 27 0
2020-09-24 894 6 27 0
2020-09-23 888 6 27 0
2020-09-22 882 1 27 0
2020-09-21 881 6 27 0
2020-09-20 875 5 27 0
2020-09-19 870 4 27 0
2020-09-18 866 4 27 0
2020-09-17 862 6 27 0
2020-09-16 856 1 27 1
2020-09-15 855 4 26 0
2020-09-14 851 3 26 0
2020-09-13 848 2 26 0
2020-09-12 846 8 26 0
2020-09-11 838 4 26 0
2020-09-10 834 11 26 0
2020-09-09 823 6 26 0
2020-09-08 817 5 26 0
2020-09-07 812 5 26 0
2020-09-05 807 9 26 0
2020-09-04 798 6 26 0
2020-09-03 792 2 26 0
2020-09-02 790 4 26 0
2020-09-01 786 2 26 0
2020-08-31 784 1 26 0
2020-08-30 783 4 26 0
2020-08-29 779 7 26 0
2020-08-28 772 2 26 0
2020-08-27 770 12 26 0
2020-08-26 758 3 26 0
2020-08-25 755 3 26 0
2020-08-24 752 4 26 1
2020-08-23 748 2 25 0
2020-08-22 746 4 25 0
2020-08-21 742 5 25 0
2020-08-20 737 7 25 0
2020-08-19 730 6 25 0
2020-08-18 724 5 25 0
2020-08-17 719 1 25 0
2020-08-16 718 1 25 0
2020-08-15 717 2 25 0
2020-08-14 715 3 25 0
2020-08-13 712 2 25 0
2020-08-12 710 6 25 0
2020-08-11 704 3 25 0
2020-08-08 701 3 25 0
2020-08-06 698 2 25 0
2020-08-05 696 1 25 0
2020-08-03 695 1 25 0
2020-07-31 694 3 25 0
2020-07-28 691 3 25 0
2020-07-27 688 1 25 0
2020-07-26 687 1 25 0
2020-07-24 686 3 25 0
2020-07-22 683 3 25 0
2020-07-20 680 2 25 0
2020-07-19 678 1 25 0
2020-07-18 677 1 25 0
2020-07-17 676 1 25 0
2020-07-16 675 1 25 0
2020-07-14 674 2 25 0
2020-07-10 672 1 25 0
2020-07-09 671 1 25 0
2020-07-08 670 3 25 0
2020-07-07 667 1 25 0
2020-07-04 666 1 25 0
2020-07-03 665 2 25 0
2020-07-02 663 3 25 0
2020-06-30 660 1 25 0
2020-06-29 659 3 25 0
2020-06-28 656 2 25 0
2020-06-26 654 1 25 0
2020-06-24 653 1 25 0
2020-06-16 652 1 25 0
2020-06-12 651 1 25 0
2020-06-10 650 1 25 0
2020-06-05 649 1 25 0
2020-06-04 648 1 25 0
2020-06-02 647 1 25 0
2020-05-31 646 1 25 0
2020-05-28 645 1 25 0
2020-05-27 644 2 25 0
2020-05-26 642 4 25 0
2020-05-25 638 1 25 0
2020-05-23 637 2 25 0
2020-05-22 635 1 25 0
2020-05-19 634 3 25 0
2020-05-18 631 2 25 0
2020-05-17 629 1 25 0
2020-05-16 628 2 25 0
2020-05-15 626 1 25 0
2020-05-14 625 3 25 0
2020-05-13 622 3 25 0
2020-05-12 619 7 25 0
2020-05-11 612 10 25 0
2020-05-10 602 1 25 0
2020-05-09 601 2 25 0
2020-05-08 599 33 25 9
2020-05-07 566 2 16 0
2020-05-06 564 3 16 1
2020-05-05 561 4 15 1
2020-05-03 557 1 14 0
2020-05-02 556 1 14 0
2020-05-01 555 2 14 0
2020-04-29 553 7 14 1
2020-04-28 546 1 13 0
2020-04-27 545 6 13 0
2020-04-25 539 3 13 0
2020-04-24 536 6 13 0
2020-04-23 530 9 13 0
2020-04-22 521 17 13 1
2020-04-21 504 11 12 2
2020-04-20 493 1 10 1
2020-04-19 492 9 9 0
2020-04-18 483 5 9 0
2020-04-17 478 10 9 0
2020-04-16 468 6 9 0
2020-04-15 462 9 9 0
2020-04-14 453 3 9 0
2020-04-13 450 7 9 1
2020-04-12 443 3 8 0
2020-04-11 440 1 8 0
2020-04-10 439 14 8 0
2020-04-09 425 12 8 1
2020-04-08 413 25 7 1
2020-04-07 388 8 6 0
2020-04-06 380 6 6 0
2020-04-05 374 20 6 1
2020-04-04 354 8 5 0
2020-04-03 346 38 5 0
2020-04-02 308 20 5 0
2020-04-01 288 26 5 0
2020-03-31 262 16 5 1
2020-03-30 246 17 4 1
2020-03-29 229 15 3 0
2020-03-28 214 21 3 0
2020-03-27 193 25 3 0
2020-03-26 168 42 3 3
2020-03-25 126 28 0 0
2020-03-24 98 25 0 0
2020-03-23 73 9 0 0
2020-03-22 64 2 0 0
2020-03-21 62 9 0 0
2020-03-20 53 14 0 0
2020-03-19 39 9 0 0
2020-03-18 30 3 0 0
2020-03-17 27 9 0 0
2020-03-16 18 1 0 0
2020-03-15 17 2 0 0
2020-03-14 15 4 0 0
2020-03-13 11 3 0 0
2020-03-11 8 2 0 0
2020-03-10 6 1 0 0
2020-03-07 5 1 0 0
2020-03-04 4 3 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:04:42.441454