Hungary: Zala¶

  • 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 16:42:17 CEST
In [2]:
%config InlineBackend.figure_formats = ['svg']
from oscovida import *
In [3]:
overview(country="Hungary", region="Zala", weeks=5);
2023-03-07T16:42:20.911156 image/svg+xml Matplotlib v3.7.1, https://matplotlib.org/ 21 Nov 28 Nov 05 Dec 12 Dec 19 Dec 135 135 140 140 145 145 150 150 155 155 7-day incidence rate Zala, Hungary, last 5 weeks, last data point from 2022-12-21 21 Nov 28 Nov 05 Dec 12 Dec 19 Dec 0 0 50 50 100 100 150 150 daily change Hungary-Zala new cases (rolling 7d mean) Hungary-Zala new cases 21 Nov 28 Nov 05 Dec 12 Dec 19 Dec No data available to plot daily change in deaths 21 Nov 28 Nov 05 Dec 12 Dec 19 Dec 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 cases) Hungary-Zala cases daily growth factor Hungary-Zala cases daily growth factor (rolling mean) Hungary-Zala estimated R (using cases) 21 Nov 28 Nov 05 Dec 12 Dec 19 Dec No data available to plot R & growth factor (based on deaths) 21 Nov 28 Nov 05 Dec 12 Dec 19 Dec 0 0 1000 1000 2000 2000 cases doubling time [days]
In [4]:
overview(country="Hungary", region="Zala");
2023-03-07T16:42:25.083000 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 143.0 Zala, Hungary, last data point from 2022-12-21 May 20 Sep 20 Jan 21 May 21 Sep 21 Jan 22 May 22 Sep 22 Jan 23 0 0 500 500 1000 1000 daily change Hungary-Zala new cases (rolling 7d mean) Hungary-Zala new cases May 20 Sep 20 Jan 21 May 21 Sep 21 Jan 22 May 22 Sep 22 Jan 23 No data available to plot daily change in deaths 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 cases) Hungary-Zala cases daily growth factor Hungary-Zala cases daily growth factor (rolling mean) Hungary-Zala estimated R (using cases) May 20 Sep 20 Jan 21 May 21 Sep 21 Jan 22 May 22 Sep 22 Jan 23 No data available to plot R & growth factor (based on deaths) May 20 Sep 20 Jan 21 May 21 Sep 21 Jan 22 May 22 Sep 22 Jan 23 0 0 5000 5000 10000 10000 15000 15000 20000 20000 cases doubling time [days]
In [5]:
compare_plot(country="Hungary", region="Zala");
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
Cell In[5], line 1
----> 1 compare_plot(country="Hungary", region="Zala");

File /tank/oscovida/work/oscovida.github.io/oscovida.github.io/.venv/lib/python3.9/site-packages/oscovida/oscovida.py:1976, in compare_plot(country, region, subregion, savefig, normalise, dates, align)
   1974 if normalise:
   1975     _population = population(country=country, region=region, subregion=subregion)
-> 1976     c *= 100000 / _population
   1977     d *= 100000 / _population
   1979 if not subregion and not region:    # i.e. not a region of Germany

TypeError: unsupported operand type(s) for /: 'int' and 'NoneType'
In [6]:
# load the data
cases, deaths = get_region_hungary(county="Zala")

