Germany: LK Schweinfurt (Bayern)¶

  • 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 11:29:15 CEST
In [2]:
%config InlineBackend.figure_formats = ['svg']
from oscovida import *
In [3]:
overview(country="Germany", subregion="LK Schweinfurt", weeks=5);
2023-03-07T11:29:33.535759 image/svg+xml Matplotlib v3.7.1, https://matplotlib.org/ 30 Jan 06 Feb 13 Feb 20 Feb 27 Feb 06 Mar 100 100 150 150 7-day incidence rate (per 100K people) 65.4 LK Schweinfurt, 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 40 daily change normalised per 100K 30 Jan 06 Feb 13 Feb 20 Feb 27 Feb 06 Mar 0.0 0.2 0.4 0.6 0.8 daily change normalised per 100K 30 Jan 06 Feb 13 Feb 20 Feb 27 Feb 06 Mar 0.6 0.6 0.8 0.8 1.0 1.0 1.2 1.2 R & growth factor (based on cases) Germany-LK Schweinfurt cases daily growth factor Germany-LK Schweinfurt cases daily growth factor (rolling mean) Germany-LK Schweinfurt estimated R (using cases) 30 Jan 06 Feb 13 Feb 20 Feb 27 Feb 06 Mar 0.0 0.0 0.5 0.5 1.0 1.0 1.5 1.5 2.0 2.0 R & growth factor (based on deaths) Germany-LK Schweinfurt deaths daily growth factor Germany-LK Schweinfurt deaths daily growth factor (rolling mean) Germany-LK Schweinfurt estimated R (using deaths) 30 Jan 06 Feb 13 Feb 20 Feb 27 Feb 06 Mar 0 2000 4000 6000 cases doubling time [days] Germany-LK Schweinfurt doubling time cases (rolling mean) 0.00 11.61 23.23 34.84 46.45 daily change Germany-LK Schweinfurt new cases (rolling 7d mean) Germany-LK Schweinfurt new cases 0.000 0.232 0.465 0.697 0.929 daily change Germany-LK Schweinfurt new deaths (rolling 7d mean) Germany-LK Schweinfurt new deaths 0.000 0.289 0.578 0.866
In [4]:
overview(country="Germany", subregion="LK Schweinfurt");
2023-03-07T11:29:49.250804 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 3000 3000 7-day incidence rate (per 100K people) 65.4 LK Schweinfurt, 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 daily change normalised per 100K 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) Germany-LK Schweinfurt cases daily growth factor Germany-LK Schweinfurt cases daily growth factor (rolling mean) Germany-LK Schweinfurt estimated R (using cases) May 20 Sep 20 Jan 21 May 21 Sep 21 Jan 22 May 22 Sep 22 Jan 23 0.0 0.0 0.5 0.5 1.0 1.0 1.5 1.5 2.0 2.0 R & growth factor (based on deaths) Germany-LK Schweinfurt deaths daily growth factor Germany-LK Schweinfurt deaths daily growth factor (rolling mean) Germany-LK Schweinfurt 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 cases doubling time [days] Germany-LK Schweinfurt doubling time cases (rolling mean) Germany-LK Schweinfurt doubling time deaths (rolling mean) 0.0 232.3 464.5 696.8 daily change Germany-LK Schweinfurt new cases (rolling 7d mean) Germany-LK Schweinfurt new cases 0.000 2.323 4.645 daily change Germany-LK Schweinfurt new deaths (rolling 7d mean) Germany-LK Schweinfurt new deaths 0.0 52.9 105.9 158.8 deaths doubling time [days]
In [5]:
compare_plot(country="Germany", subregion="LK Schweinfurt", dates="2020-03-15:");
2023-03-07T11:32:13.137379 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 Schweinfurt LK Schweinfurt 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 Schweinfurt Bayern Berlin Bremen Hamburg Hessen Nordrhein-Westfalen Sachsen-Anhalt
In [6]:
# load the data
cases, deaths = germany_get_region(landkreis="LK Schweinfurt")

# get population of the region for future normalisation:
inhabitants = population(country="Germany", subregion="LK Schweinfurt")
print(f'Population of country="Germany", subregion="LK Schweinfurt": {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 Schweinfurt": 116134 people
Out[6]:
total cases daily new cases total deaths daily new deaths
date
2023-03-06 63961 3 276 0
2023-03-05 63958 3 276 0
2023-03-04 63955 3 276 0
2023-03-03 63952 9 276 0
2023-03-02 63943 7 276 0
2023-03-01 63936 6 276 0
2023-02-28 63930 45 276 0
2023-02-27 63885 37 276 0
2023-02-26 63848 7 276 0
2023-02-25 63841 18 276 0
2023-02-24 63823 43 276 0
2023-02-23 63780 39 276 0
2023-02-22 63741 33 276 0
2023-02-21 63708 40 276 0
2023-02-20 63668 37 276 0
2023-02-19 63631 8 276 0
2023-02-18 63623 10 276 0
2023-02-17 63613 21 276 0
2023-02-16 63592 24 276 0
2023-02-15 63568 21 276 0
2023-02-14 63547 47 276 0
2023-02-13 63500 48 276 1
2023-02-12 63452 6 275 0
2023-02-11 63446 6 275 0
2023-02-10 63440 29 275 0
2023-02-09 63411 33 275 0
2023-02-08 63378 20 275 1
2023-02-07 63358 29 274 0
2023-02-06 63329 35 274 0
2023-02-05 63294 2 274 0
2023-02-04 63292 6 274 0
2023-02-03 63286 23 274 0
2023-02-02 63263 31 274 0
2023-02-01 63232 23 274 0
2023-01-31 63209 31 274 0
2023-01-30 63178 33 274 0
2023-01-29 63145 6 274 1
2023-01-28 63139 5 273 0
2023-01-27 63134 19 273 0
2023-01-26 63115 18 273 0
2023-01-25 63097 11 273 0
2023-01-24 63086 14 273 0
2023-01-23 63072 30 273 0
2023-01-22 63042 1 273 0
2023-01-21 63041 6 273 0
2023-01-20 63035 6 273 0
2023-01-19 63029 15 273 0
2023-01-18 63014 6 273 0
2023-01-17 63008 14 273 0
2023-01-16 62994 23 273 0
2023-01-15 62971 2 273 0
2023-01-14 62969 5 273 0
2023-01-13 62964 12 273 0
2023-01-12 62952 12 273 0
2023-01-11 62940 11 273 0
2023-01-10 62929 18 273 0
2023-01-09 62911 23 273 0
2023-01-08 62888 3 273 1
2023-01-07 62885 7 272 0
2023-01-06 62878 18 272 0
2023-01-05 62860 15 272 0
2023-01-04 62845 19 272 0
2023-01-03 62826 11 272 1
2023-01-02 62815 32 271 0
2023-01-01 62783 7 271 0
2022-12-31 62776 4 271 0
2022-12-30 62772 11 271 0
2022-12-29 62761 25 271 0
2022-12-28 62736 21 271 1
2022-12-27 62715 49 270 0
2022-12-26 62666 6 270 0
2022-12-25 62660 3 270 0
2022-12-24 62657 12 270 0
2022-12-23 62645 23 270 0
2022-12-22 62622 33 270 0
2022-12-21 62589 21 270 1
2022-12-20 62568 50 269 1
2022-12-19 62518 30 268 0
2022-12-18 62488 5 268 0
2022-12-17 62483 26 268 1
2022-12-16 62457 16 267 0
2022-12-15 62441 31 267 0
2022-12-14 62410 22 267 1
2022-12-13 62388 28 266 0
2022-12-12 62360 36 266 0
2022-12-11 62324 10 266 0
2022-12-10 62314 17 266 0
2022-12-09 62297 13 266 1
2022-12-08 62284 24 265 1
2022-12-07 62260 24 264 1
2022-12-06 62236 38 263 0
2022-12-05 62198 15 263 0
2022-12-04 62183 8 263 0
2022-12-03 62175 15 263 0
2022-12-02 62160 30 263 0
2022-12-01 62130 21 263 0
2022-11-30 62109 20 263 1
2022-11-29 62089 34 262 0
2022-11-28 62055 32 262 1
2022-11-27 62023 3 261 0
2022-11-26 62020 5 261 0
2022-11-25 62015 20 261 0
2022-11-24 61995 19 261 0
2022-11-23 61976 30 261 1
2022-11-22 61946 25 260 0
2022-11-21 61921 14 260 0
2022-11-20 61907 9 260 0
2022-11-19 61898 12 260 0
2022-11-18 61886 17 260 0
2022-11-17 61869 17 260 0
2022-11-16 61852 23 260 0
2022-11-15 61829 27 260 0
2022-11-14 61802 25 260 0
2022-11-13 61777 4 260 0
2022-11-12 61773 17 260 0
2022-11-11 61756 39 260 0
2022-11-10 61717 22 260 0
2022-11-09 61695 36 260 1
2022-11-08 61659 42 259 0
2022-11-07 61617 62 259 0
2022-11-06 61555 3 259 0
2022-11-05 61552 29 259 0
2022-11-04 61523 20 259 0
2022-11-03 61503 64 259 0
2022-11-02 61439 65 259 0
2022-11-01 61374 44 259 0
2022-10-31 61330 53 259 1
2022-10-30 61277 30 258 0
2022-10-29 61247 37 258 0
2022-10-28 61210 65 258 0
2022-10-27 61145 69 258 1
2022-10-26 61076 73 257 0
2022-10-25 61003 91 257 0
2022-10-24 60912 184 257 1
2022-10-23 60728 37 256 0
2022-10-22 60691 59 256 0
2022-10-21 60632 97 256 0
2022-10-20 60535 93 256 0
2022-10-19 60442 132 256 1
2022-10-18 60310 170 255 0
2022-10-17 60140 143 255 0
2022-10-16 59997 73 255 1
2022-10-15 59924 74 254 0
2022-10-14 59850 162 254 0
2022-10-13 59688 167 254 0
2022-10-12 59521 200 254 0
2022-10-11 59321 254 254 2
2022-10-10 59067 299 252 0
2022-10-09 58768 26 252 0
2022-10-08 58742 178 252 0
2022-10-07 58564 124 252 1
2022-10-06 58440 288 251 0
2022-10-05 58152 239 251 0
2022-10-04 57913 231 251 1
2022-10-03 57682 24 250 0
2022-10-02 57658 23 250 0
2022-10-01 57635 118 250 0
2022-09-30 57517 79 250 0
2022-09-29 57438 68 250 0
2022-09-28 57370 154 250 0
2022-09-27 57216 146 250 0
2022-09-26 57070 121 250 2
2022-09-25 56949 9 248 0
2022-09-24 56940 41 248 1
2022-09-23 56899 107 247 0
2022-09-22 56792 71 247 0
2022-09-21 56721 54 247 0
2022-09-20 56667 126 247 1
2022-09-19 56541 67 246 1
2022-09-18 56474 5 245 1
2022-09-17 56469 40 244 0
2022-09-16 56429 64 244 0
2022-09-15 56365 30 244 0
2022-09-14 56335 50 244 0
2022-09-13 56285 108 244 0
2022-09-12 56177 73 244 0
2022-09-11 56104 4 244 0
2022-09-10 56100 22 244 0
2022-09-09 56078 60 244 1
2022-09-08 56018 59 243 0
2022-09-07 55959 57 243 0
2022-09-06 55902 73 243 0
2022-09-05 55829 53 243 0
2022-09-04 55776 3 243 0
2022-09-03 55773 46 243 0
2022-09-02 55727 45 243 0
2022-09-01 55682 49 243 0
2022-08-31 55633 65 243 0
2022-08-30 55568 57 243 0
2022-08-29 55511 90 243 0
2022-08-28 55421 5 243 0
2022-08-27 55416 38 243 0
2022-08-26 55378 70 243 0
2022-08-25 55308 45 243 0
2022-08-24 55263 32 243 0
2022-08-23 55231 83 243 0
2022-08-22 55148 77 243 0
2022-08-21 55071 11 243 0
2022-08-20 55060 18 243 0
2022-08-19 55042 48 243 1
2022-08-18 54994 46 242 0
2022-08-17 54948 74 242 0
2022-08-16 54874 111 242 0
2022-08-15 54763 8 242 0
2022-08-14 54755 10 242 0
2022-08-13 54745 37 242 0
2022-08-12 54708 60 242 0
2022-08-11 54648 69 242 0
2022-08-10 54579 77 242 0
2022-08-09 54502 60 242 0
2022-08-08 54442 115 242 0
2022-08-07 54327 17 242 1
2022-08-06 54310 60 241 0
2022-08-05 54250 101 241 1
2022-08-04 54149 83 240 0
2022-08-03 54066 149 240 0
2022-08-02 53917 142 240 0
2022-08-01 53775 171 240 0
2022-07-31 53604 16 240 0
2022-07-30 53588 101 240 0
2022-07-29 53487 90 240 0
2022-07-28 53397 177 240 2
2022-07-27 53220 268 238 0
2022-07-26 52952 136 238 0
2022-07-25 52816 276 238 0
2022-07-24 52540 46 238 1
2022-07-23 52494 139 237 0
2022-07-22 52355 196 237 0
2022-07-21 52159 219 237 2
2022-07-20 51940 226 235 0
2022-07-19 51714 251 235 0
2022-07-18 51463 302 235 0
2022-07-17 51161 24 235 0
2022-07-16 51137 158 235 2
2022-07-15 50979 203 233 0
2022-07-14 50776 191 233 1
2022-07-13 50585 215 232 0
2022-07-12 50370 257 232 1
2022-07-11 50113 219 231 0
2022-07-10 49894 33 231 0
2022-07-09 49861 88 231 0
2022-07-08 49773 151 231 0
2022-07-07 49622 155 231 0
2022-07-06 49467 132 231 1
2022-07-05 49335 261 230 0
2022-07-04 49074 132 230 0
2022-07-03 48942 10 230 0
2022-07-02 48932 106 230 0
2022-07-01 48826 179 230 1
2022-06-30 48647 173 229 0
2022-06-29 48474 170 229 0
2022-06-28 48304 262 229 0
2022-06-27 48042 126 229 0
2022-06-26 47916 24 229 0
2022-06-25 47892 121 229 1
2022-06-24 47771 106 228 0
2022-06-23 47665 145 228 0
2022-06-22 47520 153 228 0
2022-06-21 47367 238 228 0
2022-06-20 47129 90 228 1
2022-06-19 47039 83 227 0
2022-06-18 46956 56 227 0
2022-06-17 46900 77 227 0
2022-06-16 46823 85 227 0
2022-06-15 46738 80 227 0
2022-06-14 46658 128 227 0
2022-06-13 46530 67 227 0
2022-06-12 46463 49 227 0
2022-06-11 46414 28 227 0
2022-06-10 46386 57 227 0
2022-06-09 46329 57 227 0
2022-06-08 46272 131 227 0
2022-06-07 46141 42 227 0
2022-06-06 46099 19 227 1
2022-06-05 46080 11 226 1
2022-06-04 46069 37 225 0
2022-06-03 46032 42 225 0
2022-06-02 45990 63 225 0
2022-06-01 45927 42 225 0
2022-05-31 45885 67 225 0
2022-05-30 45818 28 225 0
2022-05-29 45790 4 225 0
2022-05-28 45786 21 225 0
2022-05-27 45765 24 225 0
2022-05-26 45741 51 225 0
2022-05-25 45690 31 225 0
2022-05-24 45659 41 225 0
2022-05-23 45618 19 225 0
2022-05-22 45599 26 225 0
2022-05-21 45573 6 225 0
2022-05-20 45567 57 225 0
2022-05-19 45510 43 225 0
2022-05-18 45467 50 225 0
2022-05-17 45417 81 225 0
2022-05-16 45336 34 225 0
2022-05-15 45302 38 225 0
2022-05-14 45264 31 225 0
2022-05-13 45233 58 225 0
2022-05-12 45175 79 225 0
2022-05-11 45096 73 225 0
2022-05-10 45023 148 225 0
2022-05-09 44875 71 225 0
2022-05-08 44804 43 225 0
2022-05-07 44761 74 225 0
2022-05-06 44687 96 225 2
2022-05-05 44591 151 223 1
2022-05-04 44440 123 222 0
2022-05-03 44317 212 222 1
2022-05-02 44105 162 221 0
2022-05-01 43943 77 221 0
2022-04-30 43866 88 221 0
2022-04-29 43778 180 221 1
2022-04-28 43598 176 220 0
2022-04-27 43422 174 220 0
2022-04-26 43248 329 220 0
2022-04-25 42919 126 220 0
2022-04-24 42793 96 220 0
2022-04-23 42697 118 220 0
2022-04-22 42579 164 220 0
2022-04-21 42415 221 220 0
2022-04-20 42194 307 220 0
2022-04-19 41887 370 220 0
2022-04-18 41517 19 220 0
2022-04-17 41498 180 220 0
2022-04-16 41318 72 220 0
2022-04-15 41246 165 220 0
2022-04-14 41081 320 220 0
2022-04-13 40761 295 220 0
2022-04-12 40466 411 220 0
2022-04-11 40055 174 220 0
2022-04-10 39881 98 220 0
2022-04-09 39783 210 220 0
2022-04-08 39573 351 220 1
2022-04-07 39222 291 219 1
2022-04-06 38931 375 218 0
2022-04-05 38556 514 218 1
2022-04-04 38042 218 217 0
2022-04-03 37824 107 217 0
2022-04-02 37717 133 217 0
2022-04-01 37584 325 217 1
2022-03-31 37259 462 216 0
2022-03-30 36797 506 216 1
2022-03-29 36291 573 215 0
2022-03-28 35718 311 215 1
2022-03-27 35407 130 214 1
2022-03-26 35277 411 213 0
2022-03-25 34866 617 213 2
2022-03-24 34249 622 211 1
2022-03-23 33627 732 210 1
2022-03-22 32895 652 209 0
2022-03-21 32243 361 209 2
2022-03-20 31882 170 207 1
2022-03-19 31712 393 206 0
2022-03-18 31319 528 206 0
2022-03-17 30791 823 206 0
2022-03-16 29968 599 206 0
2022-03-15 29369 539 206 1
2022-03-14 28830 346 205 1
2022-03-13 28484 111 204 0
2022-03-12 28373 438 204 2
2022-03-11 27935 532 202 2
2022-03-10 27403 625 200 4
2022-03-09 26778 523 196 0
2022-03-08 26255 537 196 1
2022-03-07 25718 335 195 1
2022-03-06 25383 167 194 0
2022-03-05 25216 227 194 0
2022-03-04 24989 354 194 0
2022-03-03 24635 332 194 1
2022-03-02 24303 387 193 0
2022-03-01 23916 428 193 0
2022-02-28 23488 220 193 0
2022-02-27 23268 122 193 0
2022-02-26 23146 345 193 0
2022-02-25 22801 373 193 0
2022-02-24 22428 263 193 0
2022-02-23 22165 280 193 0
2022-02-22 21885 532 193 0
2022-02-21 21353 240 193 1
2022-02-20 21113 160 192 1
2022-02-19 20953 192 191 1
2022-02-18 20761 368 190 0
2022-02-17 20393 404 190 0
2022-02-16 19989 570 190 0
2022-02-15 19419 381 190 0
2022-02-14 19038 254 190 0
2022-02-13 18784 196 190 0
2022-02-12 18588 258 190 0
2022-02-11 18330 357 190 0
2022-02-10 17973 369 190 1
2022-02-09 17604 407 189 0
2022-02-08 17197 534 189 0
2022-02-07 16663 211 189 0
2022-02-06 16452 87 189 0
2022-02-05 16365 319 189 0
2022-02-04 16046 334 189 0
2022-02-03 15712 308 189 1
2022-02-02 15404 421 188 0
2022-02-01 14983 334 188 0
2022-01-31 14649 127 188 1
2022-01-30 14522 141 187 0
2022-01-29 14381 61 187 0
2022-01-28 14320 287 187 0
2022-01-27 14033 419 187 0
2022-01-26 13614 276 187 0
2022-01-25 13338 286 187 0
2022-01-24 13052 138 187 0
2022-01-23 12914 60 187 0
2022-01-22 12854 207 187 0
2022-01-21 12647 154 187 0
2022-01-20 12493 219 187 0
2022-01-19 12274 159 187 0
2022-01-18 12115 258 187 0
2022-01-17 11857 155 187 0
2022-01-16 11702 38 187 0
2022-01-15 11664 98 187 0
2022-01-14 11566 108 187 0
2022-01-13 11458 93 187 0
2022-01-12 11365 91 187 0
2022-01-11 11274 137 187 0
2022-01-10 11137 49 187 0
2022-01-09 11088 19 187 0
2022-01-08 11069 85 187 0
2022-01-07 10984 36 187 0
2022-01-06 10948 45 187 0
2022-01-05 10903 63 187 0
2022-01-04 10840 103 187 0
2022-01-03 10737 63 187 0
2022-01-02 10674 11 187 0
2022-01-01 10663 27 187 0
2021-12-31 10636 35 187 0
2021-12-30 10601 66 187 1
2021-12-29 10535 42 186 0
2021-12-28 10493 49 186 0
2021-12-27 10444 39 186 0
2021-12-26 10405 4 186 0
2021-12-25 10401 3 186 0
2021-12-24 10398 23 186 0
2021-12-23 10375 76 186 1
2021-12-22 10299 44 185 1
2021-12-21 10255 76 184 1
2021-12-20 10179 48 183 1
2021-12-19 10131 11 182 0
2021-12-18 10120 46 182 1
2021-12-17 10074 59 181 0
2021-12-16 10015 49 181 0
2021-12-15 9966 89 181 1
2021-12-14 9877 81 180 0
2021-12-13 9796 40 180 0
2021-12-12 9756 31 180 0
2021-12-11 9725 40 180 1
2021-12-10 9685 95 179 1
2021-12-09 9590 57 178 1
2021-12-08 9533 99 177 1
2021-12-07 9434 103 176 1
2021-12-06 9331 64 175 0
2021-12-05 9267 27 175 2
2021-12-04 9240 62 173 0
2021-12-03 9178 115 173 1
2021-12-02 9063 103 172 0
2021-12-01 8960 195 172 0
2021-11-30 8765 128 172 0
2021-11-29 8637 58 172 1
2021-11-28 8579 33 171 0
2021-11-27 8546 93 171 0
2021-11-26 8453 112 171 1
2021-11-25 8341 174 170 1
2021-11-24 8167 185 169 3
2021-11-23 7982 144 166 0
2021-11-22 7838 71 166 1
2021-11-21 7767 17 165 1
2021-11-20 7750 99 164 0
2021-11-19 7651 120 164 2
2021-11-18 7531 139 162 2
2021-11-17 7392 126 160 1
2021-11-16 7266 122 159 1
2021-11-15 7144 45 158 1
2021-11-14 7099 7 157 1
2021-11-13 7092 62 156 0
2021-11-12 7030 81 156 0
2021-11-11 6949 103 156 0
2021-11-10 6846 102 156 0
2021-11-09 6744 69 156 0
2021-11-08 6675 5 156 2
2021-11-07 6670 28 154 0
2021-11-06 6642 45 154 0
2021-11-05 6597 61 154 1
2021-11-04 6536 107 153 0
2021-11-03 6429 38 153 0
2021-11-02 6391 19 153 1
2021-11-01 6372 6 152 0
2021-10-31 6366 14 152 0
2021-10-30 6352 29 152 0
2021-10-29 6323 30 152 0
2021-10-28 6293 35 152 1
2021-10-27 6258 35 151 0
2021-10-26 6223 48 151 0
2021-10-25 6175 6 151 0
2021-10-24 6169 14 151 0
2021-10-23 6155 35 151 0
2021-10-22 6120 49 151 1
2021-10-21 6071 36 150 0
2021-10-20 6035 38 150 0
2021-10-19 5997 48 150 0
2021-10-18 5949 2 150 0
2021-10-17 5947 17 150 0
2021-10-16 5930 9 150 0
2021-10-15 5921 17 150 0
2021-10-14 5904 12 150 0
2021-10-13 5892 21 150 0
2021-10-12 5871 5 150 0
2021-10-11 5866 1 150 0
2021-10-10 5865 4 150 0
2021-10-09 5861 11 150 1
2021-10-08 5850 15 149 0
2021-10-07 5835 9 149 1
2021-10-06 5826 16 148 0
2021-10-05 5810 36 148 0
2021-10-04 5774 4 148 0
2021-10-03 5770 8 148 0
2021-10-02 5762 14 148 1
2021-10-01 5748 7 147 0
2021-09-30 5741 7 147 0
2021-09-29 5734 23 147 0
2021-09-28 5711 14 147 0
2021-09-27 5697 2 147 0
2021-09-26 5695 6 147 0
2021-09-25 5689 7 147 0
2021-09-24 5682 15 147 0
2021-09-23 5667 7 147 0
2021-09-22 5660 14 147 0
2021-09-21 5646 19 147 0
2021-09-20 5627 1 147 0
2021-09-19 5626 8 147 0
2021-09-18 5618 17 147 0
2021-09-17 5601 11 147 0
2021-09-16 5590 15 147 0
2021-09-15 5575 29 147 0
2021-09-14 5546 17 147 0
2021-09-13 5529 2 147 1
2021-09-12 5527 2 146 0
2021-09-11 5525 9 146 1
2021-09-10 5516 12 145 0
2021-09-09 5504 17 145 1
2021-09-08 5487 27 144 2
2021-09-07 5460 25 142 0
2021-09-06 5435 4 142 1
2021-09-05 5431 12 141 0
2021-09-04 5419 8 141 0
2021-09-03 5411 12 141 0
2021-09-02 5399 15 141 1
2021-09-01 5384 26 140 0
2021-08-31 5358 31 140 0
2021-08-30 5327 1 140 0
2021-08-29 5326 3 140 0
2021-08-28 5323 21 140 0
2021-08-27 5302 13 140 0
2021-08-26 5289 9 140 0
2021-08-25 5280 9 140 0
2021-08-24 5271 25 140 0
2021-08-23 5246 6 140 0
2021-08-22 5240 7 140 0
2021-08-21 5233 2 140 0
2021-08-20 5231 13 140 0
2021-08-19 5218 14 140 0
2021-08-18 5204 7 140 0
2021-08-17 5197 7 140 0
2021-08-16 5190 1 140 0
2021-08-15 5189 1 140 0
2021-08-14 5188 4 140 0
2021-08-13 5184 2 140 0
2021-08-12 5182 10 140 0
2021-08-11 5172 5 140 0
2021-08-10 5167 3 140 0
2021-08-06 5164 2 140 0
2021-08-05 5162 3 140 0
2021-08-04 5159 4 140 0
2021-08-03 5155 1 140 0
2021-08-02 5154 4 140 0
2021-08-01 5150 1 140 0
2021-07-30 5149 1 140 0
2021-07-29 5148 2 140 0
2021-07-28 5146 2 140 0
2021-07-27 5144 3 140 0
2021-07-24 5141 2 140 0
2021-07-23 5139 1 140 0
2021-07-20 5138 1 140 0
2021-07-16 5137 1 140 0
2021-07-15 5136 1 140 0
2021-07-13 5135 2 140 0
2021-07-11 5133 2 140 0
2021-07-10 5131 1 140 0
2021-07-09 5130 2 140 0
2021-07-08 5128 1 140 0
2021-07-06 5127 1 140 0
2021-07-04 5126 2 140 0
2021-07-03 5124 2 140 0
2021-07-01 5122 2 140 0
2021-06-30 5120 1 140 0
2021-06-27 5119 2 140 0
2021-06-26 5117 2 140 0
2021-06-23 5115 2 140 0
2021-06-22 5113 6 140 0
2021-06-19 5107 1 140 0
2021-06-18 5106 2 140 0
2021-06-17 5104 2 140 0
2021-06-16 5102 2 140 1
2021-06-15 5100 6 139 0
2021-06-14 5094 1 139 0
2021-06-12 5093 1 139 0
2021-06-11 5092 1 139 0
2021-06-10 5091 1 139 0
2021-06-09 5090 5 139 0
2021-06-08 5085 2 139 0
2021-06-07 5083 1 139 0
2021-06-06 5082 3 139 0
2021-06-05 5079 10 139 0
2021-06-03 5069 6 139 0
2021-06-02 5063 7 139 0
2021-06-01 5056 11 139 0
2021-05-30 5045 4 139 0
2021-05-29 5041 14 139 0
2021-05-28 5027 5 139 0
2021-05-27 5022 14 139 0
2021-05-26 5008 20 139 0
2021-05-25 4988 5 139 0
2021-05-23 4983 9 139 0
2021-05-22 4974 7 139 0
2021-05-21 4967 14 139 0
2021-05-20 4953 24 139 2
2021-05-19 4929 29 137 0
2021-05-18 4900 17 137 0
2021-05-16 4883 17 137 0
2021-05-15 4866 26 137 0
2021-05-14 4840 11 137 3
2021-05-13 4829 39 134 0
2021-05-12 4790 25 134 0
2021-05-11 4765 20 134 0
2021-05-10 4745 3 134 1
2021-05-09 4742 10 133 0
2021-05-08 4732 23 133 1
2021-05-07 4709 37 132 0
2021-05-06 4672 27 132 1
2021-05-05 4645 56 131 0
2021-05-04 4589 44 131 0
2021-05-03 4545 5 131 1
2021-05-02 4540 11 130 0
2021-05-01 4529 33 130 0
2021-04-30 4496 26 130 1
2021-04-29 4470 47 129 0
2021-04-28 4423 56 129 2
2021-04-27 4367 37 127 0
2021-04-26 4330 5 127 0
2021-04-25 4325 19 127 0
2021-04-24 4306 33 127 1
2021-04-23 4273 26 126 0
2021-04-22 4247 61 126 0
2021-04-21 4186 31 126 1
2021-04-20 4155 35 125 0
2021-04-19 4120 11 125 1
2021-04-18 4109 12 124 0
2021-04-17 4097 27 124 0
2021-04-16 4070 44 124 0
2021-04-15 4026 39 124 2
2021-04-14 3987 46 122 0
2021-04-13 3941 55 122 0
2021-04-12 3886 5 122 1
2021-04-11 3881 14 121 1
2021-04-10 3867 20 120 0
2021-04-09 3847 24 120 0
2021-04-08 3823 63 120 1
2021-04-07 3760 44 119 0
2021-04-06 3716 10 119 0
2021-04-05 3706 3 119 0
2021-04-04 3703 40 119 1
2021-04-03 3663 5 118 0
2021-04-02 3658 28 118 1
2021-04-01 3630 35 117 3
2021-03-31 3595 5 114 0
2021-03-30 3590 23 114 0
2021-03-29 3567 7 114 0
2021-03-28 3560 14 114 0
2021-03-27 3546 24 114 1
2021-03-26 3522 11 113 0
2021-03-25 3511 30 113 0
2021-03-24 3481 28 113 1
2021-03-23 3453 16 112 0
2021-03-22 3437 3 112 0
2021-03-21 3434 11 112 0
2021-03-20 3423 13 112 0
2021-03-19 3410 7 112 0
2021-03-18 3403 14 112 0
2021-03-17 3389 13 112 0
2021-03-16 3376 8 112 0
2021-03-15 3368 7 112 0
2021-03-14 3361 5 112 0
2021-03-13 3356 11 112 0
2021-03-12 3345 21 112 0
2021-03-11 3324 6 112 0
2021-03-10 3318 10 112 1
2021-03-09 3308 8 111 0
2021-03-08 3300 2 111 0
2021-03-07 3298 2 111 0
2021-03-06 3296 7 111 0
2021-03-05 3289 4 111 0
2021-03-04 3285 12 111 0
2021-03-03 3273 16 111 0
2021-03-02 3257 3 111 0
2021-02-28 3254 2 111 0
2021-02-27 3252 4 111 0
2021-02-26 3248 13 111 0
2021-02-25 3235 2 111 0
2021-02-24 3233 12 111 0
2021-02-23 3221 6 111 0
2021-02-20 3215 10 111 0
2021-02-19 3205 4 111 0
2021-02-18 3201 3 111 0
2021-02-17 3198 9 111 0
2021-02-16 3189 6 111 0
2021-02-15 3183 1 111 0
2021-02-13 3182 4 111 0
2021-02-12 3178 7 111 0
2021-02-11 3171 6 111 0
2021-02-10 3165 8 111 0
2021-02-09 3157 7 111 0
2021-02-08 3150 1 111 1
2021-02-07 3149 1 110 0
2021-02-06 3148 16 110 0
2021-02-05 3132 2 110 0
2021-02-04 3130 11 110 0
2021-02-03 3119 7 110 0
2021-02-02 3112 17 110 0
2021-01-31 3095 1 110 0
2021-01-30 3094 16 110 0
2021-01-29 3078 8 110 0
2021-01-28 3070 16 110 1
2021-01-27 3054 17 109 0
2021-01-26 3037 14 109 2
2021-01-25 3023 7 107 1
2021-01-24 3016 3 106 0
2021-01-23 3013 11 106 0
2021-01-22 3002 9 106 0
2021-01-21 2993 7 106 0
2021-01-20 2986 5 106 0
2021-01-19 2981 32 106 2
2021-01-18 2949 2 104 1
2021-01-17 2947 6 103 0
2021-01-16 2941 4 103 0
2021-01-15 2937 12 103 0
2021-01-14 2925 11 103 0
2021-01-13 2914 44 103 0
2021-01-12 2870 8 103 1
2021-01-11 2862 5 102 2
2021-01-10 2857 19 100 0
2021-01-09 2838 17 100 0
2021-01-08 2821 17 100 0
2021-01-07 2804 6 100 0
2021-01-06 2798 20 100 0
2021-01-05 2778 36 100 1
2021-01-04 2742 43 99 1
2021-01-02 2699 2 98 1
2020-12-31 2697 28 97 0
2020-12-30 2669 46 97 4
2020-12-29 2623 28 93 1
2020-12-28 2595 43 92 0
2020-12-27 2552 4 92 2
2020-12-26 2548 6 90 0
2020-12-25 2542 26 90 0
2020-12-24 2516 27 90 1
2020-12-23 2489 25 89 3
2020-12-22 2464 20 86 0
2020-12-21 2444 14 86 1
2020-12-20 2430 16 85 2
2020-12-19 2414 17 83 0
2020-12-18 2397 28 83 2
2020-12-17 2369 19 81 2
2020-12-16 2350 35 79 3
2020-12-15 2315 21 76 1
2020-12-14 2294 14 75 2
2020-12-13 2280 4 73 1
2020-12-12 2276 36 72 4
2020-12-11 2240 25 68 0
2020-12-10 2215 24 68 1
2020-12-09 2191 30 67 0
2020-12-08 2161 23 67 1
2020-12-07 2138 1 66 0
2020-12-06 2137 4 66 0
2020-12-05 2133 35 66 0
2020-12-04 2098 18 66 1
2020-12-03 2080 38 65 5
2020-12-02 2042 31 60 2
2020-12-01 2011 34 58 3
2020-11-30 1977 10 55 1
2020-11-29 1967 7 54 0
2020-11-28 1960 14 54 1
2020-11-27 1946 14 53 0
2020-11-26 1932 31 53 1
2020-11-25 1901 46 52 3
2020-11-24 1855 15 49 0
2020-11-23 1840 5 49 0
2020-11-22 1835 22 49 0
2020-11-21 1813 31 49 0
2020-11-20 1782 29 49 0
2020-11-19 1753 29 49 0
2020-11-18 1724 29 49 0
2020-11-17 1695 58 49 6
2020-11-16 1637 11 43 3
2020-11-15 1626 9 40 1
2020-11-14 1617 30 39 1
2020-11-13 1587 32 38 0
2020-11-12 1555 31 38 0
2020-11-11 1524 31 38 2
2020-11-10 1493 24 36 0
2020-11-09 1469 8 36 0
2020-11-08 1461 16 36 0
2020-11-07 1445 44 36 0
2020-11-06 1401 42 36 1
2020-11-05 1359 43 35 1
2020-11-04 1316 35 34 1
2020-11-03 1281 30 33 1
2020-11-02 1251 28 32 0
2020-11-01 1223 13 32 1
2020-10-31 1210 42 31 0
2020-10-30 1168 34 31 0
2020-10-29 1134 16 31 0
2020-10-28 1118 42 31 0
2020-10-27 1076 31 31 0
2020-10-26 1045 21 31 1
2020-10-25 1024 37 30 1
2020-10-24 987 46 29 0
2020-10-23 941 18 29 0
2020-10-22 923 32 29 0
2020-10-21 891 20 29 0
2020-10-20 871 28 29 0
2020-10-19 843 27 29 0
2020-10-18 816 8 29 0
2020-10-17 808 13 29 0
2020-10-16 795 26 29 0
2020-10-15 769 19 29 2
2020-10-14 750 13 27 0
2020-10-13 737 8 27 0
2020-10-12 729 7 27 0
2020-10-11 722 4 27 0
2020-10-10 718 15 27 0
2020-10-09 703 10 27 0
2020-10-08 693 13 27 0
2020-10-07 680 7 27 0
2020-10-06 673 3 27 0
2020-10-05 670 8 27 0
2020-10-02 662 2 27 0
2020-10-01 660 5 27 0
2020-09-30 655 12 27 0
2020-09-29 643 7 27 0
2020-09-28 636 6 27 0
2020-09-25 630 1 27 0
2020-09-24 629 4 27 0
2020-09-23 625 5 27 0
2020-09-22 620 3 27 0
2020-09-21 617 6 27 0
2020-09-18 611 2 27 0
2020-09-17 609 3 27 0
2020-09-16 606 9 27 0
2020-09-15 597 12 27 0
2020-09-14 585 2 27 0
2020-09-11 583 8 27 0
2020-09-10 575 1 27 0
2020-09-09 574 1 27 0
2020-09-08 573 3 27 0
2020-09-07 570 5 27 0
2020-09-03 565 7 27 0
2020-09-02 558 1 27 0
2020-09-01 557 2 27 0
2020-08-31 555 5 27 0
2020-08-28 550 1 27 0
2020-08-27 549 3 27 0
2020-08-26 546 1 27 0
2020-08-25 545 1 27 0
2020-08-24 544 1 27 0
2020-08-21 543 1 27 0
2020-08-20 542 1 27 0
2020-08-19 541 3 27 0
2020-08-18 538 4 27 0
2020-08-17 534 3 27 0
2020-08-14 531 2 27 0
2020-08-13 529 5 27 0
2020-08-11 524 2 27 0
2020-08-10 522 2 27 0
2020-08-08 520 1 27 0
2020-08-06 519 2 27 0
2020-08-04 517 1 27 0
2020-08-03 516 1 27 0
2020-08-01 515 2 27 0
2020-07-31 513 1 27 0
2020-07-30 512 1 27 0
2020-07-29 511 5 27 0
2020-07-21 506 1 27 0
2020-07-16 505 1 27 0
2020-07-15 504 1 27 0
2020-07-08 503 1 27 0
2020-07-03 502 1 27 0
2020-07-01 501 1 27 0
2020-06-23 500 2 27 0
2020-06-17 498 3 27 0
2020-06-16 495 1 27 0
2020-06-04 494 1 27 0
2020-06-02 493 1 27 0
2020-05-30 492 1 27 0
2020-05-29 491 1 27 0
2020-05-28 490 6 27 0
2020-05-27 484 1 27 0
2020-05-26 483 2 27 0
2020-05-24 481 1 27 0
2020-05-20 480 3 27 0
2020-05-17 477 2 27 0
2020-05-16 475 6 27 0
2020-05-14 469 5 27 0
2020-05-12 464 1 27 0
2020-05-09 463 1 27 0
2020-05-08 462 2 27 0
2020-05-06 460 5 27 0
2020-05-05 455 4 27 0
2020-05-01 451 1 27 0
2020-04-30 450 4 27 0
2020-04-29 446 2 27 0
2020-04-28 444 4 27 1
2020-04-27 440 1 26 0
2020-04-25 439 10 26 1
2020-04-24 429 5 25 1
2020-04-23 424 4 24 0
2020-04-22 420 11 24 0
2020-04-21 409 11 24 0
2020-04-20 398 4 24 0
2020-04-19 394 4 24 0
2020-04-18 390 12 24 0
2020-04-17 378 12 24 1
2020-04-16 366 6 23 0
2020-04-15 360 4 23 0
2020-04-14 356 9 23 1
2020-04-12 347 1 22 0
2020-04-11 346 18 22 1
2020-04-10 328 10 21 0
2020-04-09 318 35 21 1
2020-04-08 283 27 20 3
2020-04-07 256 7 17 2
2020-04-06 249 20 15 0
2020-04-05 229 11 15 2
2020-04-04 218 26 13 0
2020-04-03 192 14 13 0
2020-04-02 178 19 13 0
2020-04-01 159 14 13 1
2020-03-31 145 12 12 2
2020-03-30 133 8 10 1
2020-03-29 125 4 9 1
2020-03-28 121 41 8 5
2020-03-27 80 3 3 0
2020-03-26 77 4 3 0
2020-03-25 73 11 3 0
2020-03-24 62 4 3 0
2020-03-23 58 9 3 0
2020-03-22 49 6 3 0
2020-03-21 43 8 3 0
2020-03-20 35 6 3 0
2020-03-19 29 1 3 0
2020-03-18 28 7 3 2
2020-03-17 21 10 1 1
2020-03-16 11 1 0 0
2020-03-15 10 4 0 0
2020-03-14 6 2 0 0
2020-03-13 4 2 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:03:13.980647