# get population of the region for future normalisation:
inhabitants = population(country="Hungary", region="Zala")
print(f'Population of country="Hungary", region="Zala": {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="Hungary", region="Zala": None people
Out[6]:
total cases daily new cases
Dátum
2022-12-21 58820 143
2022-12-14 58677 148
2022-12-07 58529 154
2022-11-30 58375 134
2022-11-23 58241 155
2022-11-16 58086 152
2022-11-09 57934 551
2022-10-26 57383 407
2022-10-19 56976 550
2022-10-12 56426 531
2022-10-05 55895 503
2022-09-28 55392 383
2022-09-21 55009 439
2022-09-14 54570 406
2022-09-07 54164 330
2022-08-31 53834 396
2022-08-24 53438 394
2022-08-17 53044 413
2022-08-10 52631 511
2022-08-03 52120 608
2022-07-27 51512 445
2022-07-20 51067 368
2022-07-13 50699 232
2022-07-06 50467 109
2022-06-29 50358 60
2022-06-22 50298 37
2022-06-15 50261 34
2022-06-08 50227 35
2022-06-01 50192 68
2022-05-25 50124 122
2022-05-18 50002 161
2022-05-11 49841 210
2022-05-02 49631 95
2022-04-28 49536 47
2022-04-27 49489 53
2022-04-26 49436 61
2022-04-25 49375 74
2022-04-22 49301 55
2022-04-21 49246 68
2022-04-20 49178 36
2022-04-19 49142 62
2022-04-14 49080 43
2022-04-13 49037 42
2022-04-12 48995 37
2022-04-11 48958 62
2022-04-08 48896 94
2022-04-06 48802 63
2022-04-05 48739 108
2022-04-01 48631 37
2022-03-31 48594 67
2022-03-30 48527 71
2022-03-29 48456 38
2022-03-28 48418 92
2022-03-25 48326 41
2022-03-24 48285 38
2022-03-23 48247 66
2022-03-22 48181 41
2022-03-21 48140 106
2022-03-18 48034 67
2022-03-17 47967 40
2022-03-16 47927 43
2022-03-11 47884 38
2022-03-10 47846 28
2022-03-09 47818 41
2022-03-08 47777 40
2022-03-07 47737 103
2022-03-04 47634 53
2022-03-03 47581 51
2022-03-02 47530 56
2022-03-01 47474 58
2022-02-28 47416 113
2022-02-25 47303 94
2022-02-24 47209 107
2022-02-23 47102 129
2022-02-22 46973 110
2022-02-21 46863 242
2022-02-18 46621 139
2022-02-17 46482 207
2022-02-16 46275 250
2022-02-15 46025 178
2022-02-14 45847 408
2022-02-11 45439 296
2022-02-10 45143 345
2022-02-09 44798 429
2022-02-08 44369 212
2022-02-07 44157 877
2022-02-04 43280 365
2022-02-03 42915 509
2022-02-02 42406 498
2022-02-01 41908 273
2022-01-31 41635 1368
2022-01-28 40267 726
2022-01-27 39541 604
2022-01-26 38937 646
2022-01-25 38291 251
2022-01-24 38040 1335
2022-01-21 36705 586
2022-01-20 36119 478
2022-01-19 35641 461
2022-01-18 35180 280
2022-01-17 34900 633
2022-01-14 34267 324
2022-01-13 33943 282
2022-01-12 33661 264
2022-01-11 33397 111
2022-01-10 33286 343
2022-01-07 32943 189
2022-01-06 32754 169
2022-01-05 32585 140
2022-01-04 32445 76
2022-01-03 32369 175
2021-12-31 32194 116
2021-12-30 32078 122
2021-12-29 31956 60
2021-12-28 31896 96
2021-12-27 31800 251
2021-12-23 31549 115
2021-12-22 31434 124
2021-12-21 31310 108
2021-12-20 31202 387
2021-12-17 30815 225
2021-12-16 30590 245
2021-12-15 30345 178
2021-12-14 30167 149
2021-12-13 30018 628
2021-12-10 29390 298
2021-12-09 29092 259
2021-12-08 28833 248
2021-12-07 28585 171
2021-12-06 28414 802
2021-12-03 27612 419
2021-12-02 27193 378
2021-12-01 26815 493
2021-11-30 26322 188
2021-11-29 26134 1140
2021-11-26 24994 301
2021-11-25 24693 394
2021-11-24 24299 452
2021-11-23 23847 162
2021-11-22 23685 900
2021-11-19 22785 318
2021-11-18 22467 312
2021-11-17 22155 292
2021-11-16 21863 151
2021-11-15 21712 513
2021-11-12 21199 207
2021-11-11 20992 247
2021-11-10 20745 221
2021-11-09 20524 133
2021-11-08 20391 362
2021-11-05 20029 171
2021-11-04 19858 170
2021-11-03 19688 85
2021-11-02 19603 14
2021-11-01 19589 209
2021-10-29 19380 92
2021-10-28 19288 79
2021-10-27 19209 69
2021-10-26 19140 36
2021-10-25 19104 112
2021-10-22 18992 45
2021-10-21 18947 44
2021-10-20 18903 30
2021-10-19 18873 21
2021-10-18 18852 33
2021-10-15 18819 13
2021-10-14 18806 23
2021-10-13 18783 12
2021-10-12 18771 6
2021-10-11 18765 27
2021-10-08 18738 16
2021-10-07 18722 15
2021-10-06 18707 11
2021-10-05 18696 8
2021-10-04 18688 23
2021-10-01 18665 17
2021-09-30 18648 16
2021-09-29 18632 8
2021-09-28 18624 7
2021-09-27 18617 24
2021-09-24 18593 8
2021-09-23 18585 24
2021-09-22 18561 14
2021-09-21 18547 9
2021-09-20 18538 23
2021-09-17 18515 13
2021-09-16 18502 15
2021-09-15 18487 9
2021-09-14 18478 8
2021-09-13 18470 14
2021-09-10 18456 1
2021-09-09 18455 2
2021-09-08 18453 2
2021-09-07 18451 4
2021-09-06 18447 3
2021-09-03 18444 2
2021-09-02 18442 5
2021-09-01 18437 5
2021-08-31 18432 0
2021-08-30 18432 4
2021-08-27 18428 7
2021-08-26 18421 2
2021-08-25 18419 1
2021-08-24 18418 1
2021-08-23 18417 1
2021-08-19 18416 3
2021-08-18 18413 0
2021-08-17 18413 0
2021-08-16 18413 1
2021-08-13 18412 2
2021-08-12 18410 1
2021-08-11 18409 1
2021-08-10 18408 1
2021-08-09 18407 0
2021-08-06 18407 0
2021-08-05 18407 0
2021-08-04 18407 0
2021-08-03 18407 1
2021-08-02 18406 1
2021-07-30 18405 0
2021-07-29 18405 0
2021-07-28 18405 0
2021-07-27 18405 0
2021-07-26 18405 4
2021-07-23 18401 0
2021-07-22 18401 0
2021-07-21 18401 0
2021-07-20 18401 0
2021-07-19 18401 0
2021-07-16 18401 1
2021-07-15 18400 0
2021-07-14 18400 1
2021-07-13 18399 0
2021-07-12 18399 1
2021-07-09 18398 0
2021-07-08 18398 4
2021-07-07 18394 0
2021-07-06 18394 1
2021-07-05 18393 0
2021-07-02 18393 0
2021-07-01 18393 0
2021-06-30 18393 0
2021-06-29 18393 0
2021-06-28 18393 3
2021-06-25 18390 0
2021-06-24 18390 0
2021-06-23 18390 1
2021-06-22 18389 1
2021-06-21 18388 2
2021-06-18 18386 1
2021-06-17 18385 0
2021-06-16 18385 1
2021-06-15 18384 2
2021-06-14 18382 8
2021-06-11 18374 4
2021-06-10 18370 9
2021-06-09 18361 4
2021-06-08 18357 3
2021-06-07 18354 1
2021-06-06 18353 1
2021-06-05 18352 9
2021-06-04 18343 8
2021-06-03 18335 10
2021-06-02 18325 5
2021-06-01 18320 5
2021-05-31 18315 6
2021-05-30 18309 8
2021-05-29 18301 18
2021-05-28 18283 15
2021-05-27 18268 12
2021-05-26 18256 5
2021-05-25 18251 8
2021-05-24 18243 12
2021-05-23 18231 20
2021-05-22 18211 21
2021-05-21 18190 23
2021-05-20 18167 16
2021-05-19 18151 22
2021-05-18 18129 18
2021-05-17 18111 18
2021-05-16 18093 17
2021-05-15 18076 21
2021-05-14 18055 33
2021-05-13 18022 29
2021-05-12 17993 15
2021-05-11 17978 21
2021-05-10 17957 36
2021-05-09 17921 40
2021-05-08 17881 56
2021-05-07 17825 50
2021-05-06 17775 61
2021-05-05 17714 44
2021-05-04 17670 24
2021-05-03 17646 47
2021-05-02 17599 40
2021-05-01 17559 66
2021-04-30 17493 93
2021-04-29 17400 77
2021-04-28 17323 49
2021-04-27 17274 76
2021-04-26 17198 38
2021-04-25 17160 63
2021-04-24 17097 84
2021-04-23 17013 139
2021-04-22 16874 75
2021-04-21 16799 68
2021-04-20 16731 63
2021-04-19 16668 81
2021-04-18 16587 90
2021-04-17 16497 121
2021-04-16 16376 186
2021-04-15 16190 126
2021-04-14 16064 63
2021-04-13 16001 100
2021-04-12 15901 91
2021-04-11 15810 230
2021-04-10 15580 176
2021-04-09 15404 157
2021-04-08 15247 89
2021-04-07 15158 28
2021-04-06 15130 34
2021-04-05 15096 79
2021-04-04 15017 221
2021-04-03 14796 167
2021-04-02 14629 131
2021-04-01 14498 178
2021-03-31 14320 68
2021-03-30 14252 121
2021-03-29 14131 135
2021-03-28 13996 168
2021-03-27 13828 133
2021-03-26 13695 187
2021-03-25 13508 139
2021-03-24 13369 73
2021-03-23 13296 116
2021-03-22 13180 112
2021-03-21 13068 92
2021-03-20 12976 170
2021-03-19 12806 168
2021-03-18 12638 48
2021-03-17 12590 36
2021-03-16 12554 84
2021-03-15 12470 81
2021-03-14 12389 102
2021-03-13 12287 126
2021-03-12 12161 87
2021-03-11 12074 113
2021-03-10 11961 31
2021-03-09 11930 54
2021-03-08 11876 38
2021-03-07 11838 55
2021-03-06 11783 65
2021-03-05 11718 73
2021-03-04 11645 70
2021-03-03 11575 37
2021-03-02 11538 20
2021-03-01 11518 51
2021-02-28 11467 34
2021-02-27 11433 54
2021-02-26 11379 52
2021-02-25 11327 55
2021-02-24 11272 38
2021-02-23 11234 6
2021-02-22 11228 31
2021-02-21 11197 23
2021-02-20 11174 33
2021-02-19 11141 38
2021-02-18 11103 29
2021-02-17 11074 18
2021-02-16 11056 14
2021-02-15 11042 15
2021-02-14 11027 21
2021-02-13 11006 29
2021-02-12 10977 20
2021-02-11 10957 30
2021-02-10 10927 20
2021-02-09 10907 23
2021-02-08 10884 10
2021-02-07 10874 19
2021-02-06 10855 20
2021-02-05 10835 34
2021-02-04 10801 22
2021-02-03 10779 18
2021-02-02 10761 23
2021-02-01 10738 32
2021-01-31 10706 31
2021-01-30 10675 31
2021-01-29 10644 50
2021-01-28 10594 44
2021-01-27 10550 44
2021-01-26 10506 21
2021-01-25 10485 24
2021-01-24 10461 34
2021-01-23 10427 45
2021-01-22 10382 66
2021-01-21 10316 42
2021-01-20 10274 23
2021-01-19 10251 29
2021-01-18 10222 31
2021-01-17 10191 32
2021-01-16 10159 57
2021-01-15 10102 80
2021-01-14 10022 39
2021-01-13 9983 38
2021-01-12 9945 7
2021-01-11 9938 46
2021-01-10 9892 43
2021-01-09 9849 94
2021-01-08 9755 90
2021-01-07 9665 122
2021-01-06 9543 38
2021-01-05 9505 32
2021-01-04 9473 18
2021-01-03 9455 77
2021-01-02 9378 30
2021-01-01 9348 127
2020-12-31 9221 90
2020-12-30 9131 63
2020-12-29 9068 26
2020-12-28 9042 11
2020-12-27 9031 43
2020-12-26 8988 18
2020-12-25 8970 78
2020-12-24 8892 78
2020-12-23 8814 32
2020-12-22 8782 50
2020-12-21 8732 54
2020-12-20 8678 98
2020-12-19 8580 145
2020-12-18 8435 136
2020-12-17 8299 135
2020-12-16 8164 55
2020-12-15 8109 75
2020-12-14 8034 103
2020-12-13 7931 179
2020-12-12 7752 119
2020-12-11 7633 249
2020-12-10 7384 193
2020-12-09 7191 70
2020-12-08 7121 64
2020-12-07 7057 175
2020-12-06 6882 229
2020-12-05 6653 187
2020-12-04 6466 234
2020-12-03 6232 181
2020-12-02 6051 113
2020-12-01 5938 107
2020-11-30 5831 232
2020-11-29 5599 132
2020-11-28 5467 200
2020-11-27 5267 218
2020-11-26 5049 198
2020-11-25 4851 66
2020-11-24 4785 74
2020-11-23 4711 69
2020-11-22 4642 115
2020-11-21 4527 151
2020-11-20 4376 172
2020-11-19 4204 172
2020-11-18 4032 169
2020-11-17 3863 252
2020-11-16 3611 12
2020-11-15 3599 120
2020-11-14 3479 57
2020-11-13 3422 65
2020-11-12 3357 188
2020-11-11 3169 107
2020-11-10 3062 43
2020-11-09 3019 124
2020-11-08 2895 126
2020-11-07 2769 198
2020-11-06 2571 74
2020-11-05 2497 86
2020-11-04 2411 160
2020-11-03 2251 72
2020-11-02 2179 217
2020-11-01 1962 -9
2020-10-31 1971 155
2020-10-30 1816 87
2020-10-29 1729 69
2020-10-28 1660 45
2020-10-27 1615 18
2020-10-26 1597 131
2020-10-25 1466 80
2020-10-24 1386 131
2020-10-23 1255 65
2020-10-22 1190 33
2020-10-21 1157 28
2020-10-20 1129 51
2020-10-19 1078 52
2020-10-18 1026 34
2020-10-17 992 52
2020-10-16 940 47
2020-10-15 893 15
2020-10-14 878 9
2020-10-13 869 15
2020-10-12 854 31
2020-10-11 823 27
2020-10-10 796 40
2020-10-09 756 34
2020-10-08 722 26
2020-10-07 696 23
2020-10-06 673 25
2020-10-05 648 18
2020-10-04 630 10
2020-10-03 620 10
2020-10-02 610 6
2020-10-01 604 10
2020-09-30 594 10
2020-09-29 584 16
2020-09-28 568 23
2020-09-27 545 17
2020-09-26 528 19
2020-09-25 509 14
2020-09-24 495 9
2020-09-23 486 12
2020-09-22 474 0
2020-09-21 474 7
2020-09-20 467 15
2020-09-19 452 22
2020-09-18 430 14
2020-09-17 416 8
2020-09-16 408 7
2020-09-15 401 10
2020-09-14 391 6
2020-09-13 385 3
2020-09-12 382 30
2020-09-11 352 3
2020-09-10 349 4
2020-09-09 345 2
2020-09-08 343 7
2020-09-07 336 14
2020-09-06 322 7
2020-09-05 315 13
2020-09-04 302 6
2020-09-03 296 0
2020-09-02 296 9
2020-09-01 287 1
2020-08-31 286 3
2020-08-30 283 3
2020-08-29 280 1
2020-08-28 279 0
2020-08-27 279 0
2020-08-26 279 0
2020-08-25 279 0
2020-08-24 279 0
2020-08-23 279 0
2020-08-22 279 0
2020-08-21 279 0
2020-08-20 279 0
2020-08-19 279 2
2020-08-18 277 0
2020-08-17 277 0
2020-08-16 277 11
2020-08-15 266 0
2020-08-14 266 0
2020-08-13 266 1
2020-08-12 265 0
2020-08-11 265 0
2020-08-10 265 0
2020-08-09 265 0
2020-08-08 265 0
2020-08-07 265 0
2020-08-06 265 0
2020-08-05 265 0
2020-08-04 265 0
2020-08-03 265 0
2020-08-02 265 0
2020-08-01 265 0
2020-07-31 265 0
2020-07-30 265 0
2020-07-29 265 1
2020-07-28 264 0
2020-07-27 264 0
2020-07-26 264 0
2020-07-25 264 1
2020-07-24 263 1
2020-07-23 262 0
2020-07-22 262 0
2020-07-21 262 0
2020-07-20 262 -1
2020-07-19 263 1
2020-07-18 262 0
2020-07-17 262 0
2020-07-16 262 0
2020-07-15 262 0
2020-07-14 262 0
2020-07-13 262 0
2020-07-12 262 0
2020-07-11 262 0
2020-07-10 262 0
2020-07-09 262 0
2020-07-08 262 0
2020-07-06 262 0
2020-07-05 262 0
2020-07-04 262 0
2020-07-03 262 0
2020-07-02 262 0
2020-07-01 262 0
2020-06-30 262 0
2020-06-29 262 0
2020-06-28 262 1
2020-06-27 261 0
2020-06-26 261 0
2020-06-25 261 0
2020-06-24 261 1
2020-06-23 260 0
2020-06-22 260 0
2020-06-21 260 0
2020-06-20 260 -1
2020-06-19 261 0
2020-06-18 261 0
2020-06-17 261 0
2020-06-15 261 0
2020-06-14 261 0
2020-06-13 261 1
2020-06-12 260 0
2020-06-11 260 1
2020-06-10 259 0
2020-06-09 259 0
2020-06-08 259 0
2020-06-07 259 1
2020-06-06 258 1
2020-06-05 257 1
2020-06-04 256 1
2020-06-03 255 0
2020-06-02 255 0
2020-06-01 255 2
2020-05-31 253 1
2020-05-30 252 0
2020-05-29 252 1
2020-05-28 251 4
2020-05-27 247 0
2020-05-26 247 2
2020-05-25 245 0
2020-05-24 245 0
2020-05-23 245 2
2020-05-22 243 2
2020-05-21 241 10
2020-05-20 231 5
2020-05-19 226 2
2020-05-18 224 5
2020-05-17 219 1
2020-05-16 218 12
2020-05-15 206 12
2020-05-14 194 18
2020-05-13 176 1
2020-05-12 175 5
2020-05-11 170 2
2020-05-10 168 4
2020-05-09 164 13
2020-05-08 151 4
2020-05-07 147 7
2020-05-06 140 1
2020-05-05 139 0
2020-05-04 139 16
2020-05-03 123 8
2020-05-02 115 7
2020-05-01 108 5
2020-04-30 103 5
2020-04-29 98 9
2020-04-28 89 24
2020-04-27 65 17
2020-04-26 48 4
2020-04-25 44 2
2020-04-24 42 0
2020-04-23 42 0
2020-04-22 42 2
2020-04-21 40 0
2020-04-20 40 0
2020-04-19 40 3
2020-04-18 37 0
2020-04-17 37 4
2020-04-16 33 2
2020-04-15 31 1
2020-04-14 30 2
2020-04-13 28 0
2020-04-12 28 2
2020-04-11 26 3
2020-04-10 23 4
2020-04-09 19 8
2020-04-08 11 0
2020-04-07 11 0
2020-04-06 11 1
2020-04-05 10 0
2020-04-04 10 2
2020-04-03 8 1
2020-04-02 7 0
2020-04-01 7 1

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:00:08.976645