diff --git a/.renku/workflow/3218f26d673c4170a35483432e34a801.cwl b/.renku/workflow/3218f26d673c4170a35483432e34a801.cwl new file mode 100644 index 0000000000000000000000000000000000000000..1d694b7e2afadc2564846e8c75a5d1ff3f846ef8 --- /dev/null +++ b/.renku/workflow/3218f26d673c4170a35483432e34a801.cwl @@ -0,0 +1,173 @@ +class: Workflow +cwlVersion: v1.0 +hints: [] +inputs: + input_1: + default: + class: File + path: ../../notebooks/openzh-covid-19-dashboard.ipynb + streamable: false + type: File + input_10: + default: geodata_path + streamable: false + type: string + input_11: + default: + class: File + path: ../../data/geodata/geo_data.csv + streamable: false + type: File + input_12: + default: + class: File + path: ../../notebooks/Dashboard.ipynb + streamable: false + type: File + input_13: + default: runs/Dashboard.run.ipynb + streamable: false + type: string + input_14: + default: + class: File + path: ../../notebooks/examples/openzh-covid-19-example.ipynb + streamable: false + type: File + input_15: + default: runs/openzh-covid-19-example.run.ipynb + streamable: false + type: string + input_16: + default: save_figures + streamable: false + type: string + input_17: + default: 'True' + streamable: false + type: string + input_18: + default: data_path + streamable: false + type: string + input_19: + default: + class: Directory + listing: [] + path: ../../data/openzh-covid-19 + streamable: false + type: Directory + input_2: + default: runs/openzh-covid-19-dashboard.run.ipynb + streamable: false + type: string + input_20: + default: figures_path + streamable: false + type: string + input_21: + default: figures + streamable: false + type: string + input_22: + default: + class: File + path: ../../data/ch-population-statistics/ch-population-by-age-canton.xls + streamable: false + type: File + input_3: + default: data_path + streamable: false + type: string + input_4: + default: + class: Directory + listing: [] + path: ../../data/openzh-covid-19 + streamable: false + type: Directory + input_5: + default: + class: File + path: ../../data/ch-population-statistics/ch-population-by-age-canton.xls + streamable: false + type: File + input_6: + default: ts_folder + streamable: false + type: string + input_7: + default: + class: Directory + listing: [] + path: ../../data/covid-19_jhu-csse + streamable: false + type: Directory + input_8: + default: rates_folder + streamable: false + type: string + input_9: + default: + class: Directory + listing: [] + path: ../../data/covid-19_rates + streamable: false + type: Directory +outputs: + output_0: + outputSource: step_3/output_1 + streamable: false + type: Directory + output_1: + outputSource: step_1/output_0 + streamable: false + type: File + output_2: + outputSource: step_3/output_0 + streamable: false + type: File + output_3: + outputSource: step_2/output_0 + streamable: false + type: File +requirements: [] +steps: + step_1: + in: + input_1: input_1 + input_2: input_2 + input_3: input_3 + input_4: input_4 + input_5: input_5 + out: + - output_0 + run: a391937483df408c9a1507565b2e0574_papermill.cwl + step_2: + in: + input_2: input_6 + input_3: input_7 + input_4: input_8 + input_5: input_9 + input_6: input_10 + input_7: input_11 + input_8: input_12 + input_9: input_13 + out: + - output_0 + run: 283500d9c26c4cc58c1123c8280b555d_papermill.cwl + step_3: + in: + input_1: input_14 + input_2: input_15 + input_3: input_16 + input_4: input_17 + input_5: input_18 + input_6: input_19 + input_7: input_20 + input_8: input_21 + input_9: input_22 + out: + - output_1 + - output_0 + run: 945930a71908469a8e1da6ae4f10c72a_papermill.cwl diff --git a/figures/switzerland-cases-by-canton.html b/figures/switzerland-cases-by-canton.html index daaedb6b28e8cf8e5e948fd6937e931141f877cf..ef4d04297d432b93d14835ab72b204ff23e29f80 100644 --- a/figures/switzerland-cases-by-canton.html +++ b/figures/switzerland-cases-by-canton.html @@ -14,7 +14,7 @@ <div id="vis"></div> <script> (function(vegaEmbed) { - var spec = {"config": {"view": {"continuousWidth": 400, "continuousHeight": 300}, "title": {"anchor": "middle"}}, "hconcat": [{"mark": "line", "encoding": {"color": {"type": "nominal", "field": "abbreviation_canton_and_fl", "legend": {"title": "Canton"}}, "opacity": {"condition": {"value": 1, "selection": "selector001"}, "value": 0.2}, "tooltip": [{"type": "nominal", "field": "abbreviation_canton_and_fl", "title": "Canton"}, {"type": "quantitative", "field": "ncumul_conf", "title": "Cases"}, {"type": "temporal", "field": "date", "title": "Date"}], "x": {"type": "temporal", "field": "date", "title": "Date"}, "y": {"type": "quantitative", "field": "ncumul_conf", "scale": {"type": "linear"}, "title": "Cases"}}, "selection": {"selector001": {"type": "multi", "fields": ["abbreviation_canton_and_fl"], "bind": "legend"}}}, {"mark": "line", "encoding": {"color": {"type": "nominal", "field": "abbreviation_canton_and_fl", "legend": {"title": "Canton"}}, "opacity": {"condition": {"value": 1, "selection": "selector002"}, "value": 0.2}, "tooltip": [{"type": "nominal", "field": "abbreviation_canton_and_fl", "title": "Canton"}, {"type": "quantitative", "field": "ncumul_conf_10k", "title": "Cases/10k"}, {"type": "temporal", "field": "date", "title": "Date"}], "x": {"type": "temporal", "field": "date", "title": "Date"}, "y": {"type": "quantitative", "field": "ncumul_conf_10k", "scale": {"type": "linear"}, "title": "Cases per 10k population"}}, "selection": {"selector002": {"type": "multi", "fields": ["abbreviation_canton_and_fl"], "bind": "legend"}}}], "data": {"name": "data-7bb9b365facb797e2b908d81842cd77d"}, "title": "Covid-19 cases in Switzerland by Canton", "$schema": "https://vega.github.io/schema/vega-lite/v4.0.2.json", "datasets": {"data-7bb9b365facb797e2b908d81842cd77d": [{"date": "2020-02-28T00:00:00", "time": "15:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 1.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/20200228_KFS_20200106_Coronavirus_Lagebulletin_AG_Unterschrieben.pdf", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.014744760817862393, "ncumul_deceased_10k": null}, {"date": "2020-03-02T00:00:00", "time": "18:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 2.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/200302_KFS_Coronavirus_Lagebulletin_2.pdf", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.029489521635724786, "ncumul_deceased_10k": null}, {"date": "2020-03-03T00:00:00", "time": "15:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 6.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200303_KFS_Coronavirus_Lagebulletin_3.pdf", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.08846856490717436, "ncumul_deceased_10k": null}, {"date": "2020-03-04T00:00:00", "time": "15:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 7.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200304_KFS_Coronavirus_Lagebulletin_4.pdf", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.10321332572503675, "ncumul_deceased_10k": null}, {"date": "2020-03-05T00:00:00", "time": "15:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 9.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200305_KFS_Coronavirus_Lagebulletin_5.pdf", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.13270284736076154, "ncumul_deceased_10k": null}, {"date": "2020-03-06T00:00:00", "time": "15:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 12.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 1.0, "ncumul_deceased": null, "source": "https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200305_KFS_Coronavirus_Lagebulletin_6.pdf", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.17693712981434873, "ncumul_deceased_10k": null}, {"date": "2020-03-09T00:00:00", "time": "15:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 14.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 2.0, "ncumul_deceased": null, "source": "https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200309_KFS_Coronavirus_Lagebulletin_7.pdf", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.2064266514500735, "ncumul_deceased_10k": null}, {"date": "2020-03-10T00:00:00", "time": "15:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 17.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 2.0, "ncumul_deceased": null, "source": "https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200310_KFS_Coronavirus_Lagebulletin_8.pdf", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.2506609339036607, "ncumul_deceased_10k": null}, {"date": "2020-03-11T00:00:00", "time": "15:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 18.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 2.0, "ncumul_deceased": null, "source": "https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200311_KFS_Coronavirus_Lagebulletin_9.pdf", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.2654056947215231, "ncumul_deceased_10k": null}, {"date": "2020-03-12T00:00:00", "time": "15:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 27.0, "ncumul_hosp": 1.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 3.0, "ncumul_deceased": null, "source": "https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200312_KFS_Coronavirus_Lagebulletin_10.pdf", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.39810854208228463, "ncumul_deceased_10k": null}, {"date": "2020-03-13T00:00:00", "time": "13:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 32.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 3.0, "ncumul_deceased": null, "source": "https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200313_KFS_Coronavirus_Lagebulletin_11.pdf", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.4718323461715966, "ncumul_deceased_10k": null}, {"date": "2020-03-16T00:00:00", "time": "15:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 52.0, "ncumul_hosp": 2.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 4.0, "ncumul_deceased": null, "source": "https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200316_KFS_Coronavirus_Lagebulletin_12.pdf", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.7667275625288444, "ncumul_deceased_10k": null}, {"date": "2020-03-17T00:00:00", "time": "16:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 67.0, "ncumul_hosp": 2.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 4.0, "ncumul_deceased": null, "source": "https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200317_KFS_Coronavirus_Lagebulletin_13.pdf", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.9878989747967803, "ncumul_deceased_10k": null}, {"date": "2020-03-18T00:00:00", "time": "16:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 101.0, "ncumul_hosp": 6.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 4.0, "ncumul_deceased": null, "source": "https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200318_KFS_Coronavirus_Lagebulletin_14.pdf", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.4892208426041018, "ncumul_deceased_10k": null}, {"date": "2020-03-19T00:00:00", "time": "15:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 118.0, "ncumul_hosp": 17.0, "ncumul_ICU": 6.0, "ncumul_vent": 3.0, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200319_KFS_Coronavirus_Lagebulletin_15.pdf", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.7398817765077623, "ncumul_deceased_10k": null}, {"date": "2020-03-20T00:00:00", "time": "15:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 168.0, "ncumul_hosp": 25.0, "ncumul_ICU": 4.0, "ncumul_vent": 2.0, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200320_KFS_Coronavirus_Lagebulletin_16.pdf", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 2.477119817400882, "ncumul_deceased_10k": 0.014744760817862393}, {"date": "2020-03-22T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 232.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.ag.ch/de/aktuelles/medienportal/medienmitteilung/medienmitteilungen/mediendetails_139237.jsp", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 3.420784509744075, "ncumul_deceased_10k": 0.014744760817862393}, {"date": "2020-03-23T00:00:00", "time": "15:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 241.0, "ncumul_hosp": 10.0, "ncumul_ICU": 3.0, "ncumul_vent": 2.0, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200323_KFS_Coronavirus_Lagebulletin_17.pdf", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 3.5534873571048364, "ncumul_deceased_10k": 0.014744760817862393}, {"date": "2020-03-05T00:00:00", "time": null, "abbreviation_canton_and_fl": "AR", "ncumul_tested": null, "ncumul_conf": 1.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ar.ch/verwaltung/departement-gesundheit-und-soziales/news-aus-dem-departement/detail/news/coronavirusersterfallinappenzellausserrhoden/?tx_news_pi1[controller]=News&tx_news_pi1[action]=detail&cHash=fb1a9cf08108cdc7b82780b9239b009d", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.6193868070610096, "ncumul_deceased_10k": null}, {"date": "2020-03-09T00:00:00", "time": null, "abbreviation_canton_and_fl": "AR", "ncumul_tested": null, "ncumul_conf": 2.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ar.ch/schnellzugriff/medienmitteilungen-der-kantonalen-verwaltung/detail/news/zweiter-coronafall-in-appenzell-ausserrhoden/?tx_news_pi1[controller]=News&tx_news_pi1[action]=detail&cHash=de7ec38198b5e60b6dce8fccc7735501", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.2387736141220191, "ncumul_deceased_10k": null}, {"date": "2020-03-12T00:00:00", "time": null, "abbreviation_canton_and_fl": "AR", "ncumul_tested": null, "ncumul_conf": 5.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ar.ch/schnellzugriff/medienmitteilungen-der-kantonalen-verwaltung/detail/news/coronavirus-drei-neue-faelle-in-appenzell-ausserrhoden/?tx_news_pi1[controller]=News&tx_news_pi1[action]=detail&cHash=272411484066c8fb971dcc838aa96ef9", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 3.096934035305048, "ncumul_deceased_10k": null}, {"date": "2020-03-18T00:00:00", "time": null, "abbreviation_canton_and_fl": "AR", "ncumul_tested": null, "ncumul_conf": 11.0, "ncumul_hosp": 3.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ar.ch/schnellzugriff/medienmitteilungen-der-kantonalen-verwaltung/detail/news/coronavirus-bevoelkerung-und-alle-spitaeler-machen-bei-der-gesundheitsversorgung-mit/?tx_news_pi1%5Bcontroller%5D=News&tx_news_pi1%5Baction%5D=detail&cHash=3d2a0733446b5fc7cdad0f48f61c28fd", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 6.813254877671105, "ncumul_deceased_10k": null}, {"date": "2020-03-23T00:00:00", "time": "10:00", "abbreviation_canton_and_fl": "AR", "ncumul_tested": null, "ncumul_conf": 30.0, "ncumul_hosp": 7.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.ar.ch/verwaltung/departement-gesundheit-und-soziales/amt-fuer-gesundheit/informationsseite-coronavirus/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 18.58160421183029, "ncumul_deceased_10k": 0.6193868070610096}, {"date": "2020-03-24T00:00:00", "time": "10:00", "abbreviation_canton_and_fl": "AR", "ncumul_tested": null, "ncumul_conf": 33.0, "ncumul_hosp": 6.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ar.ch/verwaltung/departement-gesundheit-und-soziales/amt-fuer-gesundheit/informationsseite-coronavirus/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 20.439764633013315, "ncumul_deceased_10k": 1.2387736141220191}, {"date": "2020-03-13T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "OW", "ncumul_tested": 6.0, "ncumul_conf": 1.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ow.ch/de/aktuelles/aktuellesinformationen/amtsmitteilungen/welcome.php?action=showinfo&info_id=63566&ls=0&sq=&kategorie_id=&date_from=&date_to=", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.26426362939668613, "ncumul_deceased_10k": null}, {"date": "2020-03-23T00:00:00", "time": null, "abbreviation_canton_and_fl": "OW", "ncumul_tested": null, "ncumul_conf": 25.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ow.ch/de/verwaltung/dienstleistungen/?dienst_id=5962", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 6.606590734917153, "ncumul_deceased_10k": null}, {"date": "2020-02-25T00:00:00", "time": null, "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 1.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.srf.ch/news/schweiz/tessiner-patient-erster-coronavirus-fall-in-der-schweiz", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.02830111251673303, "ncumul_deceased_10k": null}, {"date": "2020-03-02T00:00:00", "time": null, "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 2.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187352&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=ea65dbcabb28d4711459f3b613bbc1b7", "TotalPosTests1": 6.0, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.05660222503346606, "ncumul_deceased_10k": null}, {"date": "2020-03-03T00:00:00", "time": null, "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 4.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187363&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=b34e82602a39cad67a7f8d54150dcf70 https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187369&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=3154d18e72821fc23d7b3c5cdfe9f9a3", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.11320445006693212, "ncumul_deceased_10k": null}, {"date": "2020-03-04T00:00:00", "time": null, "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 5.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187371&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=174f2d754f3b657af79f343c92fc5c89", "TotalPosTests1": 18.0, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.14150556258366517, "ncumul_deceased_10k": null}, {"date": "2020-03-12T00:00:00", "time": null, "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 180.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187437&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=59cf6112c82abed490acd8901f5a0bb2", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 5.094200253011946, "ncumul_deceased_10k": null}, {"date": "2020-03-13T00:00:00", "time": null, "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 258.0, "ncumul_hosp": 65.0, "ncumul_ICU": 13.0, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.youtube.com/watch?v=_x_yQ6uwGAQ", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 7.301687029317122, "ncumul_deceased_10k": null}, {"date": "2020-03-14T00:00:00", "time": null, "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 265.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187466&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=1b10e6e8117296766155edcf9c317a4c", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 7.499794816934254, "ncumul_deceased_10k": 0.0849033375501991}, {"date": "2020-03-15T00:00:00", "time": null, "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 291.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 6.0, "source": "https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187467&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=af5473066754ef4d1272e156056acc07", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 8.235623742369313, "ncumul_deceased_10k": 0.1698066751003982}, {"date": "2020-03-16T00:00:00", "time": null, "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 330.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 8.0, "source": "https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187475&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=dee4a529abd4e9300e116c7ff4db5774", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 9.339367130521902, "ncumul_deceased_10k": 0.22640890013386425}, {"date": "2020-03-17T00:00:00", "time": null, "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 422.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 10.0, "source": "https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187486&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=d106aab74491da09b294ff13ffadd02f", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 11.943069482061341, "ncumul_deceased_10k": 0.28301112516733035}, {"date": "2020-03-18T00:00:00", "time": null, "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 511.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 14.0, "source": "https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187493&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=7803bbc03dd49ef2e421dfd6b12dd239", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 14.46186849605058, "ncumul_deceased_10k": 0.3962155752342625}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 638.0, "ncumul_hosp": 155.0, "ncumul_ICU": 33.0, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 15.0, "source": "https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187499&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=634a783514bdcbb426c005f1ea916268 https://www.youtube.com/watch?v=34RQ7OOWYoI", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 18.056109785675677, "ncumul_deceased_10k": 0.42451668775099544}, {"date": "2020-03-20T00:00:00", "time": "08:00", "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 834.0, "ncumul_hosp": 168.0, "ncumul_ICU": 35.0, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 22.0, "source": "https://www4.ti.ch/dss/dsp/covid19/home/ https://www.youtube.com/watch?v=34RQ7OOWYoI", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 23.603127838955352, "ncumul_deceased_10k": 0.6226244753681267}, {"date": "2020-03-21T00:00:00", "time": "08:00", "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 918.0, "ncumul_hosp": 184.0, "ncumul_ICU": 40.0, "ncumul_vent": 37.0, "ncumul_released": null, "ncumul_deceased": 28.0, "source": "https://www4.ti.ch/dss/dsp/covid19/home/ https://www.youtube.com/watch?v=7g2sALU9bQM", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 25.980421290360923, "ncumul_deceased_10k": 0.792431150468525}, {"date": "2020-03-22T00:00:00", "time": "08:00", "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 939.0, "ncumul_hosp": 246.0, "ncumul_ICU": 46.0, "ncumul_vent": 43.0, "ncumul_released": null, "ncumul_deceased": 37.0, "source": "https://web.archive.org/web/20200322153528/https://www4.ti.ch/dss/dsp/covid19/home/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 26.574744653212317, "ncumul_deceased_10k": 1.0471411631191223}, {"date": "2020-03-23T00:00:00", "time": "08:00", "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 1165.0, "ncumul_hosp": 261.0, "ncumul_ICU": 45.0, "ncumul_vent": 43.0, "ncumul_released": null, "ncumul_deceased": 48.0, "source": "https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187510&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=0120f665ab49651b9d66c876ef272a91", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 32.97079608199398, "ncumul_deceased_10k": 1.3584534008031857}, {"date": "2020-03-20T00:00:00", "time": null, "abbreviation_canton_and_fl": "SH", "ncumul_tested": null, "ncumul_conf": 14.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://sh.ch/CMS/Webseite/Kanton-Schaffhausen/Beh-rde/Verwaltung/Departement-des-Innern/Gesundheitsamt-3209198-DE.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.7075044821992655, "ncumul_deceased_10k": null}, {"date": "2020-03-23T00:00:00", "time": null, "abbreviation_canton_and_fl": "SH", "ncumul_tested": null, "ncumul_conf": 30.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://sh.ch/CMS/Webseite/Kanton-Schaffhausen/Beh-rde/Verwaltung/Departement-des-Innern/Gesundheitsamt-3209198-DE.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 3.658938176141284, "ncumul_deceased_10k": null}, {"date": "2020-03-24T00:00:00", "time": null, "abbreviation_canton_and_fl": "SH", "ncumul_tested": null, "ncumul_conf": 32.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://sh.ch/CMS/Webseite/Kanton-Schaffhausen/Beh-rde/Verwaltung/Departement-des-Innern/Gesundheitsamt-3209198-DE.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 3.902867387884036, "ncumul_deceased_10k": null}, {"date": "2020-03-24T00:00:00", "time": null, "abbreviation_canton_and_fl": "SH", "ncumul_tested": null, "ncumul_conf": 32.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://sh.ch/CMS/Webseite/Kanton-Schaffhausen/Beh-rde/Verwaltung/Departement-des-Innern/Gesundheitsamt-3209198-DE.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 3.902867387884036, "ncumul_deceased_10k": null}, {"date": "2020-03-03T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZG", "ncumul_tested": null, "ncumul_conf": 1.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.zg.ch/behoerden/gesundheitsdirektion/direktionssekretariat/aktuell/coronavirus-sars-cov-2-erste-person-aus-dem-kanton-zug-infiziert", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.07884134755631242, "ncumul_deceased_10k": null}, {"date": "2020-03-05T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZG", "ncumul_tested": null, "ncumul_conf": 3.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.zg.ch/behoerden/gesundheitsdirektion/direktionssekretariat/aktuell/coronavirus-sars-cov-2-zwei-weitere-faelle-im-kanton-zug", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.2365240426689373, "ncumul_deceased_10k": null}, {"date": "2020-03-13T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZG", "ncumul_tested": null, "ncumul_conf": 13.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.zg.ch/behoerden/gesundheitsdirektion/direktionssekretariat/aktuell/coronavirus-kanton-zug-stellt-sich-hinter-massnahmen-des-bundes", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.0249375182320615, "ncumul_deceased_10k": null}, {"date": "2020-03-14T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZG", "ncumul_tested": null, "ncumul_conf": 13.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://twitter.com/gesundZG/status/1238733148462157824?s=20", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.0249375182320615, "ncumul_deceased_10k": null}, {"date": "2020-03-16T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZG", "ncumul_tested": null, "ncumul_conf": 24.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.zg.ch/behoerden/gesundheitsdirektion/direktionssekretariat/aktuell/covid-19-zuger-spitaeler-bereiten-sich-gemeinsam-auf-herausfordernde-zeit-vor", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.8921923413514985, "ncumul_deceased_10k": null}, {"date": "2020-03-20T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZG", "ncumul_tested": null, "ncumul_conf": 48.0, "ncumul_hosp": 1.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 5.0, "ncumul_deceased": null, "source": "https://www.zg.ch/behoerden/gesundheitsdirektion/direktionssekretariat/aktuell/coronavirus-ausreichende-testkapazitaeten-im-kanton-zug-vorhanden", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 3.784384682702997, "ncumul_deceased_10k": null}, {"date": "2020-03-23T00:00:00", "time": "08:00", "abbreviation_canton_and_fl": "ZG", "ncumul_tested": null, "ncumul_conf": 62.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 10.0, "ncumul_deceased": null, "source": "https://www.zg.ch/behoerden/gesundheitsdirektion/amt-fuer-gesundheit/corona", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 4.88816354849137, "ncumul_deceased_10k": null}, {"date": "2020-03-24T00:00:00", "time": "08:00", "abbreviation_canton_and_fl": "ZG", "ncumul_tested": null, "ncumul_conf": 72.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 12.0, "ncumul_deceased": null, "source": "https://www.zg.ch/behoerden/gesundheitsdirektion/amt-fuer-gesundheit/corona", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 5.676577024054495, "ncumul_deceased_10k": null}, {"date": "2020-03-06T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 23.0, "ncumul_hosp": 15.0, "ncumul_ICU": 2.0, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.2878075943664792, "ncumul_deceased_10k": 0.01251337366810779}, {"date": "2020-03-07T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 30.0, "ncumul_hosp": 16.0, "ncumul_ICU": 4.0, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.37540121004323374, "ncumul_deceased_10k": 0.01251337366810779}, {"date": "2020-03-08T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 40.0, "ncumul_hosp": 22.0, "ncumul_ICU": 3.0, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.5005349467243116, "ncumul_deceased_10k": 0.01251337366810779}, {"date": "2020-03-09T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 51.0, "ncumul_hosp": 29.0, "ncumul_ICU": 5.0, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.6381820570734973, "ncumul_deceased_10k": 0.01251337366810779}, {"date": "2020-03-10T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 77.0, "ncumul_hosp": 36.0, "ncumul_ICU": 6.0, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.9635297724442998, "ncumul_deceased_10k": 0.01251337366810779}, {"date": "2020-03-11T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 108.0, "ncumul_hosp": 38.0, "ncumul_ICU": 7.0, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.3514443561556415, "ncumul_deceased_10k": 0.01251337366810779}, {"date": "2020-03-12T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 156.0, "ncumul_hosp": 43.0, "ncumul_ICU": 8.0, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.9520862922248154, "ncumul_deceased_10k": 0.01251337366810779}, {"date": "2020-03-13T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 204.0, "ncumul_hosp": 52.0, "ncumul_ICU": 10.0, "ncumul_vent": null, "ncumul_released": 5.0, "ncumul_deceased": 2.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 2.552728228293989, "ncumul_deceased_10k": 0.02502674733621558}, {"date": "2020-03-14T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 350.0, "ncumul_hosp": 43.0, "ncumul_ICU": 14.0, "ncumul_vent": null, "ncumul_released": 5.0, "ncumul_deceased": 3.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 4.379680783837727, "ncumul_deceased_10k": 0.03754012100432337}, {"date": "2020-03-15T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 406.0, "ncumul_hosp": 62.0, "ncumul_ICU": 19.0, "ncumul_vent": null, "ncumul_released": 5.0, "ncumul_deceased": 4.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 5.080429709251763, "ncumul_deceased_10k": 0.05005349467243116}, {"date": "2020-03-16T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 508.0, "ncumul_hosp": 66.0, "ncumul_ICU": 27.0, "ncumul_vent": null, "ncumul_released": 5.0, "ncumul_deceased": 5.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 6.356793823398758, "ncumul_deceased_10k": 0.06256686834053896}, {"date": "2020-03-17T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 608.0, "ncumul_hosp": 95.0, "ncumul_ICU": 35.0, "ncumul_vent": null, "ncumul_released": 9.0, "ncumul_deceased": 5.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 7.608131190209536, "ncumul_deceased_10k": 0.06256686834053896}, {"date": "2020-03-18T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 796.0, "ncumul_hosp": 128.0, "ncumul_ICU": 34.0, "ncumul_vent": null, "ncumul_released": 16.0, "ncumul_deceased": 5.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 9.960645439813803, "ncumul_deceased_10k": 0.06256686834053896}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 1212.0, "ncumul_hosp": 140.0, "ncumul_ICU": 32.0, "ncumul_vent": null, "ncumul_released": 52.0, "ncumul_deceased": 7.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 15.166208885746641, "ncumul_deceased_10k": 0.08759361567675453}, {"date": "2020-03-20T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 1432.0, "ncumul_hosp": 152.0, "ncumul_ICU": 30.0, "ncumul_vent": null, "ncumul_released": 62.0, "ncumul_deceased": 12.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 17.919151092730356, "ncumul_deceased_10k": 0.15016048401729348}, {"date": "2020-03-21T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 1676.0, "ncumul_hosp": 175.0, "ncumul_ICU": 23.0, "ncumul_vent": null, "ncumul_released": 70.0, "ncumul_deceased": 15.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 20.972414267748654, "ncumul_deceased_10k": 0.18770060502161687}, {"date": "2020-03-22T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 1782.0, "ncumul_hosp": 203.0, "ncumul_ICU": 23.0, "ncumul_vent": null, "ncumul_released": 75.0, "ncumul_deceased": 16.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 22.298831876568084, "ncumul_deceased_10k": 0.20021397868972465}, {"date": "2020-03-03T00:00:00", "time": null, "abbreviation_canton_and_fl": "SZ", "ncumul_tested": 1.0, "ncumul_conf": 1.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.sz.ch/public/upload/assets/45351/MM_Coronavirus_4_3_2020.pdf", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.06282788301448183, "ncumul_deceased_10k": null}, {"date": "2020-03-04T00:00:00", "time": null, "abbreviation_canton_and_fl": "SZ", "ncumul_tested": 3.0, "ncumul_conf": 3.0, "ncumul_hosp": 1.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.sz.ch/public/upload/assets/45351/MM_Coronavirus_4_3_2020.pdf", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.18848364904344547, "ncumul_deceased_10k": null}, {"date": "2020-03-06T00:00:00", "time": null, "abbreviation_canton_and_fl": "SZ", "ncumul_tested": 6.0, "ncumul_conf": 6.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.sz.ch/public/upload/assets/45417/MM_Coronavirus_6_3_2020.pdf", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.37696729808689095, "ncumul_deceased_10k": null}, {"date": "2020-03-13T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "SZ", "ncumul_tested": 10.0, "ncumul_conf": 9.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.sz.ch/public/upload/assets/45585/MM_Coronavirus_13_03_2020.pdf", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.5654509471303364, "ncumul_deceased_10k": null}, {"date": "2020-03-14T00:00:00", "time": "03:03", "abbreviation_canton_and_fl": "SZ", "ncumul_tested": 1.0, "ncumul_conf": 12.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.bote.ch/nachrichten/schwyz/schwyz_bdu/coronavirus-einsatz-fuer-spitalbataillon-5;art146989,1229758", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.7539345961737819, "ncumul_deceased_10k": null}, {"date": "2020-03-15T00:00:00", "time": null, "abbreviation_canton_and_fl": "SZ", "ncumul_tested": null, "ncumul_conf": 13.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.sz.ch/public/upload/assets/45590/MM_Coronavirus_15_3_2020.pdf", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.8167624791882637, "ncumul_deceased_10k": null}, {"date": "2020-03-06T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "SO", "ncumul_tested": null, "ncumul_conf": 1.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://so.ch/startseite/aktuell/news/erster-laborbestaetigter-covid-19-fall-im-kanton-solothurn/?tx_news_pi1%5Bcontroller%5D=News&tx_news_pi1%5Baction%5D=detail&cHash=3074bbdc8f0fcdcb9f1e11a21fc05e73", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.03660402497858665, "ncumul_deceased_10k": null}, {"date": "2020-03-18T00:00:00", "time": null, "abbreviation_canton_and_fl": "SO", "ncumul_tested": null, "ncumul_conf": 43.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.oltnertagblatt.ch/solothurn/kanton-solothurn/zivilschuetzer-kontrollieren-wer-in-die-solothurner-spitaeler-rein-will-137174885", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.573973074079226, "ncumul_deceased_10k": null}, {"date": "2020-03-20T00:00:00", "time": "17:37", "abbreviation_canton_and_fl": "SO", "ncumul_tested": null, "ncumul_conf": 66.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://twitter.com/KantonSolothurn/status/1241041303024041989?p=p", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 2.4158656485867187, "ncumul_deceased_10k": null}, {"date": "2020-03-23T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "SO", "ncumul_tested": null, "ncumul_conf": 95.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://corona.so.ch/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 3.477382372965731, "ncumul_deceased_10k": 0.03660402497858665}, {"date": "2020-03-24T00:00:00", "time": "00:00", "abbreviation_canton_and_fl": "SO", "ncumul_tested": null, "ncumul_conf": 104.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://corona.so.ch/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 3.8068185977730113, "ncumul_deceased_10k": 0.03660402497858665}, {"date": "2020-02-26T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 1.0, "ncumul_hosp": 1.0, "ncumul_ICU": 0.0, "ncumul_vent": 1.0, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "TotalPosTests1": null, "ncumul_ICF": 0.0, "ncumul_ICU_intub": 0.0, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.020020821654520703, "ncumul_deceased_10k": null}, {"date": "2020-02-27T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 1.0, "ncumul_hosp": 1.0, "ncumul_ICU": 0.0, "ncumul_vent": 1.0, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "TotalPosTests1": null, "ncumul_ICF": 0.0, "ncumul_ICU_intub": 0.0, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.020020821654520703, "ncumul_deceased_10k": null}, {"date": "2020-02-28T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 3.0, "ncumul_hosp": 2.0, "ncumul_ICU": 0.0, "ncumul_vent": 2.0, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "TotalPosTests1": null, "ncumul_ICF": 0.0, "ncumul_ICU_intub": 0.0, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.06006246496356211, "ncumul_deceased_10k": null}, {"date": "2020-02-29T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 5.0, "ncumul_hosp": 3.0, "ncumul_ICU": 0.0, "ncumul_vent": 3.0, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "TotalPosTests1": null, "ncumul_ICF": 0.0, "ncumul_ICU_intub": 0.0, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.1001041082726035, "ncumul_deceased_10k": null}, {"date": "2020-03-01T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 7.0, "ncumul_hosp": 3.0, "ncumul_ICU": 0.0, "ncumul_vent": 3.0, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "TotalPosTests1": null, "ncumul_ICF": 0.0, "ncumul_ICU_intub": 0.0, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.1401457515816449, "ncumul_deceased_10k": null}, {"date": "2020-03-02T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 7.0, "ncumul_hosp": 3.0, "ncumul_ICU": 0.0, "ncumul_vent": 3.0, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "TotalPosTests1": null, "ncumul_ICF": 0.0, "ncumul_ICU_intub": 0.0, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.1401457515816449, "ncumul_deceased_10k": null}, {"date": "2020-03-03T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 8.0, "ncumul_hosp": 4.0, "ncumul_ICU": 0.0, "ncumul_vent": 4.0, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "TotalPosTests1": null, "ncumul_ICF": 0.0, "ncumul_ICU_intub": 0.0, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.16016657323616562, "ncumul_deceased_10k": null}, {"date": "2020-03-04T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 8.0, "ncumul_hosp": 4.0, "ncumul_ICU": 0.0, "ncumul_vent": 4.0, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "TotalPosTests1": null, "ncumul_ICF": 0.0, "ncumul_ICU_intub": 0.0, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.16016657323616562, "ncumul_deceased_10k": null}, {"date": "2020-03-05T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 11.0, "ncumul_hosp": 5.0, "ncumul_ICU": 0.0, "ncumul_vent": 5.0, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "TotalPosTests1": null, "ncumul_ICF": 0.0, "ncumul_ICU_intub": 0.0, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.22022903819972772, "ncumul_deceased_10k": null}, {"date": "2020-03-06T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 15.0, "ncumul_hosp": 7.0, "ncumul_ICU": 0.0, "ncumul_vent": 7.0, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "TotalPosTests1": null, "ncumul_ICF": 0.0, "ncumul_ICU_intub": 0.0, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.30031232481781056, "ncumul_deceased_10k": null}, {"date": "2020-03-07T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 24.0, "ncumul_hosp": 7.0, "ncumul_ICU": 0.0, "ncumul_vent": 7.0, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "TotalPosTests1": null, "ncumul_ICF": 0.0, "ncumul_ICU_intub": 0.0, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.48049971970849686, "ncumul_deceased_10k": null}, {"date": "2020-03-08T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 32.0, "ncumul_hosp": 9.0, "ncumul_ICU": 0.0, "ncumul_vent": 9.0, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "TotalPosTests1": null, "ncumul_ICF": 0.0, "ncumul_ICU_intub": 0.0, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.6406662929446625, "ncumul_deceased_10k": null}, {"date": "2020-03-09T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 33.0, "ncumul_hosp": 13.0, "ncumul_ICU": 3.0, "ncumul_vent": 10.0, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "TotalPosTests1": null, "ncumul_ICF": 0.0, "ncumul_ICU_intub": 0.0, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.6606871145991832, "ncumul_deceased_10k": 0.020020821654520703}, {"date": "2020-03-10T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 59.0, "ncumul_hosp": 18.0, "ncumul_ICU": 4.0, "ncumul_vent": 14.0, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "TotalPosTests1": null, "ncumul_ICF": 0.0, "ncumul_ICU_intub": 1.0, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.1812284776167212, "ncumul_deceased_10k": 0.040041643309041405}, {"date": "2020-03-11T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 66.0, "ncumul_hosp": 20.0, "ncumul_ICU": 6.0, "ncumul_vent": 14.0, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "TotalPosTests1": null, "ncumul_ICF": 0.0, "ncumul_ICU_intub": 1.0, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.3213742291983663, "ncumul_deceased_10k": 0.040041643309041405}, {"date": "2020-03-12T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 80.0, "ncumul_hosp": 23.0, "ncumul_ICU": 6.0, "ncumul_vent": 17.0, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "TotalPosTests1": null, "ncumul_ICF": 0.0, "ncumul_ICU_intub": 4.0, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.601665732361656, "ncumul_deceased_10k": 0.040041643309041405}, {"date": "2020-03-13T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 104.0, "ncumul_hosp": 33.0, "ncumul_ICU": 7.0, "ncumul_vent": 26.0, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "TotalPosTests1": null, "ncumul_ICF": 0.0, "ncumul_ICU_intub": 4.0, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 2.082165452070153, "ncumul_deceased_10k": 0.040041643309041405}, {"date": "2020-03-14T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 196.0, "ncumul_hosp": 43.0, "ncumul_ICU": 8.0, "ncumul_vent": 33.0, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "TotalPosTests1": null, "ncumul_ICF": 2.0, "ncumul_ICU_intub": 5.0, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 3.9240810442860576, "ncumul_deceased_10k": 0.040041643309041405}, {"date": "2020-03-15T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 281.0, "ncumul_hosp": 46.0, "ncumul_ICU": 12.0, "ncumul_vent": 32.0, "ncumul_released": null, "ncumul_deceased": 4.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "TotalPosTests1": null, "ncumul_ICF": 2.0, "ncumul_ICU_intub": 5.0, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 5.625850884920317, "ncumul_deceased_10k": 0.08008328661808281}, {"date": "2020-03-16T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 373.0, "ncumul_hosp": 66.0, "ncumul_ICU": 10.0, "ncumul_vent": 52.0, "ncumul_released": null, "ncumul_deceased": 4.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "TotalPosTests1": null, "ncumul_ICF": 4.0, "ncumul_ICU_intub": 8.0, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 7.467766477136222, "ncumul_deceased_10k": 0.08008328661808281}, {"date": "2020-03-17T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 495.0, "ncumul_hosp": 75.0, "ncumul_ICU": 19.0, "ncumul_vent": 54.0, "ncumul_released": null, "ncumul_deceased": 4.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "TotalPosTests1": null, "ncumul_ICF": 2.0, "ncumul_ICU_intub": 9.0, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 9.910306718987746, "ncumul_deceased_10k": 0.08008328661808281}, {"date": "2020-03-18T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 629.0, "ncumul_hosp": 78.0, "ncumul_ICU": 20.0, "ncumul_vent": 56.0, "ncumul_released": null, "ncumul_deceased": 5.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "TotalPosTests1": null, "ncumul_ICF": 2.0, "ncumul_ICU_intub": 17.0, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 12.593096820693521, "ncumul_deceased_10k": 0.1001041082726035}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 826.0, "ncumul_hosp": 92.0, "ncumul_ICU": 19.0, "ncumul_vent": 68.0, "ncumul_released": null, "ncumul_deceased": 5.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "TotalPosTests1": null, "ncumul_ICF": 5.0, "ncumul_ICU_intub": 17.0, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 16.5371986866341, "ncumul_deceased_10k": 0.1001041082726035}, {"date": "2020-03-20T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 994.0, "ncumul_hosp": 109.0, "ncumul_ICU": 22.0, "ncumul_vent": 82.0, "ncumul_released": null, "ncumul_deceased": 8.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "TotalPosTests1": null, "ncumul_ICF": 5.0, "ncumul_ICU_intub": 21.0, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 19.90069672459358, "ncumul_deceased_10k": 0.16016657323616562}, {"date": "2020-03-21T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 1128.0, "ncumul_hosp": 145.0, "ncumul_ICU": 25.0, "ncumul_vent": 107.0, "ncumul_released": null, "ncumul_deceased": 10.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "TotalPosTests1": null, "ncumul_ICF": 13.0, "ncumul_ICU_intub": 24.0, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 22.58348682629935, "ncumul_deceased_10k": 0.200208216545207}, {"date": "2020-03-22T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 1203.0, "ncumul_hosp": 179.0, "ncumul_ICU": 36.0, "ncumul_vent": 137.0, "ncumul_released": null, "ncumul_deceased": 9.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "TotalPosTests1": null, "ncumul_ICF": 6.0, "ncumul_ICU_intub": 36.0, "ncumul_deceased_suspect": 4.0, "TotalCured": null, "ncumul_conf_10k": 24.085048450388403, "ncumul_deceased_10k": 0.18018739489068633}, {"date": "2020-03-23T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 1231.0, "ncumul_hosp": 214.0, "ncumul_ICU": 43.0, "ncumul_vent": 160.0, "ncumul_released": null, "ncumul_deceased": 9.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "TotalPosTests1": null, "ncumul_ICF": 11.0, "ncumul_ICU_intub": 41.0, "ncumul_deceased_suspect": 5.0, "TotalCured": null, "ncumul_conf_10k": 24.64563145671498, "ncumul_deceased_10k": 0.18018739489068633}, {"date": "2020-03-16T00:00:00", "time": null, "abbreviation_canton_and_fl": "BE", "ncumul_tested": null, "ncumul_conf": 123.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.1884322067060429, "ncumul_deceased_10k": 0.009662050461024736}, {"date": "2020-03-18T00:00:00", "time": null, "abbreviation_canton_and_fl": "BE", "ncumul_tested": null, "ncumul_conf": 193.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.8647757389777744, "ncumul_deceased_10k": 0.009662050461024736}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "BE", "ncumul_tested": null, "ncumul_conf": 282.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 2.724698230008976, "ncumul_deceased_10k": 0.009662050461024736}, {"date": "2020-03-20T00:00:00", "time": null, "abbreviation_canton_and_fl": "BE", "ncumul_tested": null, "ncumul_conf": 377.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 3.642593023806326, "ncumul_deceased_10k": 0.019324100922049472}, {"date": "2020-03-21T00:00:00", "time": null, "abbreviation_canton_and_fl": "BE", "ncumul_tested": null, "ncumul_conf": 418.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 4.03873709270834, "ncumul_deceased_10k": 0.028986151383074213}, {"date": "2020-03-23T00:00:00", "time": null, "abbreviation_canton_and_fl": "BE", "ncumul_tested": null, "ncumul_conf": 470.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 5.0, "source": "https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 4.541163716681627, "ncumul_deceased_10k": 0.04831025230512369}, {"date": "2020-03-24T00:00:00", "time": null, "abbreviation_canton_and_fl": "BE", "ncumul_tested": null, "ncumul_conf": 532.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 6.0, "source": "https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 5.140210845265161, "ncumul_deceased_10k": 0.057972302766148426}, {"date": "2020-03-12T00:00:00", "time": null, "abbreviation_canton_and_fl": "UR", "ncumul_tested": null, "ncumul_conf": 2.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": null, "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.5489528723959048, "ncumul_deceased_10k": null}, {"date": "2020-03-18T00:00:00", "time": null, "abbreviation_canton_and_fl": "UR", "ncumul_tested": 85.0, "ncumul_conf": 5.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ur.ch/mmdirektionen/63802", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.3723821809897618, "ncumul_deceased_10k": null}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "UR", "ncumul_tested": null, "ncumul_conf": 7.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ur.ch/mmdirektionen/63841", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.9213350533856668, "ncumul_deceased_10k": null}, {"date": "2020-03-20T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "UR", "ncumul_tested": null, "ncumul_conf": 7.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ur.ch/themen/2920", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.9213350533856668, "ncumul_deceased_10k": null}, {"date": "2020-03-21T00:00:00", "time": "08:00", "abbreviation_canton_and_fl": "UR", "ncumul_tested": null, "ncumul_conf": 12.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ur.ch/themen/2920", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 3.293717234375429, "ncumul_deceased_10k": null}, {"date": "2020-03-23T00:00:00", "time": null, "abbreviation_canton_and_fl": "UR", "ncumul_tested": null, "ncumul_conf": 22.0, "ncumul_hosp": 1.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 1.0, "ncumul_deceased": null, "source": "https://www.ur.ch/themen/2920", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 6.038481596354953, "ncumul_deceased_10k": null}, {"date": "2020-03-24T00:00:00", "time": null, "abbreviation_canton_and_fl": "UR", "ncumul_tested": null, "ncumul_conf": 22.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ur.ch/themen/2920", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 6.038481596354953, "ncumul_deceased_10k": null}, {"date": "2020-03-01T00:00:00", "time": null, "abbreviation_canton_and_fl": "FR", "ncumul_tested": 30.0, "ncumul_conf": 1.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.fr.ch/sites/default/files/2020-03/200301_commd_dsas_covid_cas_fr.pdf", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.031376092672427316, "ncumul_deceased_10k": null}, {"date": "2020-03-02T00:00:00", "time": null, "abbreviation_canton_and_fl": "FR", "ncumul_tested": null, "ncumul_conf": 2.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.fr.ch/sites/default/files/2020-03/200302_CommD_DSAS_covid_cas%20FR.pdf", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.06275218534485463, "ncumul_deceased_10k": null}, {"date": "2020-03-04T00:00:00", "time": null, "abbreviation_canton_and_fl": "FR", "ncumul_tested": null, "ncumul_conf": 4.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.fr.ch/sites/default/files/2020-03/200304_CommD_DSAS_covid_cas%20FR.pdf", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.12550437068970927, "ncumul_deceased_10k": null}, {"date": "2020-03-05T00:00:00", "time": null, "abbreviation_canton_and_fl": "FR", "ncumul_tested": null, "ncumul_conf": 6.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.fr.ch/de/covid19/gesundheit/covid-19/coronavirus-entwicklungen-der-situation", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.1882565560345639, "ncumul_deceased_10k": null}, {"date": "2020-03-08T00:00:00", "time": null, "abbreviation_canton_and_fl": "FR", "ncumul_tested": null, "ncumul_conf": 8.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.fr.ch/de/covid19/gesundheit/covid-19/coronavirus-entwicklungen-der-situation", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.25100874137941853, "ncumul_deceased_10k": null}, {"date": "2020-03-09T00:00:00", "time": null, "abbreviation_canton_and_fl": "FR", "ncumul_tested": null, "ncumul_conf": 11.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.fr.ch/de/covid19/gesundheit/covid-19/coronavirus-entwicklungen-der-situation", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.3451370193967005, "ncumul_deceased_10k": null}, {"date": "2020-03-18T00:00:00", "time": "16:00", "abbreviation_canton_and_fl": "LU", "ncumul_tested": null, "ncumul_conf": 65.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://web.archive.org/web/20200318191404/https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.587080674973203, "ncumul_deceased_10k": null}, {"date": "2020-03-20T00:00:00", "time": "09:40", "abbreviation_canton_and_fl": "LU", "ncumul_tested": null, "ncumul_conf": 92.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 2.2463295707313025, "ncumul_deceased_10k": null}, {"date": "2020-03-21T00:00:00", "time": "11:00", "abbreviation_canton_and_fl": "LU", "ncumul_tested": null, "ncumul_conf": 109.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus;https://newsletter.lu.ch/inxmail/html_mail.jsp?params=7UGt4J1Fx6OIONHlV9upAAuOzkQ6ZmQA%2FxRrLjJkeDWZdweUdKfwhAE94i2Apium%2F6rIvcF2Z5MaTtV52A77W2jrwVmrkZ8UhFPVmHC4iuI%3D", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 2.661412208801217, "ncumul_deceased_10k": 0.024416625768818503}, {"date": "2020-03-22T00:00:00", "time": "11:00", "abbreviation_canton_and_fl": "LU", "ncumul_tested": null, "ncumul_conf": 131.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 3.198577975715224, "ncumul_deceased_10k": 0.024416625768818503}, {"date": "2020-03-23T00:00:00", "time": "11:00", "abbreviation_canton_and_fl": "LU", "ncumul_tested": null, "ncumul_conf": 156.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 3.808993619935687, "ncumul_deceased_10k": 0.024416625768818503}, {"date": "2020-03-24T00:00:00", "time": "11:00", "abbreviation_canton_and_fl": "LU", "ncumul_tested": null, "ncumul_conf": 205.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 5.005408282607793, "ncumul_deceased_10k": null}, {"date": "2020-03-01T00:00:00", "time": "17:29", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 1.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.coronavirus.bs.ch/nm/2020-coronavirus-anzahl-der-getesteten-faelle-und-zwischenstand-kita-riehen-gd.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.05134366367846544, "ncumul_deceased_10k": null}, {"date": "2020-03-02T00:00:00", "time": "17:15", "abbreviation_canton_and_fl": "BS", "ncumul_tested": 235.0, "ncumul_conf": 3.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.coronavirus.bs.ch/nm/2020-coronavirus-zwei-neue-positive-faelle-in-basel-stadt-gd.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.15403099103539633, "ncumul_deceased_10k": null}, {"date": "2020-03-03T00:00:00", "time": "17:30", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 3.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://twitter.com/BAG_OFSP_UFSP/status/1234880556095213569?s=20", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.15403099103539633, "ncumul_deceased_10k": null}, {"date": "2020-03-04T00:00:00", "time": "17:20", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 3.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://twitter.com/BAG_OFSP_UFSP/status/1235240377134862336?s=20", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.15403099103539633, "ncumul_deceased_10k": null}, {"date": "2020-03-05T00:00:00", "time": "17:15", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 8.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.coronavirus.bs.ch/nm/2020-coronavirus-fuenf-neue-positive-faelle-in-basel-stadt-gd.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.41074930942772353, "ncumul_deceased_10k": null}, {"date": "2020-03-06T00:00:00", "time": "14:00", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 15.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://twitter.com/BAG_OFSP_UFSP/status/1235934884167852035?s=20", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.7701549551769815, "ncumul_deceased_10k": null}, {"date": "2020-03-07T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 21.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://twitter.com/BAG_OFSP_UFSP/status/1236249864473894914?s=20", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.0782169372477741, "ncumul_deceased_10k": null}, {"date": "2020-03-08T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 24.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://twitter.com/BAG_OFSP_UFSP/status/1236609191831384064?s=20", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.2322479282831706, "ncumul_deceased_10k": null}, {"date": "2020-03-09T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 28.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://twitter.com/BAG_OFSP_UFSP/status/1236973685602426881?s=20", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.4376225829970324, "ncumul_deceased_10k": null}, {"date": "2020-03-10T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 33.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://twitter.com/BAG_OFSP_UFSP/status/1237336196772175873?s=20", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.6943409013893596, "ncumul_deceased_10k": null}, {"date": "2020-03-11T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 37.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://twitter.com/BAG_OFSP_UFSP/status/1237694819419422720?s=20", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.8997155561032215, "ncumul_deceased_10k": null}, {"date": "2020-03-12T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 73.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 4.0, "ncumul_deceased": 1.0, "source": "https://twitter.com/BAG_OFSP_UFSP/status/1238073089902235648?s=20 https://www.coronavirus.bs.ch/nm/2020-coronavirus-ende-der-quarantaenemassnahmen-im-fall-kita-riehen-gd.html https://www.coronavirus.bs.ch/nm/2020-coronavirus-erster-todesfall-im-kanton-basel-stadt-gd.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 3.7480874485279774, "ncumul_deceased_10k": 0.05134366367846544}, {"date": "2020-03-13T00:00:00", "time": "12:30", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 92.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://twitter.com/BAG_OFSP_UFSP/status/1238430659762364417?s=20", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 4.72361705841882, "ncumul_deceased_10k": 0.05134366367846544}, {"date": "2020-03-14T00:00:00", "time": "11:27", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 100.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://twitter.com/BAG_OFSP_UFSP/status/1238773726423941127?s=20", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 5.134366367846544, "ncumul_deceased_10k": 0.05134366367846544}, {"date": "2020-03-16T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 144.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 4.0, "source": "https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-144-bestaetigte-faelle-im-kanton-basel-stadt-gd.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 7.393487569699023, "ncumul_deceased_10k": 0.20537465471386177}, {"date": "2020-03-17T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 165.0, "ncumul_hosp": 30.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 25.0, "ncumul_deceased": 4.0, "source": "https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-165-bestaetigte-faelle-im-kanton-basel-stadt-gd.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 8.471704506946798, "ncumul_deceased_10k": 0.20537465471386177}, {"date": "2020-03-18T00:00:00", "time": "11:15", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 182.0, "ncumul_hosp": 40.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 36.0, "ncumul_deceased": 4.0, "source": "https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-182-bestaetigte-faelle-im-kanton-basel-stadt-treffen-mit-allen-spitaelern-gd.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 9.34454678948071, "ncumul_deceased_10k": 0.20537465471386177}, {"date": "2020-03-19T00:00:00", "time": "11:00", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 222.0, "ncumul_hosp": 40.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 44.0, "ncumul_deceased": 4.0, "source": "https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-222-bestaetigte-faelle-basel-stadt-trifft-gemeinsam-mit-den-spitaelern-vorkehrungen-fuer-intensiv--und-beatmungskapazitaeten-gd.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 11.398293336619327, "ncumul_deceased_10k": 0.20537465471386177}, {"date": "2020-03-20T00:00:00", "time": "10:00", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 272.0, "ncumul_hosp": 45.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 46.0, "ncumul_deceased": 4.0, "source": "https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-272-bestaetigte-faelle-im-kanton-basel-stadt-gd.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 13.9654765205426, "ncumul_deceased_10k": 0.20537465471386177}, {"date": "2020-03-21T00:00:00", "time": "10:00", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 299.0, "ncumul_hosp": 46.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 57.0, "ncumul_deceased": 5.0, "source": "https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-299-bestaetigte-faelle-im-kanton-basel-stadt-gd.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 15.351755439861167, "ncumul_deceased_10k": 0.2567183183923272}, {"date": "2020-03-22T00:00:00", "time": "10:30", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 358.0, "ncumul_hosp": 50.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 73.0, "ncumul_deceased": 5.0, "source": "https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-358-bestaetigte-faelle-im-kanton-basel-stadt-gd.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 18.381031596890626, "ncumul_deceased_10k": 0.2567183183923272}, {"date": "2020-03-23T00:00:00", "time": "10:00", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 376.0, "ncumul_hosp": 56.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 78.0, "ncumul_deceased": 5.0, "source": "https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-376-bestaetigte-faelle-im-kanton-basel-stadt-gd.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 19.305217543103005, "ncumul_deceased_10k": 0.2567183183923272}, {"date": "2020-02-27T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 1.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "TotalPosTests1": 2.0, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.006574760284240037, "ncumul_deceased_10k": null}, {"date": "2020-02-28T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 2.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "TotalPosTests1": 9.0, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.013149520568480073, "ncumul_deceased_10k": null}, {"date": "2020-03-02T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 2.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "TotalPosTests1": 13.0, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.013149520568480073, "ncumul_deceased_10k": null}, {"date": "2020-03-03T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": 400.0, "ncumul_conf": 9.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "TotalPosTests1": 19.0, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.05917284255816033, "ncumul_deceased_10k": null}, {"date": "2020-03-05T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 19.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "TotalPosTests1": 26.0, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.1249204454005607, "ncumul_deceased_10k": null}, {"date": "2020-03-06T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 26.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "TotalPosTests1": 30.0, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.17094376739024095, "ncumul_deceased_10k": null}, {"date": "2020-03-07T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 30.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "TotalPosTests1": 37.0, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.19724280852720108, "ncumul_deceased_10k": null}, {"date": "2020-03-08T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 37.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "TotalPosTests1": 40.0, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.24326613051688137, "ncumul_deceased_10k": null}, {"date": "2020-03-09T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": 855.0, "ncumul_conf": 40.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "TotalPosTests1": 49.0, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.2629904113696015, "ncumul_deceased_10k": null}, {"date": "2020-03-10T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 49.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "TotalPosTests1": 59.0, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": 1.0, "ncumul_conf_10k": 0.3221632539277618, "ncumul_deceased_10k": null}, {"date": "2020-03-11T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 59.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": 7.0, "ncumul_conf_10k": 0.3879108567701622, "ncumul_deceased_10k": null}, {"date": "2020-03-12T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 92.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": 11.0, "ncumul_conf_10k": 0.6048779461500834, "ncumul_deceased_10k": null}, {"date": "2020-03-13T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 140.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.9204664397936051, "ncumul_deceased_10k": null}, {"date": "2020-03-16T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 270.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.7751852767448097, "ncumul_deceased_10k": 0.006574760284240037}, {"date": "2020-03-17T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 294.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.9329795235665708, "ncumul_deceased_10k": null}, {"date": "2020-03-18T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 424.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 2.7876983605177754, "ncumul_deceased_10k": null}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 526.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 3.458323909510259, "ncumul_deceased_10k": 0.01972428085272011}, {"date": "2020-03-20T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 773.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 5.082289699717548, "ncumul_deceased_10k": 0.01972428085272011}, {"date": "2020-03-23T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 1068.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 5.0, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 7.021843983568359, "ncumul_deceased_10k": 0.03287380142120019}, {"date": "2020-03-24T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 1211.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 5.0, "source": "https://twitter.com/gd_zuerich/status/1242375974710370304?s=20", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 7.962034704214685, "ncumul_deceased_10k": 0.03287380142120019}, {"date": "2020-03-19T00:00:00", "time": "16:00", "abbreviation_canton_and_fl": "JU", "ncumul_tested": null, "ncumul_conf": 27.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.jura.ch/fr/Autorites/Coronavirus/Accueil/Coronavirus-Informations-officielles-a-la-population-jurassienne.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 3.677522167286397, "ncumul_deceased_10k": null}, {"date": "2020-03-20T00:00:00", "time": "17:00", "abbreviation_canton_and_fl": "JU", "ncumul_tested": null, "ncumul_conf": 29.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.jura.ch/fr/Autorites/Coronavirus/Accueil/Coronavirus-Informations-officielles-a-la-population-jurassienne.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 3.949931216715019, "ncumul_deceased_10k": null}, {"date": "2020-03-21T00:00:00", "time": "18:00", "abbreviation_canton_and_fl": "JU", "ncumul_tested": null, "ncumul_conf": 49.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.jura.ch/fr/Autorites/Coronavirus/Accueil/Coronavirus-Informations-officielles-a-la-population-jurassienne.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 6.67402171100124, "ncumul_deceased_10k": null}, {"date": "2020-03-22T00:00:00", "time": "17:00", "abbreviation_canton_and_fl": "JU", "ncumul_tested": null, "ncumul_conf": 51.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.jura.ch/fr/Autorites/Coronavirus/Accueil/Coronavirus-Informations-officielles-a-la-population-jurassienne.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 6.946430760429862, "ncumul_deceased_10k": null}, {"date": "2020-03-23T00:00:00", "time": "18:00", "abbreviation_canton_and_fl": "JU", "ncumul_tested": null, "ncumul_conf": 57.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.jura.ch/fr/Autorites/Coronavirus/Accueil/Coronavirus-Informations-officielles-a-la-population-jurassienne.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 7.763657908715728, "ncumul_deceased_10k": null}, {"date": "2020-03-11T00:00:00", "time": null, "abbreviation_canton_and_fl": "NW", "ncumul_tested": null, "ncumul_conf": 4.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.nw.ch/aktuellesinformationen/63359", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.9254332184253754, "ncumul_deceased_10k": null}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "NW", "ncumul_tested": null, "ncumul_conf": 25.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.nw.ch/gesundheitsamtdienste/6044", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 5.783957615158596, "ncumul_deceased_10k": null}, {"date": "2020-03-20T00:00:00", "time": "15:20", "abbreviation_canton_and_fl": "NW", "ncumul_tested": null, "ncumul_conf": 28.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.nw.ch/gesundheitsamtdienste/6044", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 6.478032528977628, "ncumul_deceased_10k": null}, {"date": "2020-03-21T00:00:00", "time": "18:15", "abbreviation_canton_and_fl": "NW", "ncumul_tested": null, "ncumul_conf": 33.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.nw.ch/gesundheitsamtdienste/6044", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 7.634824052009346, "ncumul_deceased_10k": null}, {"date": "2020-03-22T00:00:00", "time": "16:25", "abbreviation_canton_and_fl": "NW", "ncumul_tested": null, "ncumul_conf": 36.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.nw.ch/gesundheitsamtdienste/6044", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 8.32889896582838, "ncumul_deceased_10k": null}, {"date": "2020-03-23T00:00:00", "time": "19:00", "abbreviation_canton_and_fl": "NW", "ncumul_tested": null, "ncumul_conf": 39.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.nw.ch/gesundheitsamtdienste/6044", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 9.02297387964741, "ncumul_deceased_10k": null}, {"date": "2020-03-04T00:00:00", "time": "06:35", "abbreviation_canton_and_fl": "SG", "ncumul_tested": null, "ncumul_conf": 1.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.sg.ch/news/sgch_allgemein/2020/03/erster-bestaetigter-corona-fall-im-kanton-.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.019696787650902013, "ncumul_deceased_10k": null}, {"date": "2020-03-04T00:00:00", "time": "15:38", "abbreviation_canton_and_fl": "SG", "ncumul_tested": null, "ncumul_conf": 2.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.sg.ch/news/sgch_allgemein/2020/03/zweiter-bestaetigter-fall-einer-corona-patientin.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.039393575301804026, "ncumul_deceased_10k": null}, {"date": "2020-03-12T00:00:00", "time": null, "abbreviation_canton_and_fl": "SG", "ncumul_tested": null, "ncumul_conf": 15.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.sg.ch/tools/informationen-coronavirus.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.2954518147635302, "ncumul_deceased_10k": null}, {"date": "2020-03-17T00:00:00", "time": null, "abbreviation_canton_and_fl": "SG", "ncumul_tested": null, "ncumul_conf": 47.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.sg.ch/tools/informationen-coronavirus.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.9257490195923948, "ncumul_deceased_10k": null}, {"date": "2020-03-18T00:00:00", "time": null, "abbreviation_canton_and_fl": "SG", "ncumul_tested": null, "ncumul_conf": 61.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.sg.ch/tools/informationen-coronavirus.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.2015040467050229, "ncumul_deceased_10k": null}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "SG", "ncumul_tested": null, "ncumul_conf": 85.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.sg.ch/tools/informationen-coronavirus.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.6742269503266713, "ncumul_deceased_10k": null}, {"date": "2020-03-20T00:00:00", "time": null, "abbreviation_canton_and_fl": "SG", "ncumul_tested": null, "ncumul_conf": 98.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.sg.ch/tools/informationen-coronavirus.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.9302851897883972, "ncumul_deceased_10k": null}, {"date": "2020-03-23T00:00:00", "time": null, "abbreviation_canton_and_fl": "SG", "ncumul_tested": null, "ncumul_conf": 200.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.sg.ch/tools/informationen-coronavirus.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 3.939357530180403, "ncumul_deceased_10k": 0.019696787650902013}, {"date": "2020-02-28T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 1.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://vs.ch/documents/529400/6767345/2020+02+28+-+Medienmitteilung+-+1.+Fall+Coronavirus+VS.pdf/37c4f942-c5d5-6ab5-64fd-83444de4eba5?t=1582923242156", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.02907357067058191, "ncumul_deceased_10k": null}, {"date": "2020-03-03T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 2.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://vs.ch/documents/529400/6789273/2020+03+03+-+Medienmitteilung+-+Best%C3%A4tigung+2.+Fall.pdf/9e063e45-70a1-682e-fc37-31d9685f71f1?t=1583233390225", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.05814714134116382, "ncumul_deceased_10k": null}, {"date": "2020-03-05T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 3.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=5#collapse6812036", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.08722071201174572, "ncumul_deceased_10k": null}, {"date": "2020-03-06T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 5.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=5#collapse6828733", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.14536785335290953, "ncumul_deceased_10k": null}, {"date": "2020-03-08T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 7.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=4", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.20351499469407336, "ncumul_deceased_10k": null}, {"date": "2020-03-09T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 12.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=4#collapse6846567", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.3488828480469829, "ncumul_deceased_10k": null}, {"date": "2020-03-10T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 18.0, "ncumul_hosp": 4.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 3.0, "ncumul_deceased": null, "source": "https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=3#collapse6858802", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.5233242720704744, "ncumul_deceased_10k": null}, {"date": "2020-03-11T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 22.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=3#collapse6870561", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.6396185547528019, "ncumul_deceased_10k": null}, {"date": "2020-03-13T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 22.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=3#collapse6898881", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.6396185547528019, "ncumul_deceased_10k": 0.02907357067058191}, {"date": "2020-03-17T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 95.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=2#collapse6927494", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 2.7619892137052813, "ncumul_deceased_10k": 0.08722071201174572}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 232.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 4.0, "source": "https://www.vs.ch/de/web/coronavirus#collapse6955818", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 6.745068395575003, "ncumul_deceased_10k": 0.11629428268232764}, {"date": "2020-03-20T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 282.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 5.0, "source": "https://www.vs.ch/de/web/coronavirus", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 8.198746929104098, "ncumul_deceased_10k": 0.14536785335290953}, {"date": "2020-03-21T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 359.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 9.0, "source": "https://www.vs.ch/de/web/coronavirus", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 10.437411870738904, "ncumul_deceased_10k": 0.2616621360352372}, {"date": "2020-03-22T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 432.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 10.0, "source": "https://www.vs.ch/de/web/coronavirus", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 12.559782529691383, "ncumul_deceased_10k": 0.29073570670581905}, {"date": "2020-03-23T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 492.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 12.0, "source": "https://www.vs.ch/de/web/coronavirus", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 14.304196769926298, "ncumul_deceased_10k": 0.3488828480469829}, {"date": "2020-03-16T00:00:00", "time": null, "abbreviation_canton_and_fl": "TG", "ncumul_tested": 246.0, "ncumul_conf": 17.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": null, "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.6148904771550103, "ncumul_deceased_10k": null}, {"date": "2020-03-17T00:00:00", "time": null, "abbreviation_canton_and_fl": "TG", "ncumul_tested": 276.0, "ncumul_conf": 23.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": null, "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.8319106455626609, "ncumul_deceased_10k": null}, {"date": "2020-03-18T00:00:00", "time": null, "abbreviation_canton_and_fl": "TG", "ncumul_tested": null, "ncumul_conf": 32.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.tg.ch/news/fachdossier-coronavirus.html/10552", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.157440898174137, "ncumul_deceased_10k": null}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "TG", "ncumul_tested": null, "ncumul_conf": 36.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.tg.ch/news/fachdossier-coronavirus.html/10552", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.3021210104459042, "ncumul_deceased_10k": null}, {"date": "2020-03-20T00:00:00", "time": null, "abbreviation_canton_and_fl": "TG", "ncumul_tested": null, "ncumul_conf": 49.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.tg.ch/news/fachdossier-coronavirus.html/10552", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.7723313753291472, "ncumul_deceased_10k": null}, {"date": "2020-03-21T00:00:00", "time": null, "abbreviation_canton_and_fl": "TG", "ncumul_tested": null, "ncumul_conf": 56.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.tg.ch/news/fachdossier-coronavirus.html/10552", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 2.02552157180474, "ncumul_deceased_10k": null}, {"date": "2020-03-22T00:00:00", "time": null, "abbreviation_canton_and_fl": "TG", "ncumul_tested": null, "ncumul_conf": 75.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.tg.ch/news/fachdossier-coronavirus.html/10552", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 2.7127521050956336, "ncumul_deceased_10k": null}, {"date": "2020-03-23T00:00:00", "time": null, "abbreviation_canton_and_fl": "TG", "ncumul_tested": null, "ncumul_conf": 81.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.tg.ch/news/fachdossier-coronavirus.html/10552", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 2.9297722735032843, "ncumul_deceased_10k": null}, {"date": "2020-03-24T00:00:00", "time": null, "abbreviation_canton_and_fl": "TG", "ncumul_tested": null, "ncumul_conf": 87.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.tg.ch/news/fachdossier-coronavirus.html/10552", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 3.146792441910935, "ncumul_deceased_10k": null}, {"date": "2020-03-20T00:00:00", "time": "16:00", "abbreviation_canton_and_fl": "NE", "ncumul_tested": null, "ncumul_conf": 159.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 8.990670059372349, "ncumul_deceased_10k": 0.1130901894260673}, {"date": "2020-03-21T00:00:00", "time": "15:30", "abbreviation_canton_and_fl": "NE", "ncumul_tested": null, "ncumul_conf": 177.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 10.008481764206955, "ncumul_deceased_10k": 0.1130901894260673}, {"date": "2020-03-22T00:00:00", "time": "15:00", "abbreviation_canton_and_fl": "NE", "ncumul_tested": null, "ncumul_conf": 188.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 10.630477806050326, "ncumul_deceased_10k": 0.1130901894260673}, {"date": "2020-03-23T00:00:00", "time": "15:00", "abbreviation_canton_and_fl": "NE", "ncumul_tested": null, "ncumul_conf": 204.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 11.535199321458864, "ncumul_deceased_10k": 0.1130901894260673}, {"date": "2020-02-28T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 1.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/neuer-coronavirus-covid-19-erster-bestaetigter-fall-aus-dem-kanton-basel-landschaft", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.03470631516110671, "ncumul_deceased_10k": null}, {"date": "2020-02-29T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 2.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/weiterer-bestaetigter-fall-aus-dem-kanton-basel-landschaft", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.06941263032221343, "ncumul_deceased_10k": null}, {"date": "2020-03-01T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 2.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": null, "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.06941263032221343, "ncumul_deceased_10k": null}, {"date": "2020-03-02T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 2.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": null, "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.06941263032221343, "ncumul_deceased_10k": null}, {"date": "2020-03-03T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 2.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": null, "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.06941263032221343, "ncumul_deceased_10k": null}, {"date": "2020-03-04T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 2.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": null, "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.06941263032221343, "ncumul_deceased_10k": null}, {"date": "2020-03-05T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 6.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/neuer-coronavirus-covid-19-sechs-bestaetigte-faelle-im-kanton-basel-landschaft", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.20823789096664028, "ncumul_deceased_10k": null}, {"date": "2020-03-06T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 6.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": null, "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.20823789096664028, "ncumul_deceased_10k": null}, {"date": "2020-03-07T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 15.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-15-bestaetigte-faelle-in-basel-landschaft", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.5205947274166007, "ncumul_deceased_10k": null}, {"date": "2020-03-08T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 19.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/patient-im-kantonsspital-baselland-stirbt-an-den-folgen-einer-coronavirus-infektion", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.6594199880610276, "ncumul_deceased_10k": 0.03470631516110671}, {"date": "2020-03-09T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 20.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-xx-bestaetigte-faelle-in-basel-landschaft", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.6941263032221343, "ncumul_deceased_10k": 0.03470631516110671}, {"date": "2020-03-10T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 22.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.7635389335443478, "ncumul_deceased_10k": 0.03470631516110671}, {"date": "2020-03-11T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 26.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-26-bestaetigte-faelle-in-basel-landschaft-1", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.9023641941887746, "ncumul_deceased_10k": 0.06941263032221343}, {"date": "2020-03-12T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 26.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": null, "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.9023641941887746, "ncumul_deceased_10k": 0.06941263032221343}, {"date": "2020-03-13T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 42.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-26-bestaetigte-faelle-in-basel-landschaft-2", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.4576652367664822, "ncumul_deceased_10k": 0.06941263032221343}, {"date": "2020-03-14T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 47.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-47-bestaetigte-faelle-in-basel-landschaft", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.6311968125720158, "ncumul_deceased_10k": 0.06941263032221343}, {"date": "2020-03-15T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 54.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-54-bestaetigte-faelle-in-basel-landschaft", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.8741410186997627, "ncumul_deceased_10k": 0.06941263032221343}, {"date": "2020-03-16T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 76.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-67-bestaetigte-faelle-in-basel-landschaft", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 2.6376799522441106, "ncumul_deceased_10k": 0.06941263032221343}, {"date": "2020-03-17T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 89.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-89-bestaetigte-faelle-in-basel-landschaft", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 3.0888620493384975, "ncumul_deceased_10k": 0.06941263032221343}, {"date": "2020-03-18T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 116.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-116-bestaetigte-faelle-in-basel-landschaft", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 4.025932558688379, "ncumul_deceased_10k": 0.06941263032221343}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 134.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-131-bestaetigte-faelle-in-basel-landschaft", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 4.6506462315883, "ncumul_deceased_10k": 0.06941263032221343}, {"date": "2020-03-20T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 184.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-170-bestaetigte-faelle-in-basel-landschaft", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 6.385961989643636, "ncumul_deceased_10k": 0.10411894548332014}, {"date": "2020-03-21T00:00:00", "time": "14:00", "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 282.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-282-bestaetigte-faelle-in-basel-landschaft", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 9.787180875432094, "ncumul_deceased_10k": 0.10411894548332014}, {"date": "2020-03-22T00:00:00", "time": "14:00", "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 289.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-289-bestaetigte-faelle-in-basel-landschaft", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 10.03012508155984, "ncumul_deceased_10k": 0.10411894548332014}, {"date": "2020-03-23T00:00:00", "time": "14:00", "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 302.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-289-bestaetigte-faelle-in-basel-landschaft-1", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 10.481307178654227, "ncumul_deceased_10k": 0.10411894548332014}, {"date": "2020-03-18T00:00:00", "time": null, "abbreviation_canton_and_fl": "GR", "ncumul_tested": null, "ncumul_conf": 116.0, "ncumul_hosp": 13.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 5.847393121247713, "ncumul_deceased_10k": 0.05040856139006649}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "GR", "ncumul_tested": null, "ncumul_conf": 145.0, "ncumul_hosp": 18.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 7.309241401559641, "ncumul_deceased_10k": 0.05040856139006649}, {"date": "2020-03-20T00:00:00", "time": null, "abbreviation_canton_and_fl": "GR", "ncumul_tested": null, "ncumul_conf": 213.0, "ncumul_hosp": 24.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 10.73702357608416, "ncumul_deceased_10k": 0.15122568417019946}, {"date": "2020-03-21T00:00:00", "time": null, "abbreviation_canton_and_fl": "GR", "ncumul_tested": null, "ncumul_conf": 239.0, "ncumul_hosp": 24.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 12.04764617222589, "ncumul_deceased_10k": 0.15122568417019946}, {"date": "2020-03-22T00:00:00", "time": null, "abbreviation_canton_and_fl": "GR", "ncumul_tested": null, "ncumul_conf": 266.0, "ncumul_hosp": 27.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 6.0, "source": "https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 13.408677329757685, "ncumul_deceased_10k": 0.30245136834039893}, {"date": "2020-03-24T00:00:00", "time": null, "abbreviation_canton_and_fl": "GR", "ncumul_tested": null, "ncumul_conf": 276.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 6.0, "source": "https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 13.912762943658352, "ncumul_deceased_10k": 0.30245136834039893}, {"date": "2020-03-14T00:00:00", "time": null, "abbreviation_canton_and_fl": "AI", "ncumul_tested": null, "ncumul_conf": 2.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ai.ch/themen/gesundheit-alter-und-soziales/gesundheitsfoerderung-und-praevention/aktuelles/erste-bestaetigte-coronavirus-faelle-auch-in-innerrhoden", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.36209581055147194, "ncumul_deceased_10k": null}, {"date": "2020-03-16T00:00:00", "time": null, "abbreviation_canton_and_fl": "AI", "ncumul_tested": null, "ncumul_conf": 4.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "Kantonaler F\u00fchrungsstab Appenzell Innerrhoden", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.7241916211029439, "ncumul_deceased_10k": null}, {"date": "2020-03-17T00:00:00", "time": null, "abbreviation_canton_and_fl": "AI", "ncumul_tested": null, "ncumul_conf": 5.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "Kantonaler F\u00fchrungsstab Appenzell Innerrhoden", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.9052395263786798, "ncumul_deceased_10k": null}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "AI", "ncumul_tested": null, "ncumul_conf": 6.0, "ncumul_hosp": 1.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "Kantonaler F\u00fchrungsstab Appenzell Innerrhoden", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.0862874316544158, "ncumul_deceased_10k": null}, {"date": "2020-03-17T00:00:00", "time": null, "abbreviation_canton_and_fl": "GL", "ncumul_tested": null, "ncumul_conf": 10.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.suedostschweiz.ch/ereignisse/2020-03-20/die-zahl-der-corona-faelle-im-glarnerland-steigt-stark-an", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 2.4750637328911216, "ncumul_deceased_10k": null}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "GL", "ncumul_tested": null, "ncumul_conf": 17.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.suedostschweiz.ch/ereignisse/2020-03-20/die-zahl-der-corona-faelle-im-glarnerland-steigt-stark-an", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 4.207608345914908, "ncumul_deceased_10k": null}, {"date": "2020-03-22T00:00:00", "time": "13:30", "abbreviation_canton_and_fl": "GL", "ncumul_tested": null, "ncumul_conf": 31.0, "ncumul_hosp": 3.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.gl.ch/verwaltung/finanzen-und-gesundheit/gesundheit/coronavirus.html/4817#Fallzahlen", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 7.672697571962478, "ncumul_deceased_10k": null}]}}; + var spec = {"config": {"view": {"continuousWidth": 400, "continuousHeight": 300}, "title": {"anchor": "middle"}}, "hconcat": [{"mark": "line", "encoding": {"color": {"type": "nominal", "field": "abbreviation_canton_and_fl", "legend": {"title": "Canton"}}, "opacity": {"condition": {"value": 1, "selection": "selector001"}, "value": 0.2}, "tooltip": [{"type": "nominal", "field": "abbreviation_canton_and_fl", "title": "Canton"}, {"type": "quantitative", "field": "ncumul_conf", "title": "Cases"}, {"type": "temporal", "field": "date", "title": "Date"}], "x": {"type": "temporal", "field": "date", "title": "Date"}, "y": {"type": "quantitative", "field": "ncumul_conf", "scale": {"type": "linear"}, "title": "Cases"}}, "selection": {"selector001": {"type": "multi", "fields": ["abbreviation_canton_and_fl"], "bind": "legend"}}}, {"mark": "line", "encoding": {"color": {"type": "nominal", "field": "abbreviation_canton_and_fl", "legend": {"title": "Canton"}}, "opacity": {"condition": {"value": 1, "selection": "selector002"}, "value": 0.2}, "tooltip": [{"type": "nominal", "field": "abbreviation_canton_and_fl", "title": "Canton"}, {"type": "quantitative", "field": "ncumul_conf_100k", "title": "Cases/100k"}, {"type": "temporal", "field": "date", "title": "Date"}], "x": {"type": "temporal", "field": "date", "title": "Date"}, "y": {"type": "quantitative", "field": "ncumul_conf_100k", "scale": {"type": "linear"}, "title": "Cases per 100k population"}}, "selection": {"selector002": {"type": "multi", "fields": ["abbreviation_canton_and_fl"], "bind": "legend"}}}], "data": {"name": "data-aafcdb8d7b91cd0d5efa094b7903df68"}, "title": "Covid-19 cases in Switzerland by Canton", "$schema": "https://vega.github.io/schema/vega-lite/v4.0.2.json", "datasets": {"data-aafcdb8d7b91cd0d5efa094b7903df68": [{"date": "2020-02-28T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 1.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://vs.ch/documents/529400/6767345/2020+02+28+-+Medienmitteilung+-+1.+Fall+Coronavirus+VS.pdf/37c4f942-c5d5-6ab5-64fd-83444de4eba5?t=1582923242156", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 0.2907357067058191, "ncumul_deceased_100k": null}, {"date": "2020-03-03T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 2.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://vs.ch/documents/529400/6789273/2020+03+03+-+Medienmitteilung+-+Best%C3%A4tigung+2.+Fall.pdf/9e063e45-70a1-682e-fc37-31d9685f71f1?t=1583233390225", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 0.5814714134116382, "ncumul_deceased_100k": null}, {"date": "2020-03-05T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 3.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=5#collapse6812036", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 0.8722071201174572, "ncumul_deceased_100k": null}, {"date": "2020-03-06T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 5.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=5#collapse6828733", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 1.4536785335290954, "ncumul_deceased_100k": null}, {"date": "2020-03-08T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 7.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=4", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 2.0351499469407335, "ncumul_deceased_100k": null}, {"date": "2020-03-09T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 12.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=4#collapse6846567", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 3.4888284804698286, "ncumul_deceased_100k": null}, {"date": "2020-03-10T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 18.0, "ncumul_hosp": 4.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 3.0, "ncumul_deceased": null, "source": "https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=3#collapse6858802", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 5.233242720704744, "ncumul_deceased_100k": null}, {"date": "2020-03-11T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 22.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=3#collapse6870561", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 6.396185547528019, "ncumul_deceased_100k": null}, {"date": "2020-03-13T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 22.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=3#collapse6898881", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 6.396185547528019, "ncumul_deceased_100k": 0.2907357067058191}, {"date": "2020-03-17T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 95.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=2#collapse6927494", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 27.619892137052812, "ncumul_deceased_100k": 0.8722071201174572}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 232.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 4.0, "source": "https://www.vs.ch/de/web/coronavirus#collapse6955818", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 67.45068395575002, "ncumul_deceased_100k": 1.1629428268232764}, {"date": "2020-03-20T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 282.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 5.0, "source": "https://www.vs.ch/de/web/coronavirus", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 81.98746929104098, "ncumul_deceased_100k": 1.4536785335290954}, {"date": "2020-03-21T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 359.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 9.0, "source": "https://www.vs.ch/de/web/coronavirus", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 104.37411870738904, "ncumul_deceased_100k": 2.616621360352372}, {"date": "2020-03-22T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 432.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 10.0, "source": "https://www.vs.ch/de/web/coronavirus", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 125.59782529691383, "ncumul_deceased_100k": 2.9073570670581907}, {"date": "2020-03-23T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 492.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 12.0, "source": "https://www.vs.ch/de/web/coronavirus", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 143.04196769926298, "ncumul_deceased_100k": 3.4888284804698286}, {"date": "2020-03-24T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 544.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 13.0, "source": "https://www.vs.ch/de/web/coronavirus", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 158.1602244479656, "ncumul_deceased_100k": 3.7795641871756476}, {"date": "2020-03-18T00:00:00", "time": null, "abbreviation_canton_and_fl": "GR", "ncumul_tested": null, "ncumul_conf": 116.0, "ncumul_hosp": 13.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 58.473931212477126, "ncumul_deceased_100k": 0.5040856139006649}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "GR", "ncumul_tested": null, "ncumul_conf": 145.0, "ncumul_hosp": 18.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 73.0924140155964, "ncumul_deceased_100k": 0.5040856139006649}, {"date": "2020-03-20T00:00:00", "time": null, "abbreviation_canton_and_fl": "GR", "ncumul_tested": null, "ncumul_conf": 213.0, "ncumul_hosp": 24.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 107.37023576084161, "ncumul_deceased_100k": 1.5122568417019946}, {"date": "2020-03-21T00:00:00", "time": null, "abbreviation_canton_and_fl": "GR", "ncumul_tested": null, "ncumul_conf": 239.0, "ncumul_hosp": 24.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 120.4764617222589, "ncumul_deceased_100k": 1.5122568417019946}, {"date": "2020-03-22T00:00:00", "time": null, "abbreviation_canton_and_fl": "GR", "ncumul_tested": null, "ncumul_conf": 266.0, "ncumul_hosp": 27.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 6.0, "source": "https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 134.08677329757685, "ncumul_deceased_100k": 3.024513683403989}, {"date": "2020-03-24T00:00:00", "time": null, "abbreviation_canton_and_fl": "GR", "ncumul_tested": null, "ncumul_conf": 276.0, "ncumul_hosp": 29.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 6.0, "source": "https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 139.12762943658353, "ncumul_deceased_100k": 3.024513683403989}, {"date": "2020-03-16T00:00:00", "time": null, "abbreviation_canton_and_fl": "BE", "ncumul_tested": null, "ncumul_conf": 123.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 11.884322067060427, "ncumul_deceased_100k": 0.09662050461024736}, {"date": "2020-03-18T00:00:00", "time": null, "abbreviation_canton_and_fl": "BE", "ncumul_tested": null, "ncumul_conf": 193.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 18.647757389777745, "ncumul_deceased_100k": 0.09662050461024736}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "BE", "ncumul_tested": null, "ncumul_conf": 282.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 27.24698230008976, "ncumul_deceased_100k": 0.09662050461024736}, {"date": "2020-03-20T00:00:00", "time": null, "abbreviation_canton_and_fl": "BE", "ncumul_tested": null, "ncumul_conf": 377.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 36.42593023806326, "ncumul_deceased_100k": 0.19324100922049472}, {"date": "2020-03-21T00:00:00", "time": null, "abbreviation_canton_and_fl": "BE", "ncumul_tested": null, "ncumul_conf": 418.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 40.3873709270834, "ncumul_deceased_100k": 0.28986151383074216}, {"date": "2020-03-23T00:00:00", "time": null, "abbreviation_canton_and_fl": "BE", "ncumul_tested": null, "ncumul_conf": 470.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 5.0, "source": "https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 45.41163716681627, "ncumul_deceased_100k": 0.48310252305123685}, {"date": "2020-03-24T00:00:00", "time": null, "abbreviation_canton_and_fl": "BE", "ncumul_tested": null, "ncumul_conf": 532.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 6.0, "source": "https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 51.4021084526516, "ncumul_deceased_100k": 0.5797230276614843}, {"date": "2020-03-25T00:00:00", "time": null, "abbreviation_canton_and_fl": "BE", "ncumul_tested": null, "ncumul_conf": 624.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 6.0, "source": "https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 60.29119487679437, "ncumul_deceased_100k": 0.5797230276614843}, {"date": "2020-03-14T00:00:00", "time": null, "abbreviation_canton_and_fl": "AI", "ncumul_tested": null, "ncumul_conf": 2.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ai.ch/themen/gesundheit-alter-und-soziales/gesundheitsfoerderung-und-praevention/aktuelles/erste-bestaetigte-coronavirus-faelle-auch-in-innerrhoden", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 3.620958105514719, "ncumul_deceased_100k": null}, {"date": "2020-03-16T00:00:00", "time": null, "abbreviation_canton_and_fl": "AI", "ncumul_tested": null, "ncumul_conf": 4.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "Kantonaler F\u00fchrungsstab Appenzell Innerrhoden", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 7.241916211029438, "ncumul_deceased_100k": null}, {"date": "2020-03-17T00:00:00", "time": null, "abbreviation_canton_and_fl": "AI", "ncumul_tested": null, "ncumul_conf": 5.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "Kantonaler F\u00fchrungsstab Appenzell Innerrhoden", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 9.052395263786797, "ncumul_deceased_100k": null}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "AI", "ncumul_tested": null, "ncumul_conf": 6.0, "ncumul_hosp": 1.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "Kantonaler F\u00fchrungsstab Appenzell Innerrhoden", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 10.862874316544158, "ncumul_deceased_100k": null}, {"date": "2020-03-24T00:00:00", "time": "10:00", "abbreviation_canton_and_fl": "AI", "ncumul_tested": null, "ncumul_conf": 8.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ai.ch/themen/gesundheit-alter-und-soziales/gesundheitsfoerderung-und-praevention/uebertragbare-krankheiten/coronavirus", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 14.483832422058876, "ncumul_deceased_100k": null}, {"date": "2020-02-28T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 1.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/neuer-coronavirus-covid-19-erster-bestaetigter-fall-aus-dem-kanton-basel-landschaft", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 0.34706315161106716, "ncumul_deceased_100k": null}, {"date": "2020-02-29T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 2.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/weiterer-bestaetigter-fall-aus-dem-kanton-basel-landschaft", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 0.6941263032221343, "ncumul_deceased_100k": null}, {"date": "2020-03-01T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 2.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 0.6941263032221343, "ncumul_deceased_100k": null}, {"date": "2020-03-02T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 2.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 0.6941263032221343, "ncumul_deceased_100k": null}, {"date": "2020-03-03T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 2.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 0.6941263032221343, "ncumul_deceased_100k": null}, {"date": "2020-03-04T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 2.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 0.6941263032221343, "ncumul_deceased_100k": null}, {"date": "2020-03-05T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 6.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/neuer-coronavirus-covid-19-sechs-bestaetigte-faelle-im-kanton-basel-landschaft", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 2.082378909666403, "ncumul_deceased_100k": null}, {"date": "2020-03-06T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 6.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 2.082378909666403, "ncumul_deceased_100k": null}, {"date": "2020-03-07T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 15.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-15-bestaetigte-faelle-in-basel-landschaft", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 5.205947274166007, "ncumul_deceased_100k": null}, {"date": "2020-03-08T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 19.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/patient-im-kantonsspital-baselland-stirbt-an-den-folgen-einer-coronavirus-infektion", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 6.594199880610277, "ncumul_deceased_100k": 0.34706315161106716}, {"date": "2020-03-09T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 20.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-xx-bestaetigte-faelle-in-basel-landschaft", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 6.941263032221343, "ncumul_deceased_100k": 0.34706315161106716}, {"date": "2020-03-10T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 22.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 7.635389335443477, "ncumul_deceased_100k": 0.34706315161106716}, {"date": "2020-03-11T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 26.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-26-bestaetigte-faelle-in-basel-landschaft-1", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 9.023641941887746, "ncumul_deceased_100k": 0.6941263032221343}, {"date": "2020-03-12T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 26.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 9.023641941887746, "ncumul_deceased_100k": 0.6941263032221343}, {"date": "2020-03-13T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 42.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-26-bestaetigte-faelle-in-basel-landschaft-2", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 14.576652367664822, "ncumul_deceased_100k": 0.6941263032221343}, {"date": "2020-03-14T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 47.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-47-bestaetigte-faelle-in-basel-landschaft", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 16.311968125720156, "ncumul_deceased_100k": 0.6941263032221343}, {"date": "2020-03-15T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 54.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-54-bestaetigte-faelle-in-basel-landschaft", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 18.741410186997626, "ncumul_deceased_100k": 0.6941263032221343}, {"date": "2020-03-16T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 76.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-67-bestaetigte-faelle-in-basel-landschaft", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 26.376799522441107, "ncumul_deceased_100k": 0.6941263032221343}, {"date": "2020-03-17T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 89.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-89-bestaetigte-faelle-in-basel-landschaft", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 30.888620493384977, "ncumul_deceased_100k": 0.6941263032221343}, {"date": "2020-03-18T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 116.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-116-bestaetigte-faelle-in-basel-landschaft", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 40.25932558688379, "ncumul_deceased_100k": 0.6941263032221343}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 134.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-131-bestaetigte-faelle-in-basel-landschaft", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 46.506462315883, "ncumul_deceased_100k": 0.6941263032221343}, {"date": "2020-03-20T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 184.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-170-bestaetigte-faelle-in-basel-landschaft", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 63.859619896436364, "ncumul_deceased_100k": 1.0411894548332015}, {"date": "2020-03-21T00:00:00", "time": "14:00", "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 282.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-282-bestaetigte-faelle-in-basel-landschaft", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 97.87180875432094, "ncumul_deceased_100k": 1.0411894548332015}, {"date": "2020-03-22T00:00:00", "time": "14:00", "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 289.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-289-bestaetigte-faelle-in-basel-landschaft", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 100.30125081559841, "ncumul_deceased_100k": 1.0411894548332015}, {"date": "2020-03-23T00:00:00", "time": "14:00", "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 302.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-289-bestaetigte-faelle-in-basel-landschaft-1", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 104.81307178654227, "ncumul_deceased_100k": 1.0411894548332015}, {"date": "2020-03-24T00:00:00", "time": "15:30", "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 306.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 4.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/amt-fur-gesundheit/medizinische-dienste/kantonsarztlicher-dienst/aktuelles/covid-19-faelle-kanton-basel-landschaft", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 106.20132439298655, "ncumul_deceased_100k": 1.3882526064442686}, {"date": "2020-03-06T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "SO", "ncumul_tested": null, "ncumul_conf": 1.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://so.ch/startseite/aktuell/news/erster-laborbestaetigter-covid-19-fall-im-kanton-solothurn/?tx_news_pi1%5Bcontroller%5D=News&tx_news_pi1%5Baction%5D=detail&cHash=3074bbdc8f0fcdcb9f1e11a21fc05e73", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 0.36604024978586647, "ncumul_deceased_100k": null}, {"date": "2020-03-18T00:00:00", "time": null, "abbreviation_canton_and_fl": "SO", "ncumul_tested": null, "ncumul_conf": 43.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.oltnertagblatt.ch/solothurn/kanton-solothurn/zivilschuetzer-kontrollieren-wer-in-die-solothurner-spitaeler-rein-will-137174885", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 15.73973074079226, "ncumul_deceased_100k": null}, {"date": "2020-03-20T00:00:00", "time": "17:37", "abbreviation_canton_and_fl": "SO", "ncumul_tested": null, "ncumul_conf": 66.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://twitter.com/KantonSolothurn/status/1241041303024041989?p=p", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 24.158656485867187, "ncumul_deceased_100k": null}, {"date": "2020-03-23T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "SO", "ncumul_tested": null, "ncumul_conf": 95.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://corona.so.ch/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 34.77382372965731, "ncumul_deceased_100k": 0.36604024978586647}, {"date": "2020-03-24T00:00:00", "time": "00:00", "abbreviation_canton_and_fl": "SO", "ncumul_tested": null, "ncumul_conf": 104.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://corona.so.ch/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 38.06818597773011, "ncumul_deceased_100k": 0.36604024978586647}, {"date": "2020-03-25T00:00:00", "time": "00:00", "abbreviation_canton_and_fl": "SO", "ncumul_tested": null, "ncumul_conf": 129.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://corona.so.ch/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 47.219192222376776, "ncumul_deceased_100k": 0.36604024978586647}, {"date": "2020-03-04T00:00:00", "time": "06:35", "abbreviation_canton_and_fl": "SG", "ncumul_tested": null, "ncumul_conf": 1.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.sg.ch/news/sgch_allgemein/2020/03/erster-bestaetigter-corona-fall-im-kanton-.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 0.19696787650902012, "ncumul_deceased_100k": null}, {"date": "2020-03-06T00:00:00", "time": "15:38", "abbreviation_canton_and_fl": "SG", "ncumul_tested": null, "ncumul_conf": 2.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.sg.ch/news/sgch_allgemein/2020/03/zweiter-bestaetigter-fall-einer-corona-patientin.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 0.39393575301804024, "ncumul_deceased_100k": null}, {"date": "2020-03-12T00:00:00", "time": null, "abbreviation_canton_and_fl": "SG", "ncumul_tested": null, "ncumul_conf": 15.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.sg.ch/tools/informationen-coronavirus.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 2.954518147635302, "ncumul_deceased_100k": null}, {"date": "2020-03-17T00:00:00", "time": null, "abbreviation_canton_and_fl": "SG", "ncumul_tested": null, "ncumul_conf": 47.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.sg.ch/tools/informationen-coronavirus.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 9.257490195923948, "ncumul_deceased_100k": null}, {"date": "2020-03-18T00:00:00", "time": null, "abbreviation_canton_and_fl": "SG", "ncumul_tested": null, "ncumul_conf": 61.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.sg.ch/tools/informationen-coronavirus.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 12.015040467050229, "ncumul_deceased_100k": null}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "SG", "ncumul_tested": null, "ncumul_conf": 85.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.sg.ch/tools/informationen-coronavirus.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 16.742269503266712, "ncumul_deceased_100k": null}, {"date": "2020-03-20T00:00:00", "time": null, "abbreviation_canton_and_fl": "SG", "ncumul_tested": null, "ncumul_conf": 98.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.sg.ch/tools/informationen-coronavirus.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 19.302851897883972, "ncumul_deceased_100k": null}, {"date": "2020-03-23T00:00:00", "time": null, "abbreviation_canton_and_fl": "SG", "ncumul_tested": null, "ncumul_conf": 200.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.sg.ch/tools/informationen-coronavirus.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 39.39357530180403, "ncumul_deceased_100k": 0.19696787650902012}, {"date": "2020-03-20T00:00:00", "time": "16:00", "abbreviation_canton_and_fl": "NE", "ncumul_tested": null, "ncumul_conf": 159.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 89.90670059372349, "ncumul_deceased_100k": 1.130901894260673}, {"date": "2020-03-21T00:00:00", "time": "15:30", "abbreviation_canton_and_fl": "NE", "ncumul_tested": null, "ncumul_conf": 177.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 100.08481764206955, "ncumul_deceased_100k": 1.130901894260673}, {"date": "2020-03-22T00:00:00", "time": "15:00", "abbreviation_canton_and_fl": "NE", "ncumul_tested": null, "ncumul_conf": 188.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 106.30477806050325, "ncumul_deceased_100k": 1.130901894260673}, {"date": "2020-03-23T00:00:00", "time": "15:00", "abbreviation_canton_and_fl": "NE", "ncumul_tested": null, "ncumul_conf": 204.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 115.35199321458863, "ncumul_deceased_100k": 1.130901894260673}, {"date": "2020-03-24T00:00:00", "time": "15:00", "abbreviation_canton_and_fl": "NE", "ncumul_tested": null, "ncumul_conf": 230.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 130.05371783997737, "ncumul_deceased_100k": 1.130901894260673}, {"date": "2020-03-18T00:00:00", "time": "16:00", "abbreviation_canton_and_fl": "LU", "ncumul_tested": null, "ncumul_conf": 65.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://web.archive.org/web/20200318191404/https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 15.87080674973203, "ncumul_deceased_100k": null}, {"date": "2020-03-20T00:00:00", "time": "09:40", "abbreviation_canton_and_fl": "LU", "ncumul_tested": null, "ncumul_conf": 92.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 22.463295707313026, "ncumul_deceased_100k": null}, {"date": "2020-03-21T00:00:00", "time": "11:00", "abbreviation_canton_and_fl": "LU", "ncumul_tested": null, "ncumul_conf": 109.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus;https://newsletter.lu.ch/inxmail/html_mail.jsp?params=7UGt4J1Fx6OIONHlV9upAAuOzkQ6ZmQA%2FxRrLjJkeDWZdweUdKfwhAE94i2Apium%2F6rIvcF2Z5MaTtV52A77W2jrwVmrkZ8UhFPVmHC4iuI%3D", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 26.61412208801217, "ncumul_deceased_100k": 0.24416625768818503}, {"date": "2020-03-22T00:00:00", "time": "11:00", "abbreviation_canton_and_fl": "LU", "ncumul_tested": null, "ncumul_conf": 131.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 31.98577975715224, "ncumul_deceased_100k": 0.24416625768818503}, {"date": "2020-03-23T00:00:00", "time": "11:00", "abbreviation_canton_and_fl": "LU", "ncumul_tested": null, "ncumul_conf": 156.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 38.08993619935686, "ncumul_deceased_100k": 0.24416625768818503}, {"date": "2020-03-24T00:00:00", "time": "11:00", "abbreviation_canton_and_fl": "LU", "ncumul_tested": null, "ncumul_conf": 205.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 50.05408282607794, "ncumul_deceased_100k": 0.48833251537637007}, {"date": "2020-03-01T00:00:00", "time": "17:29", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 1.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.coronavirus.bs.ch/nm/2020-coronavirus-anzahl-der-getesteten-faelle-und-zwischenstand-kita-riehen-gd.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 0.5134366367846545, "ncumul_deceased_100k": null}, {"date": "2020-03-02T00:00:00", "time": "17:15", "abbreviation_canton_and_fl": "BS", "ncumul_tested": 235.0, "ncumul_conf": 3.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.coronavirus.bs.ch/nm/2020-coronavirus-zwei-neue-positive-faelle-in-basel-stadt-gd.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 1.5403099103539633, "ncumul_deceased_100k": null}, {"date": "2020-03-03T00:00:00", "time": "17:30", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 3.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://twitter.com/BAG_OFSP_UFSP/status/1234880556095213569?s=20", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 1.5403099103539633, "ncumul_deceased_100k": null}, {"date": "2020-03-04T00:00:00", "time": "17:20", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 3.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://twitter.com/BAG_OFSP_UFSP/status/1235240377134862336?s=20", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 1.5403099103539633, "ncumul_deceased_100k": null}, {"date": "2020-03-05T00:00:00", "time": "17:15", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 8.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.coronavirus.bs.ch/nm/2020-coronavirus-fuenf-neue-positive-faelle-in-basel-stadt-gd.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 4.107493094277236, "ncumul_deceased_100k": null}, {"date": "2020-03-06T00:00:00", "time": "14:00", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 15.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://twitter.com/BAG_OFSP_UFSP/status/1235934884167852035?s=20", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 7.701549551769816, "ncumul_deceased_100k": null}, {"date": "2020-03-07T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 21.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://twitter.com/BAG_OFSP_UFSP/status/1236249864473894914?s=20", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 10.782169372477743, "ncumul_deceased_100k": null}, {"date": "2020-03-08T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 24.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://twitter.com/BAG_OFSP_UFSP/status/1236609191831384064?s=20", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 12.322479282831706, "ncumul_deceased_100k": null}, {"date": "2020-03-09T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 28.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://twitter.com/BAG_OFSP_UFSP/status/1236973685602426881?s=20", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 14.376225829970323, "ncumul_deceased_100k": null}, {"date": "2020-03-10T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 33.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://twitter.com/BAG_OFSP_UFSP/status/1237336196772175873?s=20", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 16.943409013893596, "ncumul_deceased_100k": null}, {"date": "2020-03-11T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 37.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://twitter.com/BAG_OFSP_UFSP/status/1237694819419422720?s=20", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 18.997155561032216, "ncumul_deceased_100k": null}, {"date": "2020-03-12T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 73.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 4.0, "ncumul_deceased": 1.0, "source": "https://twitter.com/BAG_OFSP_UFSP/status/1238073089902235648?s=20 https://www.coronavirus.bs.ch/nm/2020-coronavirus-ende-der-quarantaenemassnahmen-im-fall-kita-riehen-gd.html https://www.coronavirus.bs.ch/nm/2020-coronavirus-erster-todesfall-im-kanton-basel-stadt-gd.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 37.48087448527977, "ncumul_deceased_100k": 0.5134366367846545}, {"date": "2020-03-13T00:00:00", "time": "12:30", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 92.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://twitter.com/BAG_OFSP_UFSP/status/1238430659762364417?s=20", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 47.2361705841882, "ncumul_deceased_100k": 0.5134366367846545}, {"date": "2020-03-14T00:00:00", "time": "11:27", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 100.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://twitter.com/BAG_OFSP_UFSP/status/1238773726423941127?s=20", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 51.34366367846545, "ncumul_deceased_100k": 0.5134366367846545}, {"date": "2020-03-16T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 144.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 4.0, "source": "https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-144-bestaetigte-faelle-im-kanton-basel-stadt-gd.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 73.93487569699023, "ncumul_deceased_100k": 2.053746547138618}, {"date": "2020-03-17T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 165.0, "ncumul_hosp": 30.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 25.0, "ncumul_deceased": 4.0, "source": "https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-165-bestaetigte-faelle-im-kanton-basel-stadt-gd.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 84.71704506946797, "ncumul_deceased_100k": 2.053746547138618}, {"date": "2020-03-18T00:00:00", "time": "11:15", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 182.0, "ncumul_hosp": 40.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 36.0, "ncumul_deceased": 4.0, "source": "https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-182-bestaetigte-faelle-im-kanton-basel-stadt-treffen-mit-allen-spitaelern-gd.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 93.4454678948071, "ncumul_deceased_100k": 2.053746547138618}, {"date": "2020-03-19T00:00:00", "time": "11:00", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 222.0, "ncumul_hosp": 40.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 44.0, "ncumul_deceased": 4.0, "source": "https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-222-bestaetigte-faelle-basel-stadt-trifft-gemeinsam-mit-den-spitaelern-vorkehrungen-fuer-intensiv--und-beatmungskapazitaeten-gd.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 113.98293336619327, "ncumul_deceased_100k": 2.053746547138618}, {"date": "2020-03-20T00:00:00", "time": "10:00", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 272.0, "ncumul_hosp": 45.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 46.0, "ncumul_deceased": 4.0, "source": "https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-272-bestaetigte-faelle-im-kanton-basel-stadt-gd.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 139.654765205426, "ncumul_deceased_100k": 2.053746547138618}, {"date": "2020-03-21T00:00:00", "time": "10:00", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 299.0, "ncumul_hosp": 46.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 57.0, "ncumul_deceased": 5.0, "source": "https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-299-bestaetigte-faelle-im-kanton-basel-stadt-gd.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 153.51755439861168, "ncumul_deceased_100k": 2.567183183923272}, {"date": "2020-03-22T00:00:00", "time": "10:30", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 358.0, "ncumul_hosp": 50.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 73.0, "ncumul_deceased": 5.0, "source": "https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-358-bestaetigte-faelle-im-kanton-basel-stadt-gd.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 183.81031596890628, "ncumul_deceased_100k": 2.567183183923272}, {"date": "2020-03-23T00:00:00", "time": "10:00", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 376.0, "ncumul_hosp": 56.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 78.0, "ncumul_deceased": 5.0, "source": "https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-376-bestaetigte-faelle-im-kanton-basel-stadt-gd.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 193.05217543103007, "ncumul_deceased_100k": 2.567183183923272}, {"date": "2020-03-24T00:00:00", "time": "09:00", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 414.0, "ncumul_hosp": 58.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 105.0, "ncumul_deceased": 5.0, "source": "https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-414-bestaetigte-faelle-im-kanton-basel-stadt-gd.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 212.56276762884693, "ncumul_deceased_100k": 2.567183183923272}, {"date": "2020-02-28T00:00:00", "time": "15:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 1.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/20200228_KFS_20200106_Coronavirus_Lagebulletin_AG_Unterschrieben.pdf", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 0.14744760817862393, "ncumul_deceased_100k": null}, {"date": "2020-03-02T00:00:00", "time": "18:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 2.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/200302_KFS_Coronavirus_Lagebulletin_2.pdf", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 0.29489521635724786, "ncumul_deceased_100k": null}, {"date": "2020-03-03T00:00:00", "time": "15:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 6.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200303_KFS_Coronavirus_Lagebulletin_3.pdf", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 0.8846856490717436, "ncumul_deceased_100k": null}, {"date": "2020-03-04T00:00:00", "time": "15:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 7.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200304_KFS_Coronavirus_Lagebulletin_4.pdf", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 1.0321332572503674, "ncumul_deceased_100k": null}, {"date": "2020-03-05T00:00:00", "time": "15:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 9.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200305_KFS_Coronavirus_Lagebulletin_5.pdf", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 1.3270284736076154, "ncumul_deceased_100k": null}, {"date": "2020-03-06T00:00:00", "time": "15:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 12.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 1.0, "ncumul_deceased": null, "source": "https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200305_KFS_Coronavirus_Lagebulletin_6.pdf", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 1.7693712981434873, "ncumul_deceased_100k": null}, {"date": "2020-03-09T00:00:00", "time": "15:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 14.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 2.0, "ncumul_deceased": null, "source": "https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200309_KFS_Coronavirus_Lagebulletin_7.pdf", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 2.064266514500735, "ncumul_deceased_100k": null}, {"date": "2020-03-10T00:00:00", "time": "15:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 17.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 2.0, "ncumul_deceased": null, "source": "https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200310_KFS_Coronavirus_Lagebulletin_8.pdf", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 2.506609339036607, "ncumul_deceased_100k": null}, {"date": "2020-03-11T00:00:00", "time": "15:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 18.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 2.0, "ncumul_deceased": null, "source": "https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200311_KFS_Coronavirus_Lagebulletin_9.pdf", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 2.654056947215231, "ncumul_deceased_100k": null}, {"date": "2020-03-12T00:00:00", "time": "15:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 27.0, "ncumul_hosp": 1.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 3.0, "ncumul_deceased": null, "source": "https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200312_KFS_Coronavirus_Lagebulletin_10.pdf", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 3.9810854208228466, "ncumul_deceased_100k": null}, {"date": "2020-03-13T00:00:00", "time": "13:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 32.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 3.0, "ncumul_deceased": null, "source": "https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200313_KFS_Coronavirus_Lagebulletin_11.pdf", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 4.718323461715966, "ncumul_deceased_100k": null}, {"date": "2020-03-16T00:00:00", "time": "15:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 52.0, "ncumul_hosp": 2.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 4.0, "ncumul_deceased": null, "source": "https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200316_KFS_Coronavirus_Lagebulletin_12.pdf", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 7.667275625288444, "ncumul_deceased_100k": null}, {"date": "2020-03-17T00:00:00", "time": "16:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 67.0, "ncumul_hosp": 2.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 4.0, "ncumul_deceased": null, "source": "https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200317_KFS_Coronavirus_Lagebulletin_13.pdf", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 9.878989747967804, "ncumul_deceased_100k": null}, {"date": "2020-03-18T00:00:00", "time": "16:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 101.0, "ncumul_hosp": 6.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 4.0, "ncumul_deceased": null, "source": "https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200318_KFS_Coronavirus_Lagebulletin_14.pdf", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 14.892208426041018, "ncumul_deceased_100k": null}, {"date": "2020-03-19T00:00:00", "time": "15:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 118.0, "ncumul_hosp": 17.0, "ncumul_ICU": 6.0, "ncumul_vent": 3.0, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200319_KFS_Coronavirus_Lagebulletin_15.pdf", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 17.398817765077624, "ncumul_deceased_100k": null}, {"date": "2020-03-20T00:00:00", "time": "15:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 168.0, "ncumul_hosp": 25.0, "ncumul_ICU": 4.0, "ncumul_vent": 2.0, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200320_KFS_Coronavirus_Lagebulletin_16.pdf", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 24.771198174008823, "ncumul_deceased_100k": 0.14744760817862393}, {"date": "2020-03-22T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 232.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.ag.ch/de/aktuelles/medienportal/medienmitteilung/medienmitteilungen/mediendetails_139237.jsp", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 34.20784509744075, "ncumul_deceased_100k": 0.14744760817862393}, {"date": "2020-03-23T00:00:00", "time": "15:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 241.0, "ncumul_hosp": 10.0, "ncumul_ICU": 3.0, "ncumul_vent": 2.0, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200323_KFS_Coronavirus_Lagebulletin_17.pdf", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 35.534873571048365, "ncumul_deceased_100k": 0.14744760817862393}, {"date": "2020-03-24T00:00:00", "time": "15:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 266.0, "ncumul_hosp": 24.0, "ncumul_ICU": 2.0, "ncumul_vent": 2.0, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200324_KFS_Coronavirus_Lagebulletin_18.pdf", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 39.22106377551396, "ncumul_deceased_100k": 0.29489521635724786}, {"date": "2020-03-03T00:00:00", "time": null, "abbreviation_canton_and_fl": "SZ", "ncumul_tested": 1.0, "ncumul_conf": 1.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.sz.ch/public/upload/assets/45351/MM_Coronavirus_4_3_2020.pdf", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 0.6282788301448183, "ncumul_deceased_100k": null}, {"date": "2020-03-04T00:00:00", "time": null, "abbreviation_canton_and_fl": "SZ", "ncumul_tested": 3.0, "ncumul_conf": 3.0, "ncumul_hosp": 1.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.sz.ch/public/upload/assets/45351/MM_Coronavirus_4_3_2020.pdf", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 1.8848364904344548, "ncumul_deceased_100k": null}, {"date": "2020-03-06T00:00:00", "time": null, "abbreviation_canton_and_fl": "SZ", "ncumul_tested": 6.0, "ncumul_conf": 6.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.sz.ch/public/upload/assets/45417/MM_Coronavirus_6_3_2020.pdf", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 3.7696729808689096, "ncumul_deceased_100k": null}, {"date": "2020-03-13T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "SZ", "ncumul_tested": 10.0, "ncumul_conf": 9.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.sz.ch/public/upload/assets/45585/MM_Coronavirus_13_03_2020.pdf", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 5.654509471303364, "ncumul_deceased_100k": null}, {"date": "2020-03-14T00:00:00", "time": "03:03", "abbreviation_canton_and_fl": "SZ", "ncumul_tested": 1.0, "ncumul_conf": 12.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.bote.ch/nachrichten/schwyz/schwyz_bdu/coronavirus-einsatz-fuer-spitalbataillon-5;art146989,1229758", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 7.539345961737819, "ncumul_deceased_100k": null}, {"date": "2020-03-15T00:00:00", "time": null, "abbreviation_canton_and_fl": "SZ", "ncumul_tested": null, "ncumul_conf": 13.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.sz.ch/public/upload/assets/45590/MM_Coronavirus_15_3_2020.pdf", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 8.167624791882638, "ncumul_deceased_100k": null}, {"date": "2020-03-25T00:00:00", "time": null, "abbreviation_canton_and_fl": "SZ", "ncumul_tested": null, "ncumul_conf": 99.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.sz.ch/behoerden/information-medien/medienmitteilungen/coronavirus.html/72-416-412-1379-6948", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 62.19960418433701, "ncumul_deceased_100k": null}, {"date": "2020-03-13T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "OW", "ncumul_tested": 6.0, "ncumul_conf": 1.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ow.ch/de/aktuelles/aktuellesinformationen/amtsmitteilungen/welcome.php?action=showinfo&info_id=63566&ls=0&sq=&kategorie_id=&date_from=&date_to=", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 2.6426362939668615, "ncumul_deceased_100k": null}, {"date": "2020-03-23T00:00:00", "time": null, "abbreviation_canton_and_fl": "OW", "ncumul_tested": null, "ncumul_conf": 25.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ow.ch/de/verwaltung/dienstleistungen/?dienst_id=5962", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 66.06590734917152, "ncumul_deceased_100k": null}, {"date": "2020-03-24T00:00:00", "time": null, "abbreviation_canton_and_fl": "OW", "ncumul_tested": null, "ncumul_conf": 25.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ow.ch/de/verwaltung/dienstleistungen/?dienst_id=5962", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 66.06590734917152, "ncumul_deceased_100k": null}, {"date": "2020-02-26T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 1.0, "ncumul_hosp": 1.0, "ncumul_ICU": 0.0, "ncumul_vent": 1.0, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 0.0, "ncumul_ICU_intub": 0.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 0.200208216545207, "ncumul_deceased_100k": null}, {"date": "2020-02-27T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 1.0, "ncumul_hosp": 1.0, "ncumul_ICU": 0.0, "ncumul_vent": 1.0, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 0.0, "ncumul_ICU_intub": 0.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 0.200208216545207, "ncumul_deceased_100k": null}, {"date": "2020-02-28T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 3.0, "ncumul_hosp": 2.0, "ncumul_ICU": 0.0, "ncumul_vent": 2.0, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 0.0, "ncumul_ICU_intub": 0.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 0.6006246496356211, "ncumul_deceased_100k": null}, {"date": "2020-02-29T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 5.0, "ncumul_hosp": 3.0, "ncumul_ICU": 0.0, "ncumul_vent": 3.0, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 0.0, "ncumul_ICU_intub": 0.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 1.0010410827260352, "ncumul_deceased_100k": null}, {"date": "2020-03-01T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 7.0, "ncumul_hosp": 3.0, "ncumul_ICU": 0.0, "ncumul_vent": 3.0, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 0.0, "ncumul_ICU_intub": 0.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 1.401457515816449, "ncumul_deceased_100k": null}, {"date": "2020-03-02T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 7.0, "ncumul_hosp": 3.0, "ncumul_ICU": 0.0, "ncumul_vent": 3.0, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 0.0, "ncumul_ICU_intub": 0.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 1.401457515816449, "ncumul_deceased_100k": null}, {"date": "2020-03-03T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 8.0, "ncumul_hosp": 4.0, "ncumul_ICU": 0.0, "ncumul_vent": 4.0, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 0.0, "ncumul_ICU_intub": 0.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 1.601665732361656, "ncumul_deceased_100k": null}, {"date": "2020-03-04T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 8.0, "ncumul_hosp": 4.0, "ncumul_ICU": 0.0, "ncumul_vent": 4.0, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 0.0, "ncumul_ICU_intub": 0.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 1.601665732361656, "ncumul_deceased_100k": null}, {"date": "2020-03-05T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 11.0, "ncumul_hosp": 5.0, "ncumul_ICU": 0.0, "ncumul_vent": 5.0, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 0.0, "ncumul_ICU_intub": 0.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 2.2022903819972774, "ncumul_deceased_100k": null}, {"date": "2020-03-06T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 15.0, "ncumul_hosp": 7.0, "ncumul_ICU": 0.0, "ncumul_vent": 7.0, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 0.0, "ncumul_ICU_intub": 0.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 3.003123248178105, "ncumul_deceased_100k": null}, {"date": "2020-03-07T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 24.0, "ncumul_hosp": 7.0, "ncumul_ICU": 0.0, "ncumul_vent": 7.0, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 0.0, "ncumul_ICU_intub": 0.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 4.804997197084969, "ncumul_deceased_100k": null}, {"date": "2020-03-08T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 32.0, "ncumul_hosp": 9.0, "ncumul_ICU": 0.0, "ncumul_vent": 9.0, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 0.0, "ncumul_ICU_intub": 0.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 6.406662929446624, "ncumul_deceased_100k": null}, {"date": "2020-03-09T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 33.0, "ncumul_hosp": 13.0, "ncumul_ICU": 3.0, "ncumul_vent": 10.0, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 0.0, "ncumul_ICU_intub": 0.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 6.606871145991831, "ncumul_deceased_100k": 0.200208216545207}, {"date": "2020-03-10T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 59.0, "ncumul_hosp": 18.0, "ncumul_ICU": 4.0, "ncumul_vent": 14.0, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 0.0, "ncumul_ICU_intub": 1.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 11.812284776167214, "ncumul_deceased_100k": 0.400416433090414}, {"date": "2020-03-11T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 66.0, "ncumul_hosp": 20.0, "ncumul_ICU": 6.0, "ncumul_vent": 14.0, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 0.0, "ncumul_ICU_intub": 1.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 13.213742291983662, "ncumul_deceased_100k": 0.400416433090414}, {"date": "2020-03-12T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 80.0, "ncumul_hosp": 23.0, "ncumul_ICU": 6.0, "ncumul_vent": 17.0, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 0.0, "ncumul_ICU_intub": 4.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 16.016657323616563, "ncumul_deceased_100k": 0.400416433090414}, {"date": "2020-03-13T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 104.0, "ncumul_hosp": 33.0, "ncumul_ICU": 7.0, "ncumul_vent": 26.0, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 0.0, "ncumul_ICU_intub": 4.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 20.82165452070153, "ncumul_deceased_100k": 0.400416433090414}, {"date": "2020-03-14T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 196.0, "ncumul_hosp": 43.0, "ncumul_ICU": 8.0, "ncumul_vent": 33.0, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 2.0, "ncumul_ICU_intub": 5.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 39.24081044286058, "ncumul_deceased_100k": 0.400416433090414}, {"date": "2020-03-15T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 281.0, "ncumul_hosp": 46.0, "ncumul_ICU": 12.0, "ncumul_vent": 32.0, "ncumul_released": null, "ncumul_deceased": 4.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 2.0, "ncumul_ICU_intub": 5.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 56.258508849203174, "ncumul_deceased_100k": 0.800832866180828}, {"date": "2020-03-16T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 373.0, "ncumul_hosp": 66.0, "ncumul_ICU": 10.0, "ncumul_vent": 52.0, "ncumul_released": null, "ncumul_deceased": 4.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 4.0, "ncumul_ICU_intub": 8.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 74.67766477136222, "ncumul_deceased_100k": 0.800832866180828}, {"date": "2020-03-17T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 495.0, "ncumul_hosp": 75.0, "ncumul_ICU": 19.0, "ncumul_vent": 54.0, "ncumul_released": null, "ncumul_deceased": 4.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 2.0, "ncumul_ICU_intub": 9.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 99.10306718987746, "ncumul_deceased_100k": 0.800832866180828}, {"date": "2020-03-18T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 629.0, "ncumul_hosp": 78.0, "ncumul_ICU": 20.0, "ncumul_vent": 56.0, "ncumul_released": null, "ncumul_deceased": 5.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 2.0, "ncumul_ICU_intub": 17.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 125.9309682069352, "ncumul_deceased_100k": 1.0010410827260352}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 826.0, "ncumul_hosp": 92.0, "ncumul_ICU": 19.0, "ncumul_vent": 68.0, "ncumul_released": null, "ncumul_deceased": 5.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 5.0, "ncumul_ICU_intub": 17.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 165.371986866341, "ncumul_deceased_100k": 1.0010410827260352}, {"date": "2020-03-20T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 994.0, "ncumul_hosp": 109.0, "ncumul_ICU": 22.0, "ncumul_vent": 82.0, "ncumul_released": null, "ncumul_deceased": 8.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 5.0, "ncumul_ICU_intub": 21.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 199.00696724593578, "ncumul_deceased_100k": 1.601665732361656}, {"date": "2020-03-21T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 1128.0, "ncumul_hosp": 145.0, "ncumul_ICU": 25.0, "ncumul_vent": 107.0, "ncumul_released": null, "ncumul_deceased": 10.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 13.0, "ncumul_ICU_intub": 24.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 225.8348682629935, "ncumul_deceased_100k": 2.0020821654520704}, {"date": "2020-03-22T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 1203.0, "ncumul_hosp": 179.0, "ncumul_ICU": 36.0, "ncumul_vent": 137.0, "ncumul_released": null, "ncumul_deceased": 9.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 6.0, "ncumul_ICU_intub": 36.0, "ncumul_deceased_suspect": 4.0, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 240.85048450388402, "ncumul_deceased_100k": 1.8018739489068631}, {"date": "2020-03-23T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 1509.0, "ncumul_hosp": 214.0, "ncumul_ICU": 43.0, "ncumul_vent": 160.0, "ncumul_released": null, "ncumul_deceased": 9.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 11.0, "ncumul_ICU_intub": 41.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 302.1141987667174, "ncumul_deceased_100k": 1.8018739489068631}, {"date": "2020-03-24T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 1510.0, "ncumul_hosp": 238.0, "ncumul_ICU": 41.0, "ncumul_vent": 176.0, "ncumul_released": null, "ncumul_deceased": 12.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 21.0, "ncumul_ICU_intub": 41.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 302.3144069832626, "ncumul_deceased_100k": 2.4024985985424845}, {"date": "2020-03-03T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZG", "ncumul_tested": null, "ncumul_conf": 1.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.zg.ch/behoerden/gesundheitsdirektion/direktionssekretariat/aktuell/coronavirus-sars-cov-2-erste-person-aus-dem-kanton-zug-infiziert", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 0.7884134755631242, "ncumul_deceased_100k": null}, {"date": "2020-03-05T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZG", "ncumul_tested": null, "ncumul_conf": 3.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.zg.ch/behoerden/gesundheitsdirektion/direktionssekretariat/aktuell/coronavirus-sars-cov-2-zwei-weitere-faelle-im-kanton-zug", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 2.365240426689373, "ncumul_deceased_100k": null}, {"date": "2020-03-13T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZG", "ncumul_tested": null, "ncumul_conf": 13.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.zg.ch/behoerden/gesundheitsdirektion/direktionssekretariat/aktuell/coronavirus-kanton-zug-stellt-sich-hinter-massnahmen-des-bundes", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 10.249375182320616, "ncumul_deceased_100k": null}, {"date": "2020-03-14T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZG", "ncumul_tested": null, "ncumul_conf": 13.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://twitter.com/gesundZG/status/1238733148462157824?s=20", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 10.249375182320616, "ncumul_deceased_100k": null}, {"date": "2020-03-16T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZG", "ncumul_tested": null, "ncumul_conf": 24.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.zg.ch/behoerden/gesundheitsdirektion/direktionssekretariat/aktuell/covid-19-zuger-spitaeler-bereiten-sich-gemeinsam-auf-herausfordernde-zeit-vor", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 18.921923413514985, "ncumul_deceased_100k": null}, {"date": "2020-03-20T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZG", "ncumul_tested": null, "ncumul_conf": 48.0, "ncumul_hosp": 1.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 5.0, "ncumul_deceased": null, "source": "https://www.zg.ch/behoerden/gesundheitsdirektion/direktionssekretariat/aktuell/coronavirus-ausreichende-testkapazitaeten-im-kanton-zug-vorhanden", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 37.84384682702997, "ncumul_deceased_100k": null}, {"date": "2020-03-23T00:00:00", "time": "08:00", "abbreviation_canton_and_fl": "ZG", "ncumul_tested": null, "ncumul_conf": 62.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 10.0, "ncumul_deceased": null, "source": "https://www.zg.ch/behoerden/gesundheitsdirektion/amt-fuer-gesundheit/corona", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 48.8816354849137, "ncumul_deceased_100k": null}, {"date": "2020-03-24T00:00:00", "time": "08:00", "abbreviation_canton_and_fl": "ZG", "ncumul_tested": null, "ncumul_conf": 72.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 12.0, "ncumul_deceased": null, "source": "https://www.zg.ch/behoerden/gesundheitsdirektion/amt-fuer-gesundheit/corona", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 56.76577024054495, "ncumul_deceased_100k": null}, {"date": "2020-03-25T00:00:00", "time": "08:00", "abbreviation_canton_and_fl": "ZG", "ncumul_tested": null, "ncumul_conf": 80.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 18.0, "ncumul_deceased": 0.0, "source": "https://www.zg.ch/behoerden/gesundheitsdirektion/amt-fuer-gesundheit/corona", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 63.07307804504995, "ncumul_deceased_100k": 0.0}, {"date": "2020-03-11T00:00:00", "time": null, "abbreviation_canton_and_fl": "NW", "ncumul_tested": null, "ncumul_conf": 4.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.nw.ch/aktuellesinformationen/63359", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 9.254332184253753, "ncumul_deceased_100k": null}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "NW", "ncumul_tested": null, "ncumul_conf": 25.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.nw.ch/gesundheitsamtdienste/6044", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 57.83957615158596, "ncumul_deceased_100k": null}, {"date": "2020-03-20T00:00:00", "time": "15:20", "abbreviation_canton_and_fl": "NW", "ncumul_tested": null, "ncumul_conf": 28.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.nw.ch/gesundheitsamtdienste/6044", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 64.78032528977629, "ncumul_deceased_100k": null}, {"date": "2020-03-21T00:00:00", "time": "18:15", "abbreviation_canton_and_fl": "NW", "ncumul_tested": null, "ncumul_conf": 33.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.nw.ch/gesundheitsamtdienste/6044", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 76.34824052009347, "ncumul_deceased_100k": null}, {"date": "2020-03-22T00:00:00", "time": "16:25", "abbreviation_canton_and_fl": "NW", "ncumul_tested": null, "ncumul_conf": 36.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.nw.ch/gesundheitsamtdienste/6044", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 83.28898965828378, "ncumul_deceased_100k": null}, {"date": "2020-03-23T00:00:00", "time": "19:00", "abbreviation_canton_and_fl": "NW", "ncumul_tested": null, "ncumul_conf": 39.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.nw.ch/gesundheitsamtdienste/6044", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 90.2297387964741, "ncumul_deceased_100k": null}, {"date": "2020-03-24T00:00:00", "time": "15:15", "abbreviation_canton_and_fl": "NW", "ncumul_tested": null, "ncumul_conf": 42.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.nw.ch/gesundheitsamtdienste/6044", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 97.17048793466441, "ncumul_deceased_100k": null}, {"date": "2020-02-25T00:00:00", "time": null, "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 1.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.srf.ch/news/schweiz/tessiner-patient-erster-coronavirus-fall-in-der-schweiz", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 0.2830111251673303, "ncumul_deceased_100k": null}, {"date": "2020-03-02T00:00:00", "time": null, "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 2.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187352&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=ea65dbcabb28d4711459f3b613bbc1b7", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": 6.0, "TotalCured": null, "ncumul_conf_100k": 0.5660222503346606, "ncumul_deceased_100k": null}, {"date": "2020-03-03T00:00:00", "time": null, "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 4.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187363&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=b34e82602a39cad67a7f8d54150dcf70 https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187369&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=3154d18e72821fc23d7b3c5cdfe9f9a3", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 1.1320445006693212, "ncumul_deceased_100k": null}, {"date": "2020-03-04T00:00:00", "time": null, "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 5.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187371&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=174f2d754f3b657af79f343c92fc5c89", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": 18.0, "TotalCured": null, "ncumul_conf_100k": 1.4150556258366518, "ncumul_deceased_100k": null}, {"date": "2020-03-12T00:00:00", "time": null, "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 180.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187437&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=59cf6112c82abed490acd8901f5a0bb2", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 50.94200253011947, "ncumul_deceased_100k": null}, {"date": "2020-03-13T00:00:00", "time": null, "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 258.0, "ncumul_hosp": 65.0, "ncumul_ICU": 13.0, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.youtube.com/watch?v=_x_yQ6uwGAQ", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 73.01687029317122, "ncumul_deceased_100k": null}, {"date": "2020-03-14T00:00:00", "time": null, "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 265.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187466&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=1b10e6e8117296766155edcf9c317a4c", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 74.99794816934254, "ncumul_deceased_100k": 0.849033375501991}, {"date": "2020-03-15T00:00:00", "time": null, "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 291.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 6.0, "source": "https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187467&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=af5473066754ef4d1272e156056acc07", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 82.35623742369313, "ncumul_deceased_100k": 1.698066751003982}, {"date": "2020-03-16T00:00:00", "time": null, "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 330.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 8.0, "source": "https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187475&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=dee4a529abd4e9300e116c7ff4db5774", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 93.39367130521902, "ncumul_deceased_100k": 2.2640890013386423}, {"date": "2020-03-17T00:00:00", "time": null, "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 422.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 10.0, "source": "https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187486&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=d106aab74491da09b294ff13ffadd02f", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 119.43069482061341, "ncumul_deceased_100k": 2.8301112516733036}, {"date": "2020-03-18T00:00:00", "time": null, "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 511.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 14.0, "source": "https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187493&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=7803bbc03dd49ef2e421dfd6b12dd239", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 144.6186849605058, "ncumul_deceased_100k": 3.9621557523426247}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 638.0, "ncumul_hosp": 155.0, "ncumul_ICU": 33.0, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 15.0, "source": "https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187499&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=634a783514bdcbb426c005f1ea916268 https://www.youtube.com/watch?v=34RQ7OOWYoI", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 180.56109785675676, "ncumul_deceased_100k": 4.245166877509955}, {"date": "2020-03-20T00:00:00", "time": "08:00", "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 834.0, "ncumul_hosp": 168.0, "ncumul_ICU": 35.0, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 22.0, "source": "https://www4.ti.ch/dss/dsp/covid19/home/ https://www.youtube.com/watch?v=34RQ7OOWYoI", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 236.0312783895535, "ncumul_deceased_100k": 6.226244753681267}, {"date": "2020-03-21T00:00:00", "time": "08:00", "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 918.0, "ncumul_hosp": 184.0, "ncumul_ICU": 40.0, "ncumul_vent": 37.0, "ncumul_released": null, "ncumul_deceased": 28.0, "source": "https://www4.ti.ch/dss/dsp/covid19/home/ https://www.youtube.com/watch?v=7g2sALU9bQM", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 259.8042129036092, "ncumul_deceased_100k": 7.9243115046852495}, {"date": "2020-03-22T00:00:00", "time": "08:00", "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 939.0, "ncumul_hosp": 246.0, "ncumul_ICU": 46.0, "ncumul_vent": 43.0, "ncumul_released": null, "ncumul_deceased": 37.0, "source": "https://web.archive.org/web/20200322153528/https://www4.ti.ch/dss/dsp/covid19/home/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 265.74744653212315, "ncumul_deceased_100k": 10.471411631191222}, {"date": "2020-03-23T00:00:00", "time": "08:00", "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 1165.0, "ncumul_hosp": 261.0, "ncumul_ICU": 45.0, "ncumul_vent": 43.0, "ncumul_released": null, "ncumul_deceased": 48.0, "source": "https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187510&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=0120f665ab49651b9d66c876ef272a91", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 329.70796081993984, "ncumul_deceased_100k": 13.584534008031856}, {"date": "2020-03-24T00:00:00", "time": "08:00", "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 1211.0, "ncumul_hosp": 285.0, "ncumul_ICU": 50.0, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 53.0, "source": "https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187520&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=4d581f57e92de04937175bab9e5b0f14", "ncumul_ICF": null, "ncumul_ICU_intub": 48.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 342.726472577637, "ncumul_deceased_100k": 14.999589633868506}, {"date": "2020-03-01T00:00:00", "time": null, "abbreviation_canton_and_fl": "FR", "ncumul_tested": 30.0, "ncumul_conf": 1.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.fr.ch/sites/default/files/2020-03/200301_commd_dsas_covid_cas_fr.pdf", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 0.3137609267242732, "ncumul_deceased_100k": null}, {"date": "2020-03-02T00:00:00", "time": null, "abbreviation_canton_and_fl": "FR", "ncumul_tested": null, "ncumul_conf": 2.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.fr.ch/sites/default/files/2020-03/200302_CommD_DSAS_covid_cas%20FR.pdf", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 0.6275218534485464, "ncumul_deceased_100k": null}, {"date": "2020-03-04T00:00:00", "time": null, "abbreviation_canton_and_fl": "FR", "ncumul_tested": null, "ncumul_conf": 4.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.fr.ch/sites/default/files/2020-03/200304_CommD_DSAS_covid_cas%20FR.pdf", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 1.2550437068970928, "ncumul_deceased_100k": null}, {"date": "2020-03-05T00:00:00", "time": null, "abbreviation_canton_and_fl": "FR", "ncumul_tested": null, "ncumul_conf": 6.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.fr.ch/de/covid19/gesundheit/covid-19/coronavirus-entwicklungen-der-situation", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 1.882565560345639, "ncumul_deceased_100k": null}, {"date": "2020-03-08T00:00:00", "time": null, "abbreviation_canton_and_fl": "FR", "ncumul_tested": null, "ncumul_conf": 8.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.fr.ch/de/covid19/gesundheit/covid-19/coronavirus-entwicklungen-der-situation", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 2.5100874137941855, "ncumul_deceased_100k": null}, {"date": "2020-03-09T00:00:00", "time": null, "abbreviation_canton_and_fl": "FR", "ncumul_tested": null, "ncumul_conf": 11.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.fr.ch/de/covid19/gesundheit/covid-19/coronavirus-entwicklungen-der-situation", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 3.451370193967005, "ncumul_deceased_100k": null}, {"date": "2020-03-16T00:00:00", "time": null, "abbreviation_canton_and_fl": "TG", "ncumul_tested": 246.0, "ncumul_conf": 17.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 6.148904771550103, "ncumul_deceased_100k": null}, {"date": "2020-03-17T00:00:00", "time": null, "abbreviation_canton_and_fl": "TG", "ncumul_tested": 276.0, "ncumul_conf": 23.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 8.31910645562661, "ncumul_deceased_100k": null}, {"date": "2020-03-18T00:00:00", "time": null, "abbreviation_canton_and_fl": "TG", "ncumul_tested": null, "ncumul_conf": 32.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.tg.ch/news/fachdossier-coronavirus.html/10552", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 11.574408981741371, "ncumul_deceased_100k": null}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "TG", "ncumul_tested": null, "ncumul_conf": 36.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.tg.ch/news/fachdossier-coronavirus.html/10552", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 13.02121010445904, "ncumul_deceased_100k": null}, {"date": "2020-03-20T00:00:00", "time": null, "abbreviation_canton_and_fl": "TG", "ncumul_tested": null, "ncumul_conf": 49.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.tg.ch/news/fachdossier-coronavirus.html/10552", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 17.72331375329147, "ncumul_deceased_100k": null}, {"date": "2020-03-21T00:00:00", "time": null, "abbreviation_canton_and_fl": "TG", "ncumul_tested": null, "ncumul_conf": 56.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.tg.ch/news/fachdossier-coronavirus.html/10552", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 20.2552157180474, "ncumul_deceased_100k": null}, {"date": "2020-03-22T00:00:00", "time": null, "abbreviation_canton_and_fl": "TG", "ncumul_tested": null, "ncumul_conf": 75.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.tg.ch/news/fachdossier-coronavirus.html/10552", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 27.127521050956336, "ncumul_deceased_100k": null}, {"date": "2020-03-23T00:00:00", "time": null, "abbreviation_canton_and_fl": "TG", "ncumul_tested": null, "ncumul_conf": 81.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.tg.ch/news/fachdossier-coronavirus.html/10552", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 29.297722735032842, "ncumul_deceased_100k": null}, {"date": "2020-03-24T00:00:00", "time": null, "abbreviation_canton_and_fl": "TG", "ncumul_tested": null, "ncumul_conf": 87.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.tg.ch/news/fachdossier-coronavirus.html/10552 & https://www.tg.ch/news/news-detailseite.html/485/news/44925", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 31.46792441910935, "ncumul_deceased_100k": 0.36170028067941784}, {"date": "2020-02-27T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 1.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": 2.0, "TotalCured": null, "ncumul_conf_100k": 0.06574760284240036, "ncumul_deceased_100k": null}, {"date": "2020-02-28T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 2.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": 9.0, "TotalCured": null, "ncumul_conf_100k": 0.13149520568480072, "ncumul_deceased_100k": null}, {"date": "2020-03-02T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 2.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": 13.0, "TotalCured": null, "ncumul_conf_100k": 0.13149520568480072, "ncumul_deceased_100k": null}, {"date": "2020-03-03T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": 400.0, "ncumul_conf": 9.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": 19.0, "TotalCured": null, "ncumul_conf_100k": 0.5917284255816032, "ncumul_deceased_100k": null}, {"date": "2020-03-05T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 19.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": 26.0, "TotalCured": null, "ncumul_conf_100k": 1.2492044540056069, "ncumul_deceased_100k": null}, {"date": "2020-03-06T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 26.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": 30.0, "TotalCured": null, "ncumul_conf_100k": 1.7094376739024095, "ncumul_deceased_100k": null}, {"date": "2020-03-07T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 30.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": 37.0, "TotalCured": null, "ncumul_conf_100k": 1.9724280852720109, "ncumul_deceased_100k": null}, {"date": "2020-03-08T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 37.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": 40.0, "TotalCured": null, "ncumul_conf_100k": 2.4326613051688137, "ncumul_deceased_100k": null}, {"date": "2020-03-09T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": 855.0, "ncumul_conf": 40.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": 49.0, "TotalCured": null, "ncumul_conf_100k": 2.6299041136960146, "ncumul_deceased_100k": null}, {"date": "2020-03-10T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 49.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": 59.0, "TotalCured": 1.0, "ncumul_conf_100k": 3.2216325392776177, "ncumul_deceased_100k": null}, {"date": "2020-03-11T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 59.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": 7.0, "ncumul_conf_100k": 3.8791085677016217, "ncumul_deceased_100k": null}, {"date": "2020-03-12T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 92.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": 11.0, "ncumul_conf_100k": 6.048779461500834, "ncumul_deceased_100k": null}, {"date": "2020-03-13T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 140.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 9.204664397936051, "ncumul_deceased_100k": null}, {"date": "2020-03-16T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 270.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 17.7518527674481, "ncumul_deceased_100k": 0.06574760284240036}, {"date": "2020-03-17T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 294.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 19.329795235665706, "ncumul_deceased_100k": null}, {"date": "2020-03-18T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 424.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 27.876983605177756, "ncumul_deceased_100k": null}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 526.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 34.58323909510259, "ncumul_deceased_100k": 0.1972428085272011}, {"date": "2020-03-20T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 773.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 50.822896997175484, "ncumul_deceased_100k": 0.1972428085272011}, {"date": "2020-03-23T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 1068.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 5.0, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 70.2184398356836, "ncumul_deceased_100k": 0.32873801421200183}, {"date": "2020-03-24T00:00:00", "time": "9:30", "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 1211.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 5.0, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 79.62034704214685, "ncumul_deceased_100k": 0.32873801421200183}, {"date": "2020-03-19T00:00:00", "time": "16:00", "abbreviation_canton_and_fl": "JU", "ncumul_tested": null, "ncumul_conf": 27.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.jura.ch/fr/Autorites/Coronavirus/Accueil/Coronavirus-Informations-officielles-a-la-population-jurassienne.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 36.77522167286397, "ncumul_deceased_100k": null}, {"date": "2020-03-20T00:00:00", "time": "17:00", "abbreviation_canton_and_fl": "JU", "ncumul_tested": null, "ncumul_conf": 29.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.jura.ch/fr/Autorites/Coronavirus/Accueil/Coronavirus-Informations-officielles-a-la-population-jurassienne.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 39.499312167150194, "ncumul_deceased_100k": null}, {"date": "2020-03-21T00:00:00", "time": "18:00", "abbreviation_canton_and_fl": "JU", "ncumul_tested": null, "ncumul_conf": 49.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.jura.ch/fr/Autorites/Coronavirus/Accueil/Coronavirus-Informations-officielles-a-la-population-jurassienne.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 66.7402171100124, "ncumul_deceased_100k": null}, {"date": "2020-03-22T00:00:00", "time": "17:00", "abbreviation_canton_and_fl": "JU", "ncumul_tested": null, "ncumul_conf": 51.0, "ncumul_hosp": 1.0, "ncumul_ICU": 1.0, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.jura.ch/fr/Autorites/Coronavirus/Accueil/Coronavirus-Informations-officielles-a-la-population-jurassienne.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 69.46430760429861, "ncumul_deceased_100k": null}, {"date": "2020-03-23T00:00:00", "time": "18:00", "abbreviation_canton_and_fl": "JU", "ncumul_tested": null, "ncumul_conf": 57.0, "ncumul_hosp": 2.0, "ncumul_ICU": 2.0, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.jura.ch/fr/Autorites/Coronavirus/Accueil/Coronavirus-Informations-officielles-a-la-population-jurassienne.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 77.63657908715727, "ncumul_deceased_100k": null}, {"date": "2020-03-24T00:00:00", "time": "17:00", "abbreviation_canton_and_fl": "JU", "ncumul_tested": null, "ncumul_conf": 66.0, "ncumul_hosp": null, "ncumul_ICU": 3.0, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.jura.ch/fr/Autorites/Coronavirus/Accueil/Coronavirus-Informations-officielles-a-la-population-jurassienne.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 89.89498631144527, "ncumul_deceased_100k": null}, {"date": "2020-03-06T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 23.0, "ncumul_hosp": 15.0, "ncumul_ICU": 2.0, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 2.878075943664792, "ncumul_deceased_100k": 0.1251337366810779}, {"date": "2020-03-07T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 30.0, "ncumul_hosp": 16.0, "ncumul_ICU": 4.0, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 3.754012100432337, "ncumul_deceased_100k": 0.1251337366810779}, {"date": "2020-03-08T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 40.0, "ncumul_hosp": 22.0, "ncumul_ICU": 3.0, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 5.005349467243116, "ncumul_deceased_100k": 0.1251337366810779}, {"date": "2020-03-09T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 51.0, "ncumul_hosp": 29.0, "ncumul_ICU": 5.0, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 6.381820570734973, "ncumul_deceased_100k": 0.1251337366810779}, {"date": "2020-03-10T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 77.0, "ncumul_hosp": 36.0, "ncumul_ICU": 6.0, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 9.635297724442998, "ncumul_deceased_100k": 0.1251337366810779}, {"date": "2020-03-11T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 108.0, "ncumul_hosp": 38.0, "ncumul_ICU": 7.0, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 13.514443561556416, "ncumul_deceased_100k": 0.1251337366810779}, {"date": "2020-03-12T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 156.0, "ncumul_hosp": 43.0, "ncumul_ICU": 8.0, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 19.520862922248153, "ncumul_deceased_100k": 0.1251337366810779}, {"date": "2020-03-13T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 204.0, "ncumul_hosp": 52.0, "ncumul_ICU": 10.0, "ncumul_vent": null, "ncumul_released": 5.0, "ncumul_deceased": 2.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 25.527282282939893, "ncumul_deceased_100k": 0.2502674733621558}, {"date": "2020-03-14T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 350.0, "ncumul_hosp": 43.0, "ncumul_ICU": 14.0, "ncumul_vent": null, "ncumul_released": 5.0, "ncumul_deceased": 3.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 43.79680783837727, "ncumul_deceased_100k": 0.3754012100432337}, {"date": "2020-03-15T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 406.0, "ncumul_hosp": 62.0, "ncumul_ICU": 19.0, "ncumul_vent": null, "ncumul_released": 5.0, "ncumul_deceased": 4.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 50.80429709251763, "ncumul_deceased_100k": 0.5005349467243116}, {"date": "2020-03-16T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 508.0, "ncumul_hosp": 66.0, "ncumul_ICU": 27.0, "ncumul_vent": null, "ncumul_released": 5.0, "ncumul_deceased": 5.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 63.567938233987576, "ncumul_deceased_100k": 0.6256686834053895}, {"date": "2020-03-17T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 608.0, "ncumul_hosp": 95.0, "ncumul_ICU": 35.0, "ncumul_vent": null, "ncumul_released": 9.0, "ncumul_deceased": 5.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 76.08131190209536, "ncumul_deceased_100k": 0.6256686834053895}, {"date": "2020-03-18T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 796.0, "ncumul_hosp": 128.0, "ncumul_ICU": 34.0, "ncumul_vent": null, "ncumul_released": 16.0, "ncumul_deceased": 5.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 99.60645439813801, "ncumul_deceased_100k": 0.6256686834053895}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 1212.0, "ncumul_hosp": 140.0, "ncumul_ICU": 32.0, "ncumul_vent": null, "ncumul_released": 52.0, "ncumul_deceased": 7.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 151.66208885746641, "ncumul_deceased_100k": 0.8759361567675453}, {"date": "2020-03-20T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 1432.0, "ncumul_hosp": 152.0, "ncumul_ICU": 30.0, "ncumul_vent": null, "ncumul_released": 62.0, "ncumul_deceased": 12.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 179.19151092730357, "ncumul_deceased_100k": 1.5016048401729347}, {"date": "2020-03-21T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 1676.0, "ncumul_hosp": 175.0, "ncumul_ICU": 23.0, "ncumul_vent": null, "ncumul_released": 70.0, "ncumul_deceased": 15.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 209.72414267748655, "ncumul_deceased_100k": 1.8770060502161685}, {"date": "2020-03-22T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 1782.0, "ncumul_hosp": 203.0, "ncumul_ICU": 23.0, "ncumul_vent": null, "ncumul_released": 75.0, "ncumul_deceased": 16.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 222.98831876568082, "ncumul_deceased_100k": 2.0021397868972466}, {"date": "2020-03-23T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 2162.0, "ncumul_hosp": 223.0, "ncumul_ICU": 41.0, "ncumul_vent": null, "ncumul_released": 91.0, "ncumul_deceased": 17.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 270.5391387044904, "ncumul_deceased_100k": 2.127273523578324}, {"date": "2020-03-12T00:00:00", "time": null, "abbreviation_canton_and_fl": "UR", "ncumul_tested": null, "ncumul_conf": 2.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 5.489528723959048, "ncumul_deceased_100k": null}, {"date": "2020-03-18T00:00:00", "time": null, "abbreviation_canton_and_fl": "UR", "ncumul_tested": 85.0, "ncumul_conf": 5.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ur.ch/mmdirektionen/63802", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 13.723821809897618, "ncumul_deceased_100k": null}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "UR", "ncumul_tested": null, "ncumul_conf": 7.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ur.ch/mmdirektionen/63841", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 19.21335053385667, "ncumul_deceased_100k": null}, {"date": "2020-03-20T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "UR", "ncumul_tested": null, "ncumul_conf": 7.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ur.ch/themen/2920", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 19.21335053385667, "ncumul_deceased_100k": null}, {"date": "2020-03-21T00:00:00", "time": "08:00", "abbreviation_canton_and_fl": "UR", "ncumul_tested": null, "ncumul_conf": 12.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ur.ch/themen/2920", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 32.93717234375429, "ncumul_deceased_100k": null}, {"date": "2020-03-23T00:00:00", "time": null, "abbreviation_canton_and_fl": "UR", "ncumul_tested": null, "ncumul_conf": 22.0, "ncumul_hosp": 1.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 1.0, "ncumul_deceased": null, "source": "https://www.ur.ch/themen/2920", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 60.38481596354953, "ncumul_deceased_100k": null}, {"date": "2020-03-24T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "UR", "ncumul_tested": null, "ncumul_conf": 25.0, "ncumul_hosp": 1.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 1.0, "ncumul_deceased": null, "source": "https://www.ur.ch/themen/2920", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 68.6191090494881, "ncumul_deceased_100k": null}, {"date": "2020-03-17T00:00:00", "time": null, "abbreviation_canton_and_fl": "GL", "ncumul_tested": null, "ncumul_conf": 10.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.suedostschweiz.ch/ereignisse/2020-03-20/die-zahl-der-corona-faelle-im-glarnerland-steigt-stark-an", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 24.750637328911218, "ncumul_deceased_100k": null}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "GL", "ncumul_tested": null, "ncumul_conf": 17.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.suedostschweiz.ch/ereignisse/2020-03-20/die-zahl-der-corona-faelle-im-glarnerland-steigt-stark-an", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 42.076083459149075, "ncumul_deceased_100k": null}, {"date": "2020-03-22T00:00:00", "time": "13:30", "abbreviation_canton_and_fl": "GL", "ncumul_tested": null, "ncumul_conf": 31.0, "ncumul_hosp": 3.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.gl.ch/verwaltung/finanzen-und-gesundheit/gesundheit/coronavirus.html/4817#Fallzahlen", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 76.72697571962478, "ncumul_deceased_100k": null}, {"date": "2020-03-24T00:00:00", "time": "13:30", "abbreviation_canton_and_fl": "GL", "ncumul_tested": null, "ncumul_conf": 33.0, "ncumul_hosp": 3.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.gl.ch/verwaltung/finanzen-und-gesundheit/gesundheit/coronavirus.html/4817#Fallzahlen", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 81.67710318540702, "ncumul_deceased_100k": null}, {"date": "2020-03-20T00:00:00", "time": null, "abbreviation_canton_and_fl": "SH", "ncumul_tested": null, "ncumul_conf": 14.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://sh.ch/CMS/Webseite/Kanton-Schaffhausen/Beh-rde/Verwaltung/Departement-des-Innern/Gesundheitsamt-3209198-DE.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 17.075044821992655, "ncumul_deceased_100k": null}, {"date": "2020-03-23T00:00:00", "time": null, "abbreviation_canton_and_fl": "SH", "ncumul_tested": null, "ncumul_conf": 30.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://sh.ch/CMS/Webseite/Kanton-Schaffhausen/Beh-rde/Verwaltung/Departement-des-Innern/Gesundheitsamt-3209198-DE.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 36.58938176141284, "ncumul_deceased_100k": null}, {"date": "2020-03-24T00:00:00", "time": null, "abbreviation_canton_and_fl": "SH", "ncumul_tested": null, "ncumul_conf": 32.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://sh.ch/CMS/Webseite/Kanton-Schaffhausen/Beh-rde/Verwaltung/Departement-des-Innern/Gesundheitsamt-3209198-DE.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 39.02867387884036, "ncumul_deceased_100k": null}, {"date": "2020-03-05T00:00:00", "time": null, "abbreviation_canton_and_fl": "AR", "ncumul_tested": null, "ncumul_conf": 1.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ar.ch/verwaltung/departement-gesundheit-und-soziales/news-aus-dem-departement/detail/news/coronavirusersterfallinappenzellausserrhoden/?tx_news_pi1[controller]=News&tx_news_pi1[action]=detail&cHash=fb1a9cf08108cdc7b82780b9239b009d", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 6.193868070610096, "ncumul_deceased_100k": null}, {"date": "2020-03-09T00:00:00", "time": null, "abbreviation_canton_and_fl": "AR", "ncumul_tested": null, "ncumul_conf": 2.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ar.ch/schnellzugriff/medienmitteilungen-der-kantonalen-verwaltung/detail/news/zweiter-coronafall-in-appenzell-ausserrhoden/?tx_news_pi1[controller]=News&tx_news_pi1[action]=detail&cHash=de7ec38198b5e60b6dce8fccc7735501", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 12.387736141220191, "ncumul_deceased_100k": null}, {"date": "2020-03-12T00:00:00", "time": null, "abbreviation_canton_and_fl": "AR", "ncumul_tested": null, "ncumul_conf": 5.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ar.ch/schnellzugriff/medienmitteilungen-der-kantonalen-verwaltung/detail/news/coronavirus-drei-neue-faelle-in-appenzell-ausserrhoden/?tx_news_pi1[controller]=News&tx_news_pi1[action]=detail&cHash=272411484066c8fb971dcc838aa96ef9", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 30.96934035305048, "ncumul_deceased_100k": null}, {"date": "2020-03-18T00:00:00", "time": null, "abbreviation_canton_and_fl": "AR", "ncumul_tested": null, "ncumul_conf": 11.0, "ncumul_hosp": 3.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": null, "source": "https://www.ar.ch/schnellzugriff/medienmitteilungen-der-kantonalen-verwaltung/detail/news/coronavirus-bevoelkerung-und-alle-spitaeler-machen-bei-der-gesundheitsversorgung-mit/?tx_news_pi1%5Bcontroller%5D=News&tx_news_pi1%5Baction%5D=detail&cHash=3d2a0733446b5fc7cdad0f48f61c28fd", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 68.13254877671105, "ncumul_deceased_100k": null}, {"date": "2020-03-23T00:00:00", "time": "10:00", "abbreviation_canton_and_fl": "AR", "ncumul_tested": null, "ncumul_conf": 30.0, "ncumul_hosp": 7.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.ar.ch/verwaltung/departement-gesundheit-und-soziales/amt-fuer-gesundheit/informationsseite-coronavirus/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 185.81604211830287, "ncumul_deceased_100k": 6.193868070610096}, {"date": "2020-03-24T00:00:00", "time": "10:00", "abbreviation_canton_and_fl": "AR", "ncumul_tested": null, "ncumul_conf": 33.0, "ncumul_hosp": 6.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ar.ch/verwaltung/departement-gesundheit-und-soziales/amt-fuer-gesundheit/informationsseite-coronavirus/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 204.39764633013317, "ncumul_deceased_100k": 12.387736141220191}]}}; var embedOpt = {"mode": "vega-lite"}; function showError(el, error){ diff --git a/figures/switzerland-deaths-by-canton.html b/figures/switzerland-deaths-by-canton.html index aea149c4cac124218f54fd243febf2da0c7a6e18..99d7b4f871bbc4df70f8f572b00716d2db406140 100644 --- a/figures/switzerland-deaths-by-canton.html +++ b/figures/switzerland-deaths-by-canton.html @@ -14,7 +14,7 @@ <div id="vis"></div> <script> (function(vegaEmbed) { - var spec = {"config": {"view": {"continuousWidth": 400, "continuousHeight": 300}, "title": {"anchor": "middle"}}, "hconcat": [{"mark": "line", "encoding": {"color": {"type": "nominal", "field": "abbreviation_canton_and_fl", "legend": {"title": "Canton"}}, "opacity": {"condition": {"value": 1, "selection": "selector003"}, "value": 0.2}, "tooltip": [{"type": "nominal", "field": "abbreviation_canton_and_fl", "title": "Canton"}, {"type": "quantitative", "field": "ncumul_deceased", "title": "Deaths"}, {"type": "temporal", "field": "date", "title": "Date"}], "x": {"type": "temporal", "field": "date", "title": "Date"}, "y": {"type": "quantitative", "field": "ncumul_deceased", "scale": {"type": "linear"}, "title": "Deaths"}}, "selection": {"selector003": {"type": "multi", "fields": ["abbreviation_canton_and_fl"], "bind": "legend"}}}, {"mark": "line", "encoding": {"color": {"type": "nominal", "field": "abbreviation_canton_and_fl", "legend": {"title": "Canton"}}, "opacity": {"condition": {"value": 1, "selection": "selector004"}, "value": 0.2}, "tooltip": [{"type": "nominal", "field": "abbreviation_canton_and_fl", "title": "Canton"}, {"type": "quantitative", "field": "ncumul_deceased_10k", "title": "Deaths/10k"}, {"type": "temporal", "field": "date", "title": "Date"}], "x": {"type": "temporal", "field": "date", "title": "Date"}, "y": {"type": "quantitative", "field": "ncumul_deceased_10k", "scale": {"type": "linear"}, "title": "Deaths per 10k population"}}, "selection": {"selector004": {"type": "multi", "fields": ["abbreviation_canton_and_fl"], "bind": "legend"}}}], "data": {"name": "data-5ae6810426835d6380d324e137ba36fb"}, "title": "Covid-19 deaths in Switzerland by Canton", "$schema": "https://vega.github.io/schema/vega-lite/v4.0.2.json", "datasets": {"data-5ae6810426835d6380d324e137ba36fb": [{"date": "2020-03-20T00:00:00", "time": "15:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 168.0, "ncumul_hosp": 25.0, "ncumul_ICU": 4.0, "ncumul_vent": 2.0, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200320_KFS_Coronavirus_Lagebulletin_16.pdf", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 2.477119817400882, "ncumul_deceased_10k": 0.014744760817862393}, {"date": "2020-03-22T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 232.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.ag.ch/de/aktuelles/medienportal/medienmitteilung/medienmitteilungen/mediendetails_139237.jsp", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 3.420784509744075, "ncumul_deceased_10k": 0.014744760817862393}, {"date": "2020-03-23T00:00:00", "time": "15:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 241.0, "ncumul_hosp": 10.0, "ncumul_ICU": 3.0, "ncumul_vent": 2.0, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200323_KFS_Coronavirus_Lagebulletin_17.pdf", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 3.5534873571048364, "ncumul_deceased_10k": 0.014744760817862393}, {"date": "2020-03-21T00:00:00", "time": null, "abbreviation_canton_and_fl": "AR", "ncumul_tested": null, "ncumul_conf": null, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.ar.ch/schnellzugriff/medienmitteilungen-der-kantonalen-verwaltung/detail/news/coronavirus-erster-todesfall-in-appenzell-ausserrhoden/?tx_news_pi1%5Bcontroller%5D=News&tx_news_pi1%5Baction%5D=detail&cHash=a88f209df29c38474f9c5f9e1c5dd53f", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": null, "ncumul_deceased_10k": 0.6193868070610096}, {"date": "2020-03-23T00:00:00", "time": "10:00", "abbreviation_canton_and_fl": "AR", "ncumul_tested": null, "ncumul_conf": 30.0, "ncumul_hosp": 7.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.ar.ch/verwaltung/departement-gesundheit-und-soziales/amt-fuer-gesundheit/informationsseite-coronavirus/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 18.58160421183029, "ncumul_deceased_10k": 0.6193868070610096}, {"date": "2020-03-24T00:00:00", "time": "10:00", "abbreviation_canton_and_fl": "AR", "ncumul_tested": null, "ncumul_conf": 33.0, "ncumul_hosp": 6.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ar.ch/verwaltung/departement-gesundheit-und-soziales/amt-fuer-gesundheit/informationsseite-coronavirus/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 20.439764633013315, "ncumul_deceased_10k": 1.2387736141220191}, {"date": "2020-03-10T00:00:00", "time": null, "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": null, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187422&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=24aa247e65de88fdd1551a61fcc407d9", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": null, "ncumul_deceased_10k": 0.02830111251673303}, {"date": "2020-03-14T00:00:00", "time": null, "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 265.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187466&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=1b10e6e8117296766155edcf9c317a4c", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 7.499794816934254, "ncumul_deceased_10k": 0.0849033375501991}, {"date": "2020-03-15T00:00:00", "time": null, "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 291.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 6.0, "source": "https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187467&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=af5473066754ef4d1272e156056acc07", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 8.235623742369313, "ncumul_deceased_10k": 0.1698066751003982}, {"date": "2020-03-16T00:00:00", "time": null, "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 330.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 8.0, "source": "https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187475&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=dee4a529abd4e9300e116c7ff4db5774", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 9.339367130521902, "ncumul_deceased_10k": 0.22640890013386425}, {"date": "2020-03-17T00:00:00", "time": null, "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 422.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 10.0, "source": "https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187486&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=d106aab74491da09b294ff13ffadd02f", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 11.943069482061341, "ncumul_deceased_10k": 0.28301112516733035}, {"date": "2020-03-18T00:00:00", "time": null, "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 511.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 14.0, "source": "https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187493&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=7803bbc03dd49ef2e421dfd6b12dd239", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 14.46186849605058, "ncumul_deceased_10k": 0.3962155752342625}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 638.0, "ncumul_hosp": 155.0, "ncumul_ICU": 33.0, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 15.0, "source": "https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187499&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=634a783514bdcbb426c005f1ea916268 https://www.youtube.com/watch?v=34RQ7OOWYoI", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 18.056109785675677, "ncumul_deceased_10k": 0.42451668775099544}, {"date": "2020-03-20T00:00:00", "time": "08:00", "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 834.0, "ncumul_hosp": 168.0, "ncumul_ICU": 35.0, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 22.0, "source": "https://www4.ti.ch/dss/dsp/covid19/home/ https://www.youtube.com/watch?v=34RQ7OOWYoI", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 23.603127838955352, "ncumul_deceased_10k": 0.6226244753681267}, {"date": "2020-03-21T00:00:00", "time": "08:00", "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 918.0, "ncumul_hosp": 184.0, "ncumul_ICU": 40.0, "ncumul_vent": 37.0, "ncumul_released": null, "ncumul_deceased": 28.0, "source": "https://www4.ti.ch/dss/dsp/covid19/home/ https://www.youtube.com/watch?v=7g2sALU9bQM", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 25.980421290360923, "ncumul_deceased_10k": 0.792431150468525}, {"date": "2020-03-22T00:00:00", "time": "08:00", "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 939.0, "ncumul_hosp": 246.0, "ncumul_ICU": 46.0, "ncumul_vent": 43.0, "ncumul_released": null, "ncumul_deceased": 37.0, "source": "https://web.archive.org/web/20200322153528/https://www4.ti.ch/dss/dsp/covid19/home/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 26.574744653212317, "ncumul_deceased_10k": 1.0471411631191223}, {"date": "2020-03-23T00:00:00", "time": "08:00", "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 1165.0, "ncumul_hosp": 261.0, "ncumul_ICU": 45.0, "ncumul_vent": 43.0, "ncumul_released": null, "ncumul_deceased": 48.0, "source": "https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187510&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=0120f665ab49651b9d66c876ef272a91", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 32.97079608199398, "ncumul_deceased_10k": 1.3584534008031857}, {"date": "2020-03-06T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 23.0, "ncumul_hosp": 15.0, "ncumul_ICU": 2.0, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.2878075943664792, "ncumul_deceased_10k": 0.01251337366810779}, {"date": "2020-03-07T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 30.0, "ncumul_hosp": 16.0, "ncumul_ICU": 4.0, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.37540121004323374, "ncumul_deceased_10k": 0.01251337366810779}, {"date": "2020-03-08T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 40.0, "ncumul_hosp": 22.0, "ncumul_ICU": 3.0, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.5005349467243116, "ncumul_deceased_10k": 0.01251337366810779}, {"date": "2020-03-09T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 51.0, "ncumul_hosp": 29.0, "ncumul_ICU": 5.0, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.6381820570734973, "ncumul_deceased_10k": 0.01251337366810779}, {"date": "2020-03-10T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 77.0, "ncumul_hosp": 36.0, "ncumul_ICU": 6.0, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.9635297724442998, "ncumul_deceased_10k": 0.01251337366810779}, {"date": "2020-03-11T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 108.0, "ncumul_hosp": 38.0, "ncumul_ICU": 7.0, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.3514443561556415, "ncumul_deceased_10k": 0.01251337366810779}, {"date": "2020-03-12T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 156.0, "ncumul_hosp": 43.0, "ncumul_ICU": 8.0, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.9520862922248154, "ncumul_deceased_10k": 0.01251337366810779}, {"date": "2020-03-13T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 204.0, "ncumul_hosp": 52.0, "ncumul_ICU": 10.0, "ncumul_vent": null, "ncumul_released": 5.0, "ncumul_deceased": 2.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 2.552728228293989, "ncumul_deceased_10k": 0.02502674733621558}, {"date": "2020-03-14T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 350.0, "ncumul_hosp": 43.0, "ncumul_ICU": 14.0, "ncumul_vent": null, "ncumul_released": 5.0, "ncumul_deceased": 3.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 4.379680783837727, "ncumul_deceased_10k": 0.03754012100432337}, {"date": "2020-03-15T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 406.0, "ncumul_hosp": 62.0, "ncumul_ICU": 19.0, "ncumul_vent": null, "ncumul_released": 5.0, "ncumul_deceased": 4.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 5.080429709251763, "ncumul_deceased_10k": 0.05005349467243116}, {"date": "2020-03-16T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 508.0, "ncumul_hosp": 66.0, "ncumul_ICU": 27.0, "ncumul_vent": null, "ncumul_released": 5.0, "ncumul_deceased": 5.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 6.356793823398758, "ncumul_deceased_10k": 0.06256686834053896}, {"date": "2020-03-17T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 608.0, "ncumul_hosp": 95.0, "ncumul_ICU": 35.0, "ncumul_vent": null, "ncumul_released": 9.0, "ncumul_deceased": 5.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 7.608131190209536, "ncumul_deceased_10k": 0.06256686834053896}, {"date": "2020-03-18T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 796.0, "ncumul_hosp": 128.0, "ncumul_ICU": 34.0, "ncumul_vent": null, "ncumul_released": 16.0, "ncumul_deceased": 5.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 9.960645439813803, "ncumul_deceased_10k": 0.06256686834053896}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 1212.0, "ncumul_hosp": 140.0, "ncumul_ICU": 32.0, "ncumul_vent": null, "ncumul_released": 52.0, "ncumul_deceased": 7.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 15.166208885746641, "ncumul_deceased_10k": 0.08759361567675453}, {"date": "2020-03-20T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 1432.0, "ncumul_hosp": 152.0, "ncumul_ICU": 30.0, "ncumul_vent": null, "ncumul_released": 62.0, "ncumul_deceased": 12.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 17.919151092730356, "ncumul_deceased_10k": 0.15016048401729348}, {"date": "2020-03-21T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 1676.0, "ncumul_hosp": 175.0, "ncumul_ICU": 23.0, "ncumul_vent": null, "ncumul_released": 70.0, "ncumul_deceased": 15.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 20.972414267748654, "ncumul_deceased_10k": 0.18770060502161687}, {"date": "2020-03-22T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 1782.0, "ncumul_hosp": 203.0, "ncumul_ICU": 23.0, "ncumul_vent": null, "ncumul_released": 75.0, "ncumul_deceased": 16.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 22.298831876568084, "ncumul_deceased_10k": 0.20021397868972465}, {"date": "2020-03-23T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "SO", "ncumul_tested": null, "ncumul_conf": 95.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://corona.so.ch/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 3.477382372965731, "ncumul_deceased_10k": 0.03660402497858665}, {"date": "2020-03-24T00:00:00", "time": "00:00", "abbreviation_canton_and_fl": "SO", "ncumul_tested": null, "ncumul_conf": 104.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://corona.so.ch/", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 3.8068185977730113, "ncumul_deceased_10k": 0.03660402497858665}, {"date": "2020-03-09T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 33.0, "ncumul_hosp": 13.0, "ncumul_ICU": 3.0, "ncumul_vent": 10.0, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "TotalPosTests1": null, "ncumul_ICF": 0.0, "ncumul_ICU_intub": 0.0, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.6606871145991832, "ncumul_deceased_10k": 0.020020821654520703}, {"date": "2020-03-10T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 59.0, "ncumul_hosp": 18.0, "ncumul_ICU": 4.0, "ncumul_vent": 14.0, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "TotalPosTests1": null, "ncumul_ICF": 0.0, "ncumul_ICU_intub": 1.0, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.1812284776167212, "ncumul_deceased_10k": 0.040041643309041405}, {"date": "2020-03-11T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 66.0, "ncumul_hosp": 20.0, "ncumul_ICU": 6.0, "ncumul_vent": 14.0, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "TotalPosTests1": null, "ncumul_ICF": 0.0, "ncumul_ICU_intub": 1.0, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.3213742291983663, "ncumul_deceased_10k": 0.040041643309041405}, {"date": "2020-03-12T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 80.0, "ncumul_hosp": 23.0, "ncumul_ICU": 6.0, "ncumul_vent": 17.0, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "TotalPosTests1": null, "ncumul_ICF": 0.0, "ncumul_ICU_intub": 4.0, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.601665732361656, "ncumul_deceased_10k": 0.040041643309041405}, {"date": "2020-03-13T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 104.0, "ncumul_hosp": 33.0, "ncumul_ICU": 7.0, "ncumul_vent": 26.0, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "TotalPosTests1": null, "ncumul_ICF": 0.0, "ncumul_ICU_intub": 4.0, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 2.082165452070153, "ncumul_deceased_10k": 0.040041643309041405}, {"date": "2020-03-14T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 196.0, "ncumul_hosp": 43.0, "ncumul_ICU": 8.0, "ncumul_vent": 33.0, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "TotalPosTests1": null, "ncumul_ICF": 2.0, "ncumul_ICU_intub": 5.0, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 3.9240810442860576, "ncumul_deceased_10k": 0.040041643309041405}, {"date": "2020-03-15T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 281.0, "ncumul_hosp": 46.0, "ncumul_ICU": 12.0, "ncumul_vent": 32.0, "ncumul_released": null, "ncumul_deceased": 4.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "TotalPosTests1": null, "ncumul_ICF": 2.0, "ncumul_ICU_intub": 5.0, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 5.625850884920317, "ncumul_deceased_10k": 0.08008328661808281}, {"date": "2020-03-16T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 373.0, "ncumul_hosp": 66.0, "ncumul_ICU": 10.0, "ncumul_vent": 52.0, "ncumul_released": null, "ncumul_deceased": 4.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "TotalPosTests1": null, "ncumul_ICF": 4.0, "ncumul_ICU_intub": 8.0, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 7.467766477136222, "ncumul_deceased_10k": 0.08008328661808281}, {"date": "2020-03-17T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 495.0, "ncumul_hosp": 75.0, "ncumul_ICU": 19.0, "ncumul_vent": 54.0, "ncumul_released": null, "ncumul_deceased": 4.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "TotalPosTests1": null, "ncumul_ICF": 2.0, "ncumul_ICU_intub": 9.0, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 9.910306718987746, "ncumul_deceased_10k": 0.08008328661808281}, {"date": "2020-03-18T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 629.0, "ncumul_hosp": 78.0, "ncumul_ICU": 20.0, "ncumul_vent": 56.0, "ncumul_released": null, "ncumul_deceased": 5.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "TotalPosTests1": null, "ncumul_ICF": 2.0, "ncumul_ICU_intub": 17.0, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 12.593096820693521, "ncumul_deceased_10k": 0.1001041082726035}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 826.0, "ncumul_hosp": 92.0, "ncumul_ICU": 19.0, "ncumul_vent": 68.0, "ncumul_released": null, "ncumul_deceased": 5.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "TotalPosTests1": null, "ncumul_ICF": 5.0, "ncumul_ICU_intub": 17.0, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 16.5371986866341, "ncumul_deceased_10k": 0.1001041082726035}, {"date": "2020-03-20T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 994.0, "ncumul_hosp": 109.0, "ncumul_ICU": 22.0, "ncumul_vent": 82.0, "ncumul_released": null, "ncumul_deceased": 8.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "TotalPosTests1": null, "ncumul_ICF": 5.0, "ncumul_ICU_intub": 21.0, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 19.90069672459358, "ncumul_deceased_10k": 0.16016657323616562}, {"date": "2020-03-21T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 1128.0, "ncumul_hosp": 145.0, "ncumul_ICU": 25.0, "ncumul_vent": 107.0, "ncumul_released": null, "ncumul_deceased": 10.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "TotalPosTests1": null, "ncumul_ICF": 13.0, "ncumul_ICU_intub": 24.0, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 22.58348682629935, "ncumul_deceased_10k": 0.200208216545207}, {"date": "2020-03-22T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 1203.0, "ncumul_hosp": 179.0, "ncumul_ICU": 36.0, "ncumul_vent": 137.0, "ncumul_released": null, "ncumul_deceased": 9.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "TotalPosTests1": null, "ncumul_ICF": 6.0, "ncumul_ICU_intub": 36.0, "ncumul_deceased_suspect": 4.0, "TotalCured": null, "ncumul_conf_10k": 24.085048450388403, "ncumul_deceased_10k": 0.18018739489068633}, {"date": "2020-03-23T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 1231.0, "ncumul_hosp": 214.0, "ncumul_ICU": 43.0, "ncumul_vent": 160.0, "ncumul_released": null, "ncumul_deceased": 9.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "TotalPosTests1": null, "ncumul_ICF": 11.0, "ncumul_ICU_intub": 41.0, "ncumul_deceased_suspect": 5.0, "TotalCured": null, "ncumul_conf_10k": 24.64563145671498, "ncumul_deceased_10k": 0.18018739489068633}, {"date": "2020-03-16T00:00:00", "time": null, "abbreviation_canton_and_fl": "BE", "ncumul_tested": null, "ncumul_conf": 123.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.1884322067060429, "ncumul_deceased_10k": 0.009662050461024736}, {"date": "2020-03-18T00:00:00", "time": null, "abbreviation_canton_and_fl": "BE", "ncumul_tested": null, "ncumul_conf": 193.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.8647757389777744, "ncumul_deceased_10k": 0.009662050461024736}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "BE", "ncumul_tested": null, "ncumul_conf": 282.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 2.724698230008976, "ncumul_deceased_10k": 0.009662050461024736}, {"date": "2020-03-20T00:00:00", "time": null, "abbreviation_canton_and_fl": "BE", "ncumul_tested": null, "ncumul_conf": 377.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 3.642593023806326, "ncumul_deceased_10k": 0.019324100922049472}, {"date": "2020-03-21T00:00:00", "time": null, "abbreviation_canton_and_fl": "BE", "ncumul_tested": null, "ncumul_conf": 418.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 4.03873709270834, "ncumul_deceased_10k": 0.028986151383074213}, {"date": "2020-03-23T00:00:00", "time": null, "abbreviation_canton_and_fl": "BE", "ncumul_tested": null, "ncumul_conf": 470.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 5.0, "source": "https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 4.541163716681627, "ncumul_deceased_10k": 0.04831025230512369}, {"date": "2020-03-24T00:00:00", "time": null, "abbreviation_canton_and_fl": "BE", "ncumul_tested": null, "ncumul_conf": 532.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 6.0, "source": "https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 5.140210845265161, "ncumul_deceased_10k": 0.057972302766148426}, {"date": "2020-03-18T00:00:00", "time": "17:00", "abbreviation_canton_and_fl": "FR", "ncumul_tested": null, "ncumul_conf": null, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.fr.ch/de/sr/gesundheit/covid-19/covid-19-im-kanton-freiburg-ist-ein-erster-todesfall-zu-beklagen", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": null, "ncumul_deceased_10k": 0.031376092672427316}, {"date": "2020-03-21T00:00:00", "time": "11:00", "abbreviation_canton_and_fl": "LU", "ncumul_tested": null, "ncumul_conf": 109.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus;https://newsletter.lu.ch/inxmail/html_mail.jsp?params=7UGt4J1Fx6OIONHlV9upAAuOzkQ6ZmQA%2FxRrLjJkeDWZdweUdKfwhAE94i2Apium%2F6rIvcF2Z5MaTtV52A77W2jrwVmrkZ8UhFPVmHC4iuI%3D", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 2.661412208801217, "ncumul_deceased_10k": 0.024416625768818503}, {"date": "2020-03-22T00:00:00", "time": "11:00", "abbreviation_canton_and_fl": "LU", "ncumul_tested": null, "ncumul_conf": 131.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 3.198577975715224, "ncumul_deceased_10k": 0.024416625768818503}, {"date": "2020-03-23T00:00:00", "time": "11:00", "abbreviation_canton_and_fl": "LU", "ncumul_tested": null, "ncumul_conf": 156.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 3.808993619935687, "ncumul_deceased_10k": 0.024416625768818503}, {"date": "2020-03-12T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 73.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 4.0, "ncumul_deceased": 1.0, "source": "https://twitter.com/BAG_OFSP_UFSP/status/1238073089902235648?s=20 https://www.coronavirus.bs.ch/nm/2020-coronavirus-ende-der-quarantaenemassnahmen-im-fall-kita-riehen-gd.html https://www.coronavirus.bs.ch/nm/2020-coronavirus-erster-todesfall-im-kanton-basel-stadt-gd.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 3.7480874485279774, "ncumul_deceased_10k": 0.05134366367846544}, {"date": "2020-03-13T00:00:00", "time": "12:30", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 92.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://twitter.com/BAG_OFSP_UFSP/status/1238430659762364417?s=20", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 4.72361705841882, "ncumul_deceased_10k": 0.05134366367846544}, {"date": "2020-03-14T00:00:00", "time": "11:27", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 100.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://twitter.com/BAG_OFSP_UFSP/status/1238773726423941127?s=20", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 5.134366367846544, "ncumul_deceased_10k": 0.05134366367846544}, {"date": "2020-03-16T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 144.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 4.0, "source": "https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-144-bestaetigte-faelle-im-kanton-basel-stadt-gd.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 7.393487569699023, "ncumul_deceased_10k": 0.20537465471386177}, {"date": "2020-03-17T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 165.0, "ncumul_hosp": 30.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 25.0, "ncumul_deceased": 4.0, "source": "https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-165-bestaetigte-faelle-im-kanton-basel-stadt-gd.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 8.471704506946798, "ncumul_deceased_10k": 0.20537465471386177}, {"date": "2020-03-18T00:00:00", "time": "11:15", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 182.0, "ncumul_hosp": 40.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 36.0, "ncumul_deceased": 4.0, "source": "https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-182-bestaetigte-faelle-im-kanton-basel-stadt-treffen-mit-allen-spitaelern-gd.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 9.34454678948071, "ncumul_deceased_10k": 0.20537465471386177}, {"date": "2020-03-19T00:00:00", "time": "11:00", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 222.0, "ncumul_hosp": 40.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 44.0, "ncumul_deceased": 4.0, "source": "https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-222-bestaetigte-faelle-basel-stadt-trifft-gemeinsam-mit-den-spitaelern-vorkehrungen-fuer-intensiv--und-beatmungskapazitaeten-gd.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 11.398293336619327, "ncumul_deceased_10k": 0.20537465471386177}, {"date": "2020-03-20T00:00:00", "time": "10:00", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 272.0, "ncumul_hosp": 45.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 46.0, "ncumul_deceased": 4.0, "source": "https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-272-bestaetigte-faelle-im-kanton-basel-stadt-gd.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 13.9654765205426, "ncumul_deceased_10k": 0.20537465471386177}, {"date": "2020-03-21T00:00:00", "time": "10:00", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 299.0, "ncumul_hosp": 46.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 57.0, "ncumul_deceased": 5.0, "source": "https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-299-bestaetigte-faelle-im-kanton-basel-stadt-gd.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 15.351755439861167, "ncumul_deceased_10k": 0.2567183183923272}, {"date": "2020-03-22T00:00:00", "time": "10:30", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 358.0, "ncumul_hosp": 50.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 73.0, "ncumul_deceased": 5.0, "source": "https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-358-bestaetigte-faelle-im-kanton-basel-stadt-gd.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 18.381031596890626, "ncumul_deceased_10k": 0.2567183183923272}, {"date": "2020-03-23T00:00:00", "time": "10:00", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 376.0, "ncumul_hosp": 56.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 78.0, "ncumul_deceased": 5.0, "source": "https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-376-bestaetigte-faelle-im-kanton-basel-stadt-gd.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 19.305217543103005, "ncumul_deceased_10k": 0.2567183183923272}, {"date": "2020-03-16T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 270.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.7751852767448097, "ncumul_deceased_10k": 0.006574760284240037}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 526.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 3.458323909510259, "ncumul_deceased_10k": 0.01972428085272011}, {"date": "2020-03-20T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 773.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 5.082289699717548, "ncumul_deceased_10k": 0.01972428085272011}, {"date": "2020-03-23T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 1068.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 5.0, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 7.021843983568359, "ncumul_deceased_10k": 0.03287380142120019}, {"date": "2020-03-24T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 1211.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 5.0, "source": "https://twitter.com/gd_zuerich/status/1242375974710370304?s=20", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 7.962034704214685, "ncumul_deceased_10k": 0.03287380142120019}, {"date": "2020-03-23T00:00:00", "time": null, "abbreviation_canton_and_fl": "SG", "ncumul_tested": null, "ncumul_conf": 200.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.sg.ch/tools/informationen-coronavirus.html", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 3.939357530180403, "ncumul_deceased_10k": 0.019696787650902013}, {"date": "2020-03-13T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 22.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=3#collapse6898881", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.6396185547528019, "ncumul_deceased_10k": 0.02907357067058191}, {"date": "2020-03-17T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 95.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=2#collapse6927494", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 2.7619892137052813, "ncumul_deceased_10k": 0.08722071201174572}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 232.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 4.0, "source": "https://www.vs.ch/de/web/coronavirus#collapse6955818", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 6.745068395575003, "ncumul_deceased_10k": 0.11629428268232764}, {"date": "2020-03-20T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 282.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 5.0, "source": "https://www.vs.ch/de/web/coronavirus", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 8.198746929104098, "ncumul_deceased_10k": 0.14536785335290953}, {"date": "2020-03-21T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 359.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 9.0, "source": "https://www.vs.ch/de/web/coronavirus", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 10.437411870738904, "ncumul_deceased_10k": 0.2616621360352372}, {"date": "2020-03-22T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 432.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 10.0, "source": "https://www.vs.ch/de/web/coronavirus", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 12.559782529691383, "ncumul_deceased_10k": 0.29073570670581905}, {"date": "2020-03-23T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 492.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 12.0, "source": "https://www.vs.ch/de/web/coronavirus", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 14.304196769926298, "ncumul_deceased_10k": 0.3488828480469829}, {"date": "2020-03-20T00:00:00", "time": "16:00", "abbreviation_canton_and_fl": "NE", "ncumul_tested": null, "ncumul_conf": 159.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 8.990670059372349, "ncumul_deceased_10k": 0.1130901894260673}, {"date": "2020-03-21T00:00:00", "time": "15:30", "abbreviation_canton_and_fl": "NE", "ncumul_tested": null, "ncumul_conf": 177.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 10.008481764206955, "ncumul_deceased_10k": 0.1130901894260673}, {"date": "2020-03-22T00:00:00", "time": "15:00", "abbreviation_canton_and_fl": "NE", "ncumul_tested": null, "ncumul_conf": 188.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 10.630477806050326, "ncumul_deceased_10k": 0.1130901894260673}, {"date": "2020-03-23T00:00:00", "time": "15:00", "abbreviation_canton_and_fl": "NE", "ncumul_tested": null, "ncumul_conf": 204.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 11.535199321458864, "ncumul_deceased_10k": 0.1130901894260673}, {"date": "2020-03-08T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 19.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/patient-im-kantonsspital-baselland-stirbt-an-den-folgen-einer-coronavirus-infektion", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.6594199880610276, "ncumul_deceased_10k": 0.03470631516110671}, {"date": "2020-03-09T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 20.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-xx-bestaetigte-faelle-in-basel-landschaft", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.6941263032221343, "ncumul_deceased_10k": 0.03470631516110671}, {"date": "2020-03-10T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 22.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.7635389335443478, "ncumul_deceased_10k": 0.03470631516110671}, {"date": "2020-03-11T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 26.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-26-bestaetigte-faelle-in-basel-landschaft-1", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.9023641941887746, "ncumul_deceased_10k": 0.06941263032221343}, {"date": "2020-03-12T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 26.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": null, "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 0.9023641941887746, "ncumul_deceased_10k": 0.06941263032221343}, {"date": "2020-03-13T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 42.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-26-bestaetigte-faelle-in-basel-landschaft-2", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.4576652367664822, "ncumul_deceased_10k": 0.06941263032221343}, {"date": "2020-03-14T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 47.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-47-bestaetigte-faelle-in-basel-landschaft", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.6311968125720158, "ncumul_deceased_10k": 0.06941263032221343}, {"date": "2020-03-15T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 54.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-54-bestaetigte-faelle-in-basel-landschaft", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 1.8741410186997627, "ncumul_deceased_10k": 0.06941263032221343}, {"date": "2020-03-16T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 76.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-67-bestaetigte-faelle-in-basel-landschaft", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 2.6376799522441106, "ncumul_deceased_10k": 0.06941263032221343}, {"date": "2020-03-17T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 89.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-89-bestaetigte-faelle-in-basel-landschaft", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 3.0888620493384975, "ncumul_deceased_10k": 0.06941263032221343}, {"date": "2020-03-18T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 116.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-116-bestaetigte-faelle-in-basel-landschaft", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 4.025932558688379, "ncumul_deceased_10k": 0.06941263032221343}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 134.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-131-bestaetigte-faelle-in-basel-landschaft", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 4.6506462315883, "ncumul_deceased_10k": 0.06941263032221343}, {"date": "2020-03-20T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 184.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-170-bestaetigte-faelle-in-basel-landschaft", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 6.385961989643636, "ncumul_deceased_10k": 0.10411894548332014}, {"date": "2020-03-21T00:00:00", "time": "14:00", "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 282.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-282-bestaetigte-faelle-in-basel-landschaft", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 9.787180875432094, "ncumul_deceased_10k": 0.10411894548332014}, {"date": "2020-03-22T00:00:00", "time": "14:00", "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 289.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-289-bestaetigte-faelle-in-basel-landschaft", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 10.03012508155984, "ncumul_deceased_10k": 0.10411894548332014}, {"date": "2020-03-23T00:00:00", "time": "14:00", "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 302.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-289-bestaetigte-faelle-in-basel-landschaft-1", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 10.481307178654227, "ncumul_deceased_10k": 0.10411894548332014}, {"date": "2020-03-18T00:00:00", "time": null, "abbreviation_canton_and_fl": "GR", "ncumul_tested": null, "ncumul_conf": 116.0, "ncumul_hosp": 13.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 5.847393121247713, "ncumul_deceased_10k": 0.05040856139006649}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "GR", "ncumul_tested": null, "ncumul_conf": 145.0, "ncumul_hosp": 18.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 7.309241401559641, "ncumul_deceased_10k": 0.05040856139006649}, {"date": "2020-03-20T00:00:00", "time": null, "abbreviation_canton_and_fl": "GR", "ncumul_tested": null, "ncumul_conf": 213.0, "ncumul_hosp": 24.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 10.73702357608416, "ncumul_deceased_10k": 0.15122568417019946}, {"date": "2020-03-21T00:00:00", "time": null, "abbreviation_canton_and_fl": "GR", "ncumul_tested": null, "ncumul_conf": 239.0, "ncumul_hosp": 24.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 12.04764617222589, "ncumul_deceased_10k": 0.15122568417019946}, {"date": "2020-03-22T00:00:00", "time": null, "abbreviation_canton_and_fl": "GR", "ncumul_tested": null, "ncumul_conf": 266.0, "ncumul_hosp": 27.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 6.0, "source": "https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 13.408677329757685, "ncumul_deceased_10k": 0.30245136834039893}, {"date": "2020-03-24T00:00:00", "time": null, "abbreviation_canton_and_fl": "GR", "ncumul_tested": null, "ncumul_conf": 276.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 6.0, "source": "https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx", "TotalPosTests1": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalCured": null, "ncumul_conf_10k": 13.912762943658352, "ncumul_deceased_10k": 0.30245136834039893}]}}; + var spec = {"config": {"view": {"continuousWidth": 400, "continuousHeight": 300}, "title": {"anchor": "middle"}}, "hconcat": [{"mark": "line", "encoding": {"color": {"type": "nominal", "field": "abbreviation_canton_and_fl", "legend": {"title": "Canton"}}, "opacity": {"condition": {"value": 1, "selection": "selector003"}, "value": 0.2}, "tooltip": [{"type": "nominal", "field": "abbreviation_canton_and_fl", "title": "Canton"}, {"type": "quantitative", "field": "ncumul_deceased", "title": "Deaths"}, {"type": "temporal", "field": "date", "title": "Date"}], "x": {"type": "temporal", "field": "date", "title": "Date"}, "y": {"type": "quantitative", "field": "ncumul_deceased", "scale": {"type": "linear"}, "title": "Deaths"}}, "selection": {"selector003": {"type": "multi", "fields": ["abbreviation_canton_and_fl"], "bind": "legend"}}}, {"mark": "line", "encoding": {"color": {"type": "nominal", "field": "abbreviation_canton_and_fl", "legend": {"title": "Canton"}}, "opacity": {"condition": {"value": 1, "selection": "selector004"}, "value": 0.2}, "tooltip": [{"type": "nominal", "field": "abbreviation_canton_and_fl", "title": "Canton"}, {"type": "quantitative", "field": "ncumul_deceased_100k", "title": "Deaths/100k"}, {"type": "temporal", "field": "date", "title": "Date"}], "x": {"type": "temporal", "field": "date", "title": "Date"}, "y": {"type": "quantitative", "field": "ncumul_deceased_100k", "scale": {"type": "linear"}, "title": "Deaths per 100k population"}}, "selection": {"selector004": {"type": "multi", "fields": ["abbreviation_canton_and_fl"], "bind": "legend"}}}], "data": {"name": "data-88328a8e91a36071cab931f20b9cae28"}, "title": "Covid-19 deaths in Switzerland by Canton", "$schema": "https://vega.github.io/schema/vega-lite/v4.0.2.json", "datasets": {"data-88328a8e91a36071cab931f20b9cae28": [{"date": "2020-03-13T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 22.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=3#collapse6898881", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 6.396185547528019, "ncumul_deceased_100k": 0.2907357067058191}, {"date": "2020-03-17T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 95.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=2#collapse6927494", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 27.619892137052812, "ncumul_deceased_100k": 0.8722071201174572}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 232.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 4.0, "source": "https://www.vs.ch/de/web/coronavirus#collapse6955818", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 67.45068395575002, "ncumul_deceased_100k": 1.1629428268232764}, {"date": "2020-03-20T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 282.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 5.0, "source": "https://www.vs.ch/de/web/coronavirus", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 81.98746929104098, "ncumul_deceased_100k": 1.4536785335290954}, {"date": "2020-03-21T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 359.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 9.0, "source": "https://www.vs.ch/de/web/coronavirus", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 104.37411870738904, "ncumul_deceased_100k": 2.616621360352372}, {"date": "2020-03-22T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 432.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 10.0, "source": "https://www.vs.ch/de/web/coronavirus", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 125.59782529691383, "ncumul_deceased_100k": 2.9073570670581907}, {"date": "2020-03-23T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 492.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 12.0, "source": "https://www.vs.ch/de/web/coronavirus", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 143.04196769926298, "ncumul_deceased_100k": 3.4888284804698286}, {"date": "2020-03-24T00:00:00", "time": null, "abbreviation_canton_and_fl": "VS", "ncumul_tested": null, "ncumul_conf": 544.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 13.0, "source": "https://www.vs.ch/de/web/coronavirus", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 158.1602244479656, "ncumul_deceased_100k": 3.7795641871756476}, {"date": "2020-03-18T00:00:00", "time": null, "abbreviation_canton_and_fl": "GR", "ncumul_tested": null, "ncumul_conf": 116.0, "ncumul_hosp": 13.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 58.473931212477126, "ncumul_deceased_100k": 0.5040856139006649}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "GR", "ncumul_tested": null, "ncumul_conf": 145.0, "ncumul_hosp": 18.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 73.0924140155964, "ncumul_deceased_100k": 0.5040856139006649}, {"date": "2020-03-20T00:00:00", "time": null, "abbreviation_canton_and_fl": "GR", "ncumul_tested": null, "ncumul_conf": 213.0, "ncumul_hosp": 24.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 107.37023576084161, "ncumul_deceased_100k": 1.5122568417019946}, {"date": "2020-03-21T00:00:00", "time": null, "abbreviation_canton_and_fl": "GR", "ncumul_tested": null, "ncumul_conf": 239.0, "ncumul_hosp": 24.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 120.4764617222589, "ncumul_deceased_100k": 1.5122568417019946}, {"date": "2020-03-22T00:00:00", "time": null, "abbreviation_canton_and_fl": "GR", "ncumul_tested": null, "ncumul_conf": 266.0, "ncumul_hosp": 27.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 6.0, "source": "https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 134.08677329757685, "ncumul_deceased_100k": 3.024513683403989}, {"date": "2020-03-24T00:00:00", "time": null, "abbreviation_canton_and_fl": "GR", "ncumul_tested": null, "ncumul_conf": 276.0, "ncumul_hosp": 29.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 6.0, "source": "https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 139.12762943658353, "ncumul_deceased_100k": 3.024513683403989}, {"date": "2020-03-16T00:00:00", "time": null, "abbreviation_canton_and_fl": "BE", "ncumul_tested": null, "ncumul_conf": 123.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 11.884322067060427, "ncumul_deceased_100k": 0.09662050461024736}, {"date": "2020-03-18T00:00:00", "time": null, "abbreviation_canton_and_fl": "BE", "ncumul_tested": null, "ncumul_conf": 193.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 18.647757389777745, "ncumul_deceased_100k": 0.09662050461024736}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "BE", "ncumul_tested": null, "ncumul_conf": 282.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 27.24698230008976, "ncumul_deceased_100k": 0.09662050461024736}, {"date": "2020-03-20T00:00:00", "time": null, "abbreviation_canton_and_fl": "BE", "ncumul_tested": null, "ncumul_conf": 377.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 36.42593023806326, "ncumul_deceased_100k": 0.19324100922049472}, {"date": "2020-03-21T00:00:00", "time": null, "abbreviation_canton_and_fl": "BE", "ncumul_tested": null, "ncumul_conf": 418.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 40.3873709270834, "ncumul_deceased_100k": 0.28986151383074216}, {"date": "2020-03-23T00:00:00", "time": null, "abbreviation_canton_and_fl": "BE", "ncumul_tested": null, "ncumul_conf": 470.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 5.0, "source": "https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 45.41163716681627, "ncumul_deceased_100k": 0.48310252305123685}, {"date": "2020-03-24T00:00:00", "time": null, "abbreviation_canton_and_fl": "BE", "ncumul_tested": null, "ncumul_conf": 532.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 6.0, "source": "https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 51.4021084526516, "ncumul_deceased_100k": 0.5797230276614843}, {"date": "2020-03-25T00:00:00", "time": null, "abbreviation_canton_and_fl": "BE", "ncumul_tested": null, "ncumul_conf": 624.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 6.0, "source": "https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 60.29119487679437, "ncumul_deceased_100k": 0.5797230276614843}, {"date": "2020-03-08T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 19.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/patient-im-kantonsspital-baselland-stirbt-an-den-folgen-einer-coronavirus-infektion", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 6.594199880610277, "ncumul_deceased_100k": 0.34706315161106716}, {"date": "2020-03-09T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 20.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-xx-bestaetigte-faelle-in-basel-landschaft", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 6.941263032221343, "ncumul_deceased_100k": 0.34706315161106716}, {"date": "2020-03-10T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 22.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 7.635389335443477, "ncumul_deceased_100k": 0.34706315161106716}, {"date": "2020-03-11T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 26.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-26-bestaetigte-faelle-in-basel-landschaft-1", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 9.023641941887746, "ncumul_deceased_100k": 0.6941263032221343}, {"date": "2020-03-12T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 26.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": null, "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 9.023641941887746, "ncumul_deceased_100k": 0.6941263032221343}, {"date": "2020-03-13T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 42.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-26-bestaetigte-faelle-in-basel-landschaft-2", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 14.576652367664822, "ncumul_deceased_100k": 0.6941263032221343}, {"date": "2020-03-14T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 47.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-47-bestaetigte-faelle-in-basel-landschaft", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 16.311968125720156, "ncumul_deceased_100k": 0.6941263032221343}, {"date": "2020-03-15T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 54.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-54-bestaetigte-faelle-in-basel-landschaft", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 18.741410186997626, "ncumul_deceased_100k": 0.6941263032221343}, {"date": "2020-03-16T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 76.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-67-bestaetigte-faelle-in-basel-landschaft", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 26.376799522441107, "ncumul_deceased_100k": 0.6941263032221343}, {"date": "2020-03-17T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 89.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-89-bestaetigte-faelle-in-basel-landschaft", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 30.888620493384977, "ncumul_deceased_100k": 0.6941263032221343}, {"date": "2020-03-18T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 116.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-116-bestaetigte-faelle-in-basel-landschaft", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 40.25932558688379, "ncumul_deceased_100k": 0.6941263032221343}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 134.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-131-bestaetigte-faelle-in-basel-landschaft", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 46.506462315883, "ncumul_deceased_100k": 0.6941263032221343}, {"date": "2020-03-20T00:00:00", "time": null, "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 184.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-170-bestaetigte-faelle-in-basel-landschaft", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 63.859619896436364, "ncumul_deceased_100k": 1.0411894548332015}, {"date": "2020-03-21T00:00:00", "time": "14:00", "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 282.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-282-bestaetigte-faelle-in-basel-landschaft", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 97.87180875432094, "ncumul_deceased_100k": 1.0411894548332015}, {"date": "2020-03-22T00:00:00", "time": "14:00", "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 289.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-289-bestaetigte-faelle-in-basel-landschaft", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 100.30125081559841, "ncumul_deceased_100k": 1.0411894548332015}, {"date": "2020-03-23T00:00:00", "time": "14:00", "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 302.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-289-bestaetigte-faelle-in-basel-landschaft-1", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 104.81307178654227, "ncumul_deceased_100k": 1.0411894548332015}, {"date": "2020-03-24T00:00:00", "time": "15:30", "abbreviation_canton_and_fl": "BL", "ncumul_tested": null, "ncumul_conf": 306.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 4.0, "source": "https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/amt-fur-gesundheit/medizinische-dienste/kantonsarztlicher-dienst/aktuelles/covid-19-faelle-kanton-basel-landschaft", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 106.20132439298655, "ncumul_deceased_100k": 1.3882526064442686}, {"date": "2020-03-23T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "SO", "ncumul_tested": null, "ncumul_conf": 95.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://corona.so.ch/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 34.77382372965731, "ncumul_deceased_100k": 0.36604024978586647}, {"date": "2020-03-24T00:00:00", "time": "00:00", "abbreviation_canton_and_fl": "SO", "ncumul_tested": null, "ncumul_conf": 104.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://corona.so.ch/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 38.06818597773011, "ncumul_deceased_100k": 0.36604024978586647}, {"date": "2020-03-25T00:00:00", "time": "00:00", "abbreviation_canton_and_fl": "SO", "ncumul_tested": null, "ncumul_conf": 129.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://corona.so.ch/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 47.219192222376776, "ncumul_deceased_100k": 0.36604024978586647}, {"date": "2020-03-23T00:00:00", "time": null, "abbreviation_canton_and_fl": "SG", "ncumul_tested": null, "ncumul_conf": 200.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.sg.ch/tools/informationen-coronavirus.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 39.39357530180403, "ncumul_deceased_100k": 0.19696787650902012}, {"date": "2020-03-20T00:00:00", "time": "16:00", "abbreviation_canton_and_fl": "NE", "ncumul_tested": null, "ncumul_conf": 159.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 89.90670059372349, "ncumul_deceased_100k": 1.130901894260673}, {"date": "2020-03-21T00:00:00", "time": "15:30", "abbreviation_canton_and_fl": "NE", "ncumul_tested": null, "ncumul_conf": 177.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 100.08481764206955, "ncumul_deceased_100k": 1.130901894260673}, {"date": "2020-03-22T00:00:00", "time": "15:00", "abbreviation_canton_and_fl": "NE", "ncumul_tested": null, "ncumul_conf": 188.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 106.30477806050325, "ncumul_deceased_100k": 1.130901894260673}, {"date": "2020-03-23T00:00:00", "time": "15:00", "abbreviation_canton_and_fl": "NE", "ncumul_tested": null, "ncumul_conf": 204.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 115.35199321458863, "ncumul_deceased_100k": 1.130901894260673}, {"date": "2020-03-24T00:00:00", "time": "15:00", "abbreviation_canton_and_fl": "NE", "ncumul_tested": null, "ncumul_conf": 230.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 130.05371783997737, "ncumul_deceased_100k": 1.130901894260673}, {"date": "2020-03-21T00:00:00", "time": "11:00", "abbreviation_canton_and_fl": "LU", "ncumul_tested": null, "ncumul_conf": 109.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus;https://newsletter.lu.ch/inxmail/html_mail.jsp?params=7UGt4J1Fx6OIONHlV9upAAuOzkQ6ZmQA%2FxRrLjJkeDWZdweUdKfwhAE94i2Apium%2F6rIvcF2Z5MaTtV52A77W2jrwVmrkZ8UhFPVmHC4iuI%3D", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 26.61412208801217, "ncumul_deceased_100k": 0.24416625768818503}, {"date": "2020-03-22T00:00:00", "time": "11:00", "abbreviation_canton_and_fl": "LU", "ncumul_tested": null, "ncumul_conf": 131.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 31.98577975715224, "ncumul_deceased_100k": 0.24416625768818503}, {"date": "2020-03-23T00:00:00", "time": "11:00", "abbreviation_canton_and_fl": "LU", "ncumul_tested": null, "ncumul_conf": 156.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 38.08993619935686, "ncumul_deceased_100k": 0.24416625768818503}, {"date": "2020-03-24T00:00:00", "time": "11:00", "abbreviation_canton_and_fl": "LU", "ncumul_tested": null, "ncumul_conf": 205.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 50.05408282607794, "ncumul_deceased_100k": 0.48833251537637007}, {"date": "2020-03-12T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 73.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 4.0, "ncumul_deceased": 1.0, "source": "https://twitter.com/BAG_OFSP_UFSP/status/1238073089902235648?s=20 https://www.coronavirus.bs.ch/nm/2020-coronavirus-ende-der-quarantaenemassnahmen-im-fall-kita-riehen-gd.html https://www.coronavirus.bs.ch/nm/2020-coronavirus-erster-todesfall-im-kanton-basel-stadt-gd.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 37.48087448527977, "ncumul_deceased_100k": 0.5134366367846545}, {"date": "2020-03-13T00:00:00", "time": "12:30", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 92.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://twitter.com/BAG_OFSP_UFSP/status/1238430659762364417?s=20", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 47.2361705841882, "ncumul_deceased_100k": 0.5134366367846545}, {"date": "2020-03-14T00:00:00", "time": "11:27", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 100.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://twitter.com/BAG_OFSP_UFSP/status/1238773726423941127?s=20", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 51.34366367846545, "ncumul_deceased_100k": 0.5134366367846545}, {"date": "2020-03-16T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 144.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 4.0, "source": "https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-144-bestaetigte-faelle-im-kanton-basel-stadt-gd.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 73.93487569699023, "ncumul_deceased_100k": 2.053746547138618}, {"date": "2020-03-17T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 165.0, "ncumul_hosp": 30.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 25.0, "ncumul_deceased": 4.0, "source": "https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-165-bestaetigte-faelle-im-kanton-basel-stadt-gd.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 84.71704506946797, "ncumul_deceased_100k": 2.053746547138618}, {"date": "2020-03-18T00:00:00", "time": "11:15", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 182.0, "ncumul_hosp": 40.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 36.0, "ncumul_deceased": 4.0, "source": "https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-182-bestaetigte-faelle-im-kanton-basel-stadt-treffen-mit-allen-spitaelern-gd.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 93.4454678948071, "ncumul_deceased_100k": 2.053746547138618}, {"date": "2020-03-19T00:00:00", "time": "11:00", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 222.0, "ncumul_hosp": 40.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 44.0, "ncumul_deceased": 4.0, "source": "https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-222-bestaetigte-faelle-basel-stadt-trifft-gemeinsam-mit-den-spitaelern-vorkehrungen-fuer-intensiv--und-beatmungskapazitaeten-gd.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 113.98293336619327, "ncumul_deceased_100k": 2.053746547138618}, {"date": "2020-03-20T00:00:00", "time": "10:00", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 272.0, "ncumul_hosp": 45.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 46.0, "ncumul_deceased": 4.0, "source": "https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-272-bestaetigte-faelle-im-kanton-basel-stadt-gd.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 139.654765205426, "ncumul_deceased_100k": 2.053746547138618}, {"date": "2020-03-21T00:00:00", "time": "10:00", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 299.0, "ncumul_hosp": 46.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 57.0, "ncumul_deceased": 5.0, "source": "https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-299-bestaetigte-faelle-im-kanton-basel-stadt-gd.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 153.51755439861168, "ncumul_deceased_100k": 2.567183183923272}, {"date": "2020-03-22T00:00:00", "time": "10:30", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 358.0, "ncumul_hosp": 50.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 73.0, "ncumul_deceased": 5.0, "source": "https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-358-bestaetigte-faelle-im-kanton-basel-stadt-gd.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 183.81031596890628, "ncumul_deceased_100k": 2.567183183923272}, {"date": "2020-03-23T00:00:00", "time": "10:00", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 376.0, "ncumul_hosp": 56.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 78.0, "ncumul_deceased": 5.0, "source": "https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-376-bestaetigte-faelle-im-kanton-basel-stadt-gd.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 193.05217543103007, "ncumul_deceased_100k": 2.567183183923272}, {"date": "2020-03-24T00:00:00", "time": "09:00", "abbreviation_canton_and_fl": "BS", "ncumul_tested": null, "ncumul_conf": 414.0, "ncumul_hosp": 58.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": 105.0, "ncumul_deceased": 5.0, "source": "https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-414-bestaetigte-faelle-im-kanton-basel-stadt-gd.html", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 212.56276762884693, "ncumul_deceased_100k": 2.567183183923272}, {"date": "2020-03-20T00:00:00", "time": "15:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 168.0, "ncumul_hosp": 25.0, "ncumul_ICU": 4.0, "ncumul_vent": 2.0, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200320_KFS_Coronavirus_Lagebulletin_16.pdf", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 24.771198174008823, "ncumul_deceased_100k": 0.14744760817862393}, {"date": "2020-03-22T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 232.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.ag.ch/de/aktuelles/medienportal/medienmitteilung/medienmitteilungen/mediendetails_139237.jsp", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 34.20784509744075, "ncumul_deceased_100k": 0.14744760817862393}, {"date": "2020-03-23T00:00:00", "time": "15:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 241.0, "ncumul_hosp": 10.0, "ncumul_ICU": 3.0, "ncumul_vent": 2.0, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200323_KFS_Coronavirus_Lagebulletin_17.pdf", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 35.534873571048365, "ncumul_deceased_100k": 0.14744760817862393}, {"date": "2020-03-24T00:00:00", "time": "15:00", "abbreviation_canton_and_fl": "AG", "ncumul_tested": null, "ncumul_conf": 266.0, "ncumul_hosp": 24.0, "ncumul_ICU": 2.0, "ncumul_vent": 2.0, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200324_KFS_Coronavirus_Lagebulletin_18.pdf", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 39.22106377551396, "ncumul_deceased_100k": 0.29489521635724786}, {"date": "2020-03-09T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 33.0, "ncumul_hosp": 13.0, "ncumul_ICU": 3.0, "ncumul_vent": 10.0, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 0.0, "ncumul_ICU_intub": 0.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 6.606871145991831, "ncumul_deceased_100k": 0.200208216545207}, {"date": "2020-03-10T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 59.0, "ncumul_hosp": 18.0, "ncumul_ICU": 4.0, "ncumul_vent": 14.0, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 0.0, "ncumul_ICU_intub": 1.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 11.812284776167214, "ncumul_deceased_100k": 0.400416433090414}, {"date": "2020-03-11T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 66.0, "ncumul_hosp": 20.0, "ncumul_ICU": 6.0, "ncumul_vent": 14.0, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 0.0, "ncumul_ICU_intub": 1.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 13.213742291983662, "ncumul_deceased_100k": 0.400416433090414}, {"date": "2020-03-12T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 80.0, "ncumul_hosp": 23.0, "ncumul_ICU": 6.0, "ncumul_vent": 17.0, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 0.0, "ncumul_ICU_intub": 4.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 16.016657323616563, "ncumul_deceased_100k": 0.400416433090414}, {"date": "2020-03-13T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 104.0, "ncumul_hosp": 33.0, "ncumul_ICU": 7.0, "ncumul_vent": 26.0, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 0.0, "ncumul_ICU_intub": 4.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 20.82165452070153, "ncumul_deceased_100k": 0.400416433090414}, {"date": "2020-03-14T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 196.0, "ncumul_hosp": 43.0, "ncumul_ICU": 8.0, "ncumul_vent": 33.0, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 2.0, "ncumul_ICU_intub": 5.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 39.24081044286058, "ncumul_deceased_100k": 0.400416433090414}, {"date": "2020-03-15T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 281.0, "ncumul_hosp": 46.0, "ncumul_ICU": 12.0, "ncumul_vent": 32.0, "ncumul_released": null, "ncumul_deceased": 4.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 2.0, "ncumul_ICU_intub": 5.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 56.258508849203174, "ncumul_deceased_100k": 0.800832866180828}, {"date": "2020-03-16T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 373.0, "ncumul_hosp": 66.0, "ncumul_ICU": 10.0, "ncumul_vent": 52.0, "ncumul_released": null, "ncumul_deceased": 4.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 4.0, "ncumul_ICU_intub": 8.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 74.67766477136222, "ncumul_deceased_100k": 0.800832866180828}, {"date": "2020-03-17T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 495.0, "ncumul_hosp": 75.0, "ncumul_ICU": 19.0, "ncumul_vent": 54.0, "ncumul_released": null, "ncumul_deceased": 4.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 2.0, "ncumul_ICU_intub": 9.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 99.10306718987746, "ncumul_deceased_100k": 0.800832866180828}, {"date": "2020-03-18T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 629.0, "ncumul_hosp": 78.0, "ncumul_ICU": 20.0, "ncumul_vent": 56.0, "ncumul_released": null, "ncumul_deceased": 5.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 2.0, "ncumul_ICU_intub": 17.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 125.9309682069352, "ncumul_deceased_100k": 1.0010410827260352}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 826.0, "ncumul_hosp": 92.0, "ncumul_ICU": 19.0, "ncumul_vent": 68.0, "ncumul_released": null, "ncumul_deceased": 5.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 5.0, "ncumul_ICU_intub": 17.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 165.371986866341, "ncumul_deceased_100k": 1.0010410827260352}, {"date": "2020-03-20T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 994.0, "ncumul_hosp": 109.0, "ncumul_ICU": 22.0, "ncumul_vent": 82.0, "ncumul_released": null, "ncumul_deceased": 8.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 5.0, "ncumul_ICU_intub": 21.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 199.00696724593578, "ncumul_deceased_100k": 1.601665732361656}, {"date": "2020-03-21T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 1128.0, "ncumul_hosp": 145.0, "ncumul_ICU": 25.0, "ncumul_vent": 107.0, "ncumul_released": null, "ncumul_deceased": 10.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 13.0, "ncumul_ICU_intub": 24.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 225.8348682629935, "ncumul_deceased_100k": 2.0020821654520704}, {"date": "2020-03-22T00:00:00", "time": null, "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 1203.0, "ncumul_hosp": 179.0, "ncumul_ICU": 36.0, "ncumul_vent": 137.0, "ncumul_released": null, "ncumul_deceased": 9.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 6.0, "ncumul_ICU_intub": 36.0, "ncumul_deceased_suspect": 4.0, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 240.85048450388402, "ncumul_deceased_100k": 1.8018739489068631}, {"date": "2020-03-23T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 1509.0, "ncumul_hosp": 214.0, "ncumul_ICU": 43.0, "ncumul_vent": 160.0, "ncumul_released": null, "ncumul_deceased": 9.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 11.0, "ncumul_ICU_intub": 41.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 302.1141987667174, "ncumul_deceased_100k": 1.8018739489068631}, {"date": "2020-03-24T00:00:00", "time": "12:00", "abbreviation_canton_and_fl": "GE", "ncumul_tested": null, "ncumul_conf": 1510.0, "ncumul_hosp": 238.0, "ncumul_ICU": 41.0, "ncumul_vent": 176.0, "ncumul_released": null, "ncumul_deceased": 12.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 21.0, "ncumul_ICU_intub": 41.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 302.3144069832626, "ncumul_deceased_100k": 2.4024985985424845}, {"date": "2020-03-10T00:00:00", "time": null, "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": null, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187422&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=24aa247e65de88fdd1551a61fcc407d9", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": null, "ncumul_deceased_100k": 0.2830111251673303}, {"date": "2020-03-14T00:00:00", "time": null, "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 265.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187466&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=1b10e6e8117296766155edcf9c317a4c", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 74.99794816934254, "ncumul_deceased_100k": 0.849033375501991}, {"date": "2020-03-15T00:00:00", "time": null, "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 291.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 6.0, "source": "https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187467&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=af5473066754ef4d1272e156056acc07", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 82.35623742369313, "ncumul_deceased_100k": 1.698066751003982}, {"date": "2020-03-16T00:00:00", "time": null, "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 330.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 8.0, "source": "https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187475&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=dee4a529abd4e9300e116c7ff4db5774", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 93.39367130521902, "ncumul_deceased_100k": 2.2640890013386423}, {"date": "2020-03-17T00:00:00", "time": null, "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 422.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 10.0, "source": "https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187486&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=d106aab74491da09b294ff13ffadd02f", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 119.43069482061341, "ncumul_deceased_100k": 2.8301112516733036}, {"date": "2020-03-18T00:00:00", "time": null, "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 511.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 14.0, "source": "https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187493&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=7803bbc03dd49ef2e421dfd6b12dd239", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 144.6186849605058, "ncumul_deceased_100k": 3.9621557523426247}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 638.0, "ncumul_hosp": 155.0, "ncumul_ICU": 33.0, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 15.0, "source": "https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187499&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=634a783514bdcbb426c005f1ea916268 https://www.youtube.com/watch?v=34RQ7OOWYoI", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 180.56109785675676, "ncumul_deceased_100k": 4.245166877509955}, {"date": "2020-03-20T00:00:00", "time": "08:00", "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 834.0, "ncumul_hosp": 168.0, "ncumul_ICU": 35.0, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 22.0, "source": "https://www4.ti.ch/dss/dsp/covid19/home/ https://www.youtube.com/watch?v=34RQ7OOWYoI", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 236.0312783895535, "ncumul_deceased_100k": 6.226244753681267}, {"date": "2020-03-21T00:00:00", "time": "08:00", "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 918.0, "ncumul_hosp": 184.0, "ncumul_ICU": 40.0, "ncumul_vent": 37.0, "ncumul_released": null, "ncumul_deceased": 28.0, "source": "https://www4.ti.ch/dss/dsp/covid19/home/ https://www.youtube.com/watch?v=7g2sALU9bQM", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 259.8042129036092, "ncumul_deceased_100k": 7.9243115046852495}, {"date": "2020-03-22T00:00:00", "time": "08:00", "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 939.0, "ncumul_hosp": 246.0, "ncumul_ICU": 46.0, "ncumul_vent": 43.0, "ncumul_released": null, "ncumul_deceased": 37.0, "source": "https://web.archive.org/web/20200322153528/https://www4.ti.ch/dss/dsp/covid19/home/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 265.74744653212315, "ncumul_deceased_100k": 10.471411631191222}, {"date": "2020-03-23T00:00:00", "time": "08:00", "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 1165.0, "ncumul_hosp": 261.0, "ncumul_ICU": 45.0, "ncumul_vent": 43.0, "ncumul_released": null, "ncumul_deceased": 48.0, "source": "https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187510&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=0120f665ab49651b9d66c876ef272a91", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 329.70796081993984, "ncumul_deceased_100k": 13.584534008031856}, {"date": "2020-03-24T00:00:00", "time": "08:00", "abbreviation_canton_and_fl": "TI", "ncumul_tested": null, "ncumul_conf": 1211.0, "ncumul_hosp": 285.0, "ncumul_ICU": 50.0, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 53.0, "source": "https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187520&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=4d581f57e92de04937175bab9e5b0f14", "ncumul_ICF": null, "ncumul_ICU_intub": 48.0, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 342.726472577637, "ncumul_deceased_100k": 14.999589633868506}, {"date": "2020-03-18T00:00:00", "time": "17:00", "abbreviation_canton_and_fl": "FR", "ncumul_tested": null, "ncumul_conf": null, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.fr.ch/de/sr/gesundheit/covid-19/covid-19-im-kanton-freiburg-ist-ein-erster-todesfall-zu-beklagen", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": null, "ncumul_deceased_100k": 0.3137609267242732}, {"date": "2020-03-24T00:00:00", "time": null, "abbreviation_canton_and_fl": "TG", "ncumul_tested": null, "ncumul_conf": 87.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.tg.ch/news/fachdossier-coronavirus.html/10552 & https://www.tg.ch/news/news-detailseite.html/485/news/44925", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 31.46792441910935, "ncumul_deceased_100k": 0.36170028067941784}, {"date": "2020-03-16T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 270.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 17.7518527674481, "ncumul_deceased_100k": 0.06574760284240036}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 526.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 34.58323909510259, "ncumul_deceased_100k": 0.1972428085272011}, {"date": "2020-03-20T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 773.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 3.0, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 50.822896997175484, "ncumul_deceased_100k": 0.1972428085272011}, {"date": "2020-03-23T00:00:00", "time": null, "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 1068.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 5.0, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 70.2184398356836, "ncumul_deceased_100k": 0.32873801421200183}, {"date": "2020-03-24T00:00:00", "time": "9:30", "abbreviation_canton_and_fl": "ZH", "ncumul_tested": null, "ncumul_conf": 1211.0, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 5.0, "source": "https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 79.62034704214685, "ncumul_deceased_100k": 0.32873801421200183}, {"date": "2020-03-06T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 23.0, "ncumul_hosp": 15.0, "ncumul_ICU": 2.0, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 2.878075943664792, "ncumul_deceased_100k": 0.1251337366810779}, {"date": "2020-03-07T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 30.0, "ncumul_hosp": 16.0, "ncumul_ICU": 4.0, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 3.754012100432337, "ncumul_deceased_100k": 0.1251337366810779}, {"date": "2020-03-08T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 40.0, "ncumul_hosp": 22.0, "ncumul_ICU": 3.0, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 5.005349467243116, "ncumul_deceased_100k": 0.1251337366810779}, {"date": "2020-03-09T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 51.0, "ncumul_hosp": 29.0, "ncumul_ICU": 5.0, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 6.381820570734973, "ncumul_deceased_100k": 0.1251337366810779}, {"date": "2020-03-10T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 77.0, "ncumul_hosp": 36.0, "ncumul_ICU": 6.0, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 9.635297724442998, "ncumul_deceased_100k": 0.1251337366810779}, {"date": "2020-03-11T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 108.0, "ncumul_hosp": 38.0, "ncumul_ICU": 7.0, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 13.514443561556416, "ncumul_deceased_100k": 0.1251337366810779}, {"date": "2020-03-12T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 156.0, "ncumul_hosp": 43.0, "ncumul_ICU": 8.0, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 19.520862922248153, "ncumul_deceased_100k": 0.1251337366810779}, {"date": "2020-03-13T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 204.0, "ncumul_hosp": 52.0, "ncumul_ICU": 10.0, "ncumul_vent": null, "ncumul_released": 5.0, "ncumul_deceased": 2.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 25.527282282939893, "ncumul_deceased_100k": 0.2502674733621558}, {"date": "2020-03-14T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 350.0, "ncumul_hosp": 43.0, "ncumul_ICU": 14.0, "ncumul_vent": null, "ncumul_released": 5.0, "ncumul_deceased": 3.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 43.79680783837727, "ncumul_deceased_100k": 0.3754012100432337}, {"date": "2020-03-15T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 406.0, "ncumul_hosp": 62.0, "ncumul_ICU": 19.0, "ncumul_vent": null, "ncumul_released": 5.0, "ncumul_deceased": 4.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 50.80429709251763, "ncumul_deceased_100k": 0.5005349467243116}, {"date": "2020-03-16T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 508.0, "ncumul_hosp": 66.0, "ncumul_ICU": 27.0, "ncumul_vent": null, "ncumul_released": 5.0, "ncumul_deceased": 5.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 63.567938233987576, "ncumul_deceased_100k": 0.6256686834053895}, {"date": "2020-03-17T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 608.0, "ncumul_hosp": 95.0, "ncumul_ICU": 35.0, "ncumul_vent": null, "ncumul_released": 9.0, "ncumul_deceased": 5.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 76.08131190209536, "ncumul_deceased_100k": 0.6256686834053895}, {"date": "2020-03-18T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 796.0, "ncumul_hosp": 128.0, "ncumul_ICU": 34.0, "ncumul_vent": null, "ncumul_released": 16.0, "ncumul_deceased": 5.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 99.60645439813801, "ncumul_deceased_100k": 0.6256686834053895}, {"date": "2020-03-19T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 1212.0, "ncumul_hosp": 140.0, "ncumul_ICU": 32.0, "ncumul_vent": null, "ncumul_released": 52.0, "ncumul_deceased": 7.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 151.66208885746641, "ncumul_deceased_100k": 0.8759361567675453}, {"date": "2020-03-20T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 1432.0, "ncumul_hosp": 152.0, "ncumul_ICU": 30.0, "ncumul_vent": null, "ncumul_released": 62.0, "ncumul_deceased": 12.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 179.19151092730357, "ncumul_deceased_100k": 1.5016048401729347}, {"date": "2020-03-21T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 1676.0, "ncumul_hosp": 175.0, "ncumul_ICU": 23.0, "ncumul_vent": null, "ncumul_released": 70.0, "ncumul_deceased": 15.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 209.72414267748655, "ncumul_deceased_100k": 1.8770060502161685}, {"date": "2020-03-22T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 1782.0, "ncumul_hosp": 203.0, "ncumul_ICU": 23.0, "ncumul_vent": null, "ncumul_released": 75.0, "ncumul_deceased": 16.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 222.98831876568082, "ncumul_deceased_100k": 2.0021397868972466}, {"date": "2020-03-23T00:00:00", "time": null, "abbreviation_canton_and_fl": "VD", "ncumul_tested": null, "ncumul_conf": 2162.0, "ncumul_hosp": 223.0, "ncumul_ICU": 41.0, "ncumul_vent": null, "ncumul_released": 91.0, "ncumul_deceased": 17.0, "source": "https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 270.5391387044904, "ncumul_deceased_100k": 2.127273523578324}, {"date": "2020-03-21T00:00:00", "time": null, "abbreviation_canton_and_fl": "AR", "ncumul_tested": null, "ncumul_conf": null, "ncumul_hosp": null, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.ar.ch/schnellzugriff/medienmitteilungen-der-kantonalen-verwaltung/detail/news/coronavirus-erster-todesfall-in-appenzell-ausserrhoden/?tx_news_pi1%5Bcontroller%5D=News&tx_news_pi1%5Baction%5D=detail&cHash=a88f209df29c38474f9c5f9e1c5dd53f", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": null, "ncumul_deceased_100k": 6.193868070610096}, {"date": "2020-03-23T00:00:00", "time": "10:00", "abbreviation_canton_and_fl": "AR", "ncumul_tested": null, "ncumul_conf": 30.0, "ncumul_hosp": 7.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 1.0, "source": "https://www.ar.ch/verwaltung/departement-gesundheit-und-soziales/amt-fuer-gesundheit/informationsseite-coronavirus/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 185.81604211830287, "ncumul_deceased_100k": 6.193868070610096}, {"date": "2020-03-24T00:00:00", "time": "10:00", "abbreviation_canton_and_fl": "AR", "ncumul_tested": null, "ncumul_conf": 33.0, "ncumul_hosp": 6.0, "ncumul_ICU": null, "ncumul_vent": null, "ncumul_released": null, "ncumul_deceased": 2.0, "source": "https://www.ar.ch/verwaltung/departement-gesundheit-und-soziales/amt-fuer-gesundheit/informationsseite-coronavirus/", "ncumul_ICF": null, "ncumul_ICU_intub": null, "ncumul_deceased_suspect": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_100k": 204.39764633013317, "ncumul_deceased_100k": 12.387736141220191}]}}; var embedOpt = {"mode": "vega-lite"}; function showError(el, error){ diff --git a/runs/Dashboard.run.ipynb b/runs/Dashboard.run.ipynb index 4ffabdae237b899cf2c8a16306ad0c0c13a682fb..9bd0dae88923fcf47f6af3f063919893db7d49e8 100644 --- a/runs/Dashboard.run.ipynb +++ b/runs/Dashboard.run.ipynb @@ -8,10 +8,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.578098, - "end_time": "2020-03-24T11:09:52.954437", + "duration": 0.52347, + "end_time": "2020-03-25T08:24:21.046944", "exception": false, - "start_time": "2020-03-24T11:09:52.376339", + "start_time": "2020-03-25T08:24:20.523474", "status": "completed" }, "tags": [] @@ -33,10 +33,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.027503, - "end_time": "2020-03-24T11:09:53.003027", + "duration": 0.028235, + "end_time": "2020-03-25T08:24:21.095737", "exception": false, - "start_time": "2020-03-24T11:09:52.975524", + "start_time": "2020-03-25T08:24:21.067502", "status": "completed" }, "tags": [ @@ -60,10 +60,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.024484, - "end_time": "2020-03-24T11:09:53.040917", + "duration": 0.024585, + "end_time": "2020-03-25T08:24:21.137015", "exception": false, - "start_time": "2020-03-24T11:09:53.016433", + "start_time": "2020-03-25T08:24:21.112430", "status": "completed" }, "tags": [ @@ -73,11 +73,11 @@ "outputs": [], "source": [ "# Parameters\n", - "PAPERMILL_INPUT_PATH = \"/tmp/ckgj1z_m/notebooks/Dashboard.ipynb\"\n", + "PAPERMILL_INPUT_PATH = \"/tmp/cv5hzohm/notebooks/Dashboard.ipynb\"\n", "PAPERMILL_OUTPUT_PATH = \"runs/Dashboard.run.ipynb\"\n", - "ts_folder = \"/tmp/ckgj1z_m/data/covid-19_jhu-csse\"\n", - "rates_folder = \"/tmp/ckgj1z_m/data/covid-19_rates\"\n", - "geodata_path = \"/tmp/ckgj1z_m/data/geodata/geo_data.csv\"\n" + "ts_folder = \"/tmp/cv5hzohm/data/covid-19_jhu-csse\"\n", + "rates_folder = \"/tmp/cv5hzohm/data/covid-19_rates\"\n", + "geodata_path = \"/tmp/cv5hzohm/data/geodata/geo_data.csv\"\n" ] }, { @@ -88,10 +88,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.023328, - "end_time": "2020-03-24T11:09:53.077361", + "duration": 0.025158, + "end_time": "2020-03-25T08:24:21.176567", "exception": false, - "start_time": "2020-03-24T11:09:53.054033", + "start_time": "2020-03-25T08:24:21.151409", "status": "completed" }, "tags": [] @@ -109,10 +109,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.134542, - "end_time": "2020-03-24T11:09:53.226353", + "duration": 0.140512, + "end_time": "2020-03-25T08:24:21.334742", "exception": false, - "start_time": "2020-03-24T11:09:53.091811", + "start_time": "2020-03-25T08:24:21.194230", "status": "completed" }, "tags": [] @@ -133,10 +133,10 @@ "cell_type": "markdown", "metadata": { "papermill": { - "duration": 0.011728, - "end_time": "2020-03-24T11:09:53.261101", + "duration": 0.012866, + "end_time": "2020-03-25T08:24:21.367506", "exception": false, - "start_time": "2020-03-24T11:09:53.249373", + "start_time": "2020-03-25T08:24:21.354640", "status": "completed" }, "tags": [] @@ -157,10 +157,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.049231, - "end_time": "2020-03-24T11:09:53.322294", + "duration": 0.040715, + "end_time": "2020-03-25T08:24:21.421655", "exception": false, - "start_time": "2020-03-24T11:09:53.273063", + "start_time": "2020-03-25T08:24:21.380940", "status": "completed" }, "tags": [] @@ -188,10 +188,10 @@ "cell_type": "markdown", "metadata": { "papermill": { - "duration": 0.011518, - "end_time": "2020-03-24T11:09:53.354293", + "duration": 0.014368, + "end_time": "2020-03-25T08:24:21.451655", "exception": false, - "start_time": "2020-03-24T11:09:53.342775", + "start_time": "2020-03-25T08:24:21.437287", "status": "completed" }, "tags": [] @@ -208,10 +208,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.023669, - "end_time": "2020-03-24T11:09:53.389311", + "duration": 0.025279, + "end_time": "2020-03-25T08:24:21.491025", "exception": false, - "start_time": "2020-03-24T11:09:53.365642", + "start_time": "2020-03-25T08:24:21.465746", "status": "completed" }, "tags": [] @@ -229,10 +229,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.056629, - "end_time": "2020-03-24T11:09:53.461831", + "duration": 0.047889, + "end_time": "2020-03-25T08:24:21.553306", "exception": false, - "start_time": "2020-03-24T11:09:53.405202", + "start_time": "2020-03-25T08:24:21.505417", "status": "completed" }, "tags": [] @@ -250,10 +250,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.149506, - "end_time": "2020-03-24T11:09:53.635187", + "duration": 0.126971, + "end_time": "2020-03-25T08:24:21.699768", "exception": false, - "start_time": "2020-03-24T11:09:53.485681", + "start_time": "2020-03-25T08:24:21.572797", "status": "completed" }, "tags": [] @@ -263,10 +263,10 @@ "data": { "text/html": [ "\n", - "<div id=\"altair-viz-572ae2c4a1af4b718aec715cd3883fa8\"></div>\n", + "<div id=\"altair-viz-6aa822d2c01b493aa61e40880afbee3b\"></div>\n", "<script type=\"text/javascript\">\n", " (function(spec, embedOpt){\n", - " const outputDiv = document.getElementById(\"altair-viz-572ae2c4a1af4b718aec715cd3883fa8\");\n", + " const outputDiv = document.getElementById(\"altair-viz-6aa822d2c01b493aa61e40880afbee3b\");\n", " const paths = {\n", " \"vega\": \"https://cdn.jsdelivr.net/npm//vega@5?noext\",\n", " \"vega-lib\": \"https://cdn.jsdelivr.net/npm//vega-lib?noext\",\n", @@ -353,10 +353,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.108668, - "end_time": "2020-03-24T11:09:53.762896", + "duration": 0.106133, + "end_time": "2020-03-25T08:24:21.823747", "exception": false, - "start_time": "2020-03-24T11:09:53.654228", + "start_time": "2020-03-25T08:24:21.717614", "status": "completed" }, "tags": [] @@ -366,10 +366,10 @@ "data": { "text/html": [ "\n", - "<div id=\"altair-viz-01ed10cd989f4f958ca751c6c765fada\"></div>\n", + "<div id=\"altair-viz-8107b94667d64821893db2ad11451a4a\"></div>\n", "<script type=\"text/javascript\">\n", " (function(spec, embedOpt){\n", - " const outputDiv = document.getElementById(\"altair-viz-01ed10cd989f4f958ca751c6c765fada\");\n", + " const outputDiv = document.getElementById(\"altair-viz-8107b94667d64821893db2ad11451a4a\");\n", " const paths = {\n", " \"vega\": \"https://cdn.jsdelivr.net/npm//vega@5?noext\",\n", " \"vega-lib\": \"https://cdn.jsdelivr.net/npm//vega-lib?noext\",\n", @@ -469,10 +469,10 @@ "cell_type": "markdown", "metadata": { "papermill": { - "duration": 0.014574, - "end_time": "2020-03-24T11:09:53.800621", + "duration": 0.017806, + "end_time": "2020-03-25T08:24:21.862832", "exception": false, - "start_time": "2020-03-24T11:09:53.786047", + "start_time": "2020-03-25T08:24:21.845026", "status": "completed" }, "tags": [] @@ -489,10 +489,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.101506, - "end_time": "2020-03-24T11:09:53.917049", + "duration": 0.078263, + "end_time": "2020-03-25T08:24:21.958970", "exception": false, - "start_time": "2020-03-24T11:09:53.815543", + "start_time": "2020-03-25T08:24:21.880707", "status": "completed" }, "tags": [] @@ -514,10 +514,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.213781, - "end_time": "2020-03-24T11:09:54.157949", + "duration": 0.185269, + "end_time": "2020-03-25T08:24:22.166032", "exception": false, - "start_time": "2020-03-24T11:09:53.944168", + "start_time": "2020-03-25T08:24:21.980763", "status": "completed" }, "tags": [] @@ -527,10 +527,10 @@ "data": { "text/html": [ "\n", - "<div id=\"altair-viz-b81380d8741148868b879e044ab07984\"></div>\n", + "<div id=\"altair-viz-f91aae1317f14a88b44aae592eaf7b01\"></div>\n", "<script type=\"text/javascript\">\n", " (function(spec, embedOpt){\n", - " const outputDiv = document.getElementById(\"altair-viz-b81380d8741148868b879e044ab07984\");\n", + " const outputDiv = document.getElementById(\"altair-viz-f91aae1317f14a88b44aae592eaf7b01\");\n", " const paths = {\n", " \"vega\": \"https://cdn.jsdelivr.net/npm//vega@5?noext\",\n", " \"vega-lib\": \"https://cdn.jsdelivr.net/npm//vega-lib?noext\",\n", @@ -627,10 +627,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.35062, - "end_time": "2020-03-24T11:09:54.531098", + "duration": 0.437409, + "end_time": "2020-03-25T08:24:22.631344", "exception": false, - "start_time": "2020-03-24T11:09:54.180478", + "start_time": "2020-03-25T08:24:22.193935", "status": "completed" }, "tags": [] @@ -664,10 +664,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.055279, - "end_time": "2020-03-24T11:09:54.623604", + "duration": 0.049178, + "end_time": "2020-03-25T08:24:22.711105", "exception": false, - "start_time": "2020-03-24T11:09:54.568325", + "start_time": "2020-03-25T08:24:22.661927", "status": "completed" }, "tags": [] @@ -722,10 +722,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.38634, - "end_time": "2020-03-24T11:09:55.046219", + "duration": 0.46702, + "end_time": "2020-03-25T08:24:23.208692", "exception": false, - "start_time": "2020-03-24T11:09:54.659879", + "start_time": "2020-03-25T08:24:22.741672", "status": "completed" }, "tags": [] @@ -735,10 +735,10 @@ "data": { "text/html": [ "\n", - "<div id=\"altair-viz-20f227e556de48208c6ed86fb8e35902\"></div>\n", + "<div id=\"altair-viz-5cd560c8d4a641e5ab2c6821e2ccc30c\"></div>\n", "<script type=\"text/javascript\">\n", " (function(spec, embedOpt){\n", - " const outputDiv = document.getElementById(\"altair-viz-20f227e556de48208c6ed86fb8e35902\");\n", + " const outputDiv = document.getElementById(\"altair-viz-5cd560c8d4a641e5ab2c6821e2ccc30c\");\n", " const paths = {\n", " \"vega\": \"https://cdn.jsdelivr.net/npm//vega@5?noext\",\n", " \"vega-lib\": \"https://cdn.jsdelivr.net/npm//vega-lib?noext\",\n", @@ -837,10 +837,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.409891, - "end_time": "2020-03-24T11:09:55.481630", + "duration": 0.497551, + "end_time": "2020-03-25T08:24:23.740440", "exception": false, - "start_time": "2020-03-24T11:09:55.071739", + "start_time": "2020-03-25T08:24:23.242889", "status": "completed" }, "tags": [] @@ -850,10 +850,10 @@ "data": { "text/html": [ "\n", - "<div id=\"altair-viz-592b1ba7f95349dc94ea1bff80e0b70b\"></div>\n", + "<div id=\"altair-viz-dd357041b5fe47fc8acd3202c7cad0ef\"></div>\n", "<script type=\"text/javascript\">\n", " (function(spec, embedOpt){\n", - " const outputDiv = document.getElementById(\"altair-viz-592b1ba7f95349dc94ea1bff80e0b70b\");\n", + " const outputDiv = document.getElementById(\"altair-viz-dd357041b5fe47fc8acd3202c7cad0ef\");\n", " const paths = {\n", " \"vega\": \"https://cdn.jsdelivr.net/npm//vega@5?noext\",\n", " \"vega-lib\": \"https://cdn.jsdelivr.net/npm//vega-lib?noext\",\n", @@ -948,10 +948,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.472699, - "end_time": "2020-03-24T11:09:55.982064", + "duration": 0.531625, + "end_time": "2020-03-25T08:24:24.306235", "exception": false, - "start_time": "2020-03-24T11:09:55.509365", + "start_time": "2020-03-25T08:24:23.774610", "status": "completed" }, "tags": [] @@ -961,10 +961,10 @@ "data": { "text/html": [ "\n", - "<div id=\"altair-viz-e6526b901f66436ba998db218796cc0c\"></div>\n", + "<div id=\"altair-viz-bfc46b2a948d4eefbbc22582195bbebf\"></div>\n", "<script type=\"text/javascript\">\n", " (function(spec, embedOpt){\n", - " const outputDiv = document.getElementById(\"altair-viz-e6526b901f66436ba998db218796cc0c\");\n", + " const outputDiv = document.getElementById(\"altair-viz-bfc46b2a948d4eefbbc22582195bbebf\");\n", " const paths = {\n", " \"vega\": \"https://cdn.jsdelivr.net/npm//vega@5?noext\",\n", " \"vega-lib\": \"https://cdn.jsdelivr.net/npm//vega-lib?noext\",\n", @@ -1074,20 +1074,20 @@ "version": "3.7.3" }, "papermill": { - "duration": 4.747425, - "end_time": "2020-03-24T11:09:56.343714", + "duration": 4.967494, + "end_time": "2020-03-25T08:24:24.654886", "environment_variables": {}, "exception": null, - "input_path": "/tmp/ckgj1z_m/notebooks/Dashboard.ipynb", + "input_path": "/tmp/cv5hzohm/notebooks/Dashboard.ipynb", "output_path": "runs/Dashboard.run.ipynb", "parameters": { - "PAPERMILL_INPUT_PATH": "/tmp/ckgj1z_m/notebooks/Dashboard.ipynb", + "PAPERMILL_INPUT_PATH": "/tmp/cv5hzohm/notebooks/Dashboard.ipynb", "PAPERMILL_OUTPUT_PATH": "runs/Dashboard.run.ipynb", - "geodata_path": "/tmp/ckgj1z_m/data/geodata/geo_data.csv", - "rates_folder": "/tmp/ckgj1z_m/data/covid-19_rates", - "ts_folder": "/tmp/ckgj1z_m/data/covid-19_jhu-csse" + "geodata_path": "/tmp/cv5hzohm/data/geodata/geo_data.csv", + "rates_folder": "/tmp/cv5hzohm/data/covid-19_rates", + "ts_folder": "/tmp/cv5hzohm/data/covid-19_jhu-csse" }, - "start_time": "2020-03-24T11:09:51.596289", + "start_time": "2020-03-25T08:24:19.687392", "version": "1.1.0" } }, diff --git a/runs/openzh-covid-19-dashboard.run.ipynb b/runs/openzh-covid-19-dashboard.run.ipynb index 869abae72b8fef613fd7d12bc29029eec3cf7ef7..6a84b3ceb239cfcb2b2ff71dba507acb05ef4016 100644 --- a/runs/openzh-covid-19-dashboard.run.ipynb +++ b/runs/openzh-covid-19-dashboard.run.ipynb @@ -8,10 +8,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.45671, - "end_time": "2020-03-24T14:57:54.300303", + "duration": 0.509865, + "end_time": "2020-03-25T08:24:26.989132", "exception": false, - "start_time": "2020-03-24T14:57:53.843593", + "start_time": "2020-03-25T08:24:26.479267", "status": "completed" }, "tags": [] @@ -33,10 +33,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.022277, - "end_time": "2020-03-24T14:57:54.341008", + "duration": 0.018076, + "end_time": "2020-03-25T08:24:27.017436", "exception": false, - "start_time": "2020-03-24T14:57:54.318731", + "start_time": "2020-03-25T08:24:26.999360", "status": "completed" }, "tags": [ @@ -57,10 +57,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.020688, - "end_time": "2020-03-24T14:57:54.371847", + "duration": 0.019273, + "end_time": "2020-03-25T08:24:27.046078", "exception": false, - "start_time": "2020-03-24T14:57:54.351159", + "start_time": "2020-03-25T08:24:27.026805", "status": "completed" }, "tags": [ @@ -70,7 +70,7 @@ "outputs": [], "source": [ "# Parameters\n", - "data_path = \"data/openzh-covid-19/\"\n" + "data_path = \"/tmp/mz1u59o4/data/openzh-covid-19\"\n" ] }, { @@ -81,10 +81,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.021742, - "end_time": "2020-03-24T14:57:54.402304", + "duration": 0.01949, + "end_time": "2020-03-25T08:24:27.075345", "exception": false, - "start_time": "2020-03-24T14:57:54.380562", + "start_time": "2020-03-25T08:24:27.055855", "status": "completed" }, "tags": [] @@ -105,10 +105,10 @@ "cell_type": "markdown", "metadata": { "papermill": { - "duration": 0.007116, - "end_time": "2020-03-24T14:57:54.419890", + "duration": 0.008491, + "end_time": "2020-03-25T08:24:27.092431", "exception": false, - "start_time": "2020-03-24T14:57:54.412774", + "start_time": "2020-03-25T08:24:27.083940", "status": "completed" }, "tags": [] @@ -129,10 +129,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.139939, - "end_time": "2020-03-24T14:57:54.566467", + "duration": 0.150486, + "end_time": "2020-03-25T08:24:27.251462", "exception": false, - "start_time": "2020-03-24T14:57:54.426528", + "start_time": "2020-03-25T08:24:27.100976", "status": "completed" }, "tags": [] @@ -158,10 +158,10 @@ "source_hidden": true }, "papermill": { - "duration": 24.837972, - "end_time": "2020-03-24T14:58:19.420495", + "duration": 27.229887, + "end_time": "2020-03-25T08:24:54.495573", "exception": false, - "start_time": "2020-03-24T14:57:54.582523", + "start_time": "2020-03-25T08:24:27.265686", "status": "completed" }, "tags": [] @@ -200,10 +200,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.035005, - "end_time": "2020-03-24T14:58:19.473972", + "duration": 0.025042, + "end_time": "2020-03-25T08:24:54.536174", "exception": false, - "start_time": "2020-03-24T14:58:19.438967", + "start_time": "2020-03-25T08:24:54.511132", "status": "completed" }, "tags": [] @@ -232,10 +232,10 @@ "cell_type": "markdown", "metadata": { "papermill": { - "duration": 0.008325, - "end_time": "2020-03-24T14:58:19.494916", + "duration": 0.008773, + "end_time": "2020-03-25T08:24:54.555763", "exception": false, - "start_time": "2020-03-24T14:58:19.486591", + "start_time": "2020-03-25T08:24:54.546990", "status": "completed" }, "tags": [] @@ -252,10 +252,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.16326, - "end_time": "2020-03-24T14:58:19.665324", + "duration": 0.158368, + "end_time": "2020-03-25T08:24:54.722757", "exception": false, - "start_time": "2020-03-24T14:58:19.502064", + "start_time": "2020-03-25T08:24:54.564389", "status": "completed" }, "tags": [] @@ -265,10 +265,10 @@ "data": { "text/html": [ "\n", - "<div id=\"altair-viz-711508ad51e74146a71283a9102346db\"></div>\n", + "<div id=\"altair-viz-c0cee81789674bdea2b6db203e3dc151\"></div>\n", "<script type=\"text/javascript\">\n", " (function(spec, embedOpt){\n", - " const outputDiv = document.getElementById(\"altair-viz-711508ad51e74146a71283a9102346db\");\n", + " const outputDiv = document.getElementById(\"altair-viz-c0cee81789674bdea2b6db203e3dc151\");\n", " const paths = {\n", " \"vega\": \"https://cdn.jsdelivr.net/npm//vega@5?noext\",\n", " \"vega-lib\": \"https://cdn.jsdelivr.net/npm//vega-lib?noext\",\n", @@ -309,7 +309,7 @@ " .catch(showError)\n", " .then(() => displayChart(vegaEmbed));\n", " }\n", - " })({\"config\": {\"view\": {\"continuousWidth\": 400, \"continuousHeight\": 300}, \"title\": {\"anchor\": \"middle\"}}, \"hconcat\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"abbreviation_canton_and_fl\", \"legend\": {\"title\": \"Canton\"}}, \"opacity\": {\"condition\": {\"value\": 1, \"selection\": \"selector001\"}, \"value\": 0.2}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"abbreviation_canton_and_fl\", \"title\": \"Canton\"}, {\"type\": \"quantitative\", \"field\": \"ncumul_conf\", \"title\": \"Cases\"}, {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}], \"x\": {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"ncumul_conf\", \"scale\": {\"type\": \"linear\"}, \"title\": \"Cases\"}}, \"selection\": {\"selector001\": {\"type\": \"multi\", \"fields\": [\"abbreviation_canton_and_fl\"], \"bind\": \"legend\"}}}, {\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"abbreviation_canton_and_fl\", \"legend\": {\"title\": \"Canton\"}}, \"opacity\": {\"condition\": {\"value\": 1, \"selection\": \"selector002\"}, \"value\": 0.2}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"abbreviation_canton_and_fl\", \"title\": \"Canton\"}, {\"type\": \"quantitative\", \"field\": \"ncumul_conf_10k\", \"title\": \"Cases/10k\"}, {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}], \"x\": {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"ncumul_conf_10k\", \"scale\": {\"type\": \"linear\"}, \"title\": \"Cases per 10k population\"}}, \"selection\": {\"selector002\": {\"type\": \"multi\", \"fields\": [\"abbreviation_canton_and_fl\"], \"bind\": \"legend\"}}}], \"data\": {\"name\": \"data-deb0747961b4a1e6228e0fd4872f9d83\"}, \"title\": \"Covid-19 cases in Switzerland by Canton\", \"$schema\": \"https://vega.github.io/schema/vega-lite/v4.0.2.json\", \"datasets\": {\"data-deb0747961b4a1e6228e0fd4872f9d83\": [{\"date\": \"2020-02-28T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://vs.ch/documents/529400/6767345/2020+02+28+-+Medienmitteilung+-+1.+Fall+Coronavirus+VS.pdf/37c4f942-c5d5-6ab5-64fd-83444de4eba5?t=1582923242156\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.02907357067058191, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-03T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://vs.ch/documents/529400/6789273/2020+03+03+-+Medienmitteilung+-+Best%C3%A4tigung+2.+Fall.pdf/9e063e45-70a1-682e-fc37-31d9685f71f1?t=1583233390225\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.05814714134116382, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-05T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 3.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=5#collapse6812036\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.08722071201174572, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-06T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 5.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=5#collapse6828733\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.14536785335290953, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-08T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 7.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=4\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.20351499469407336, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-09T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 12.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=4#collapse6846567\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.3488828480469829, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-10T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 18.0, \"ncumul_hosp\": 4.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 3.0, \"ncumul_deceased\": null, \"source\": \"https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=3#collapse6858802\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.5233242720704744, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-11T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 22.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=3#collapse6870561\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.6396185547528019, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 22.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=3#collapse6898881\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.6396185547528019, \"ncumul_deceased_10k\": 0.02907357067058191}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 95.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=2#collapse6927494\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.7619892137052813, \"ncumul_deceased_10k\": 0.08722071201174572}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 232.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.vs.ch/de/web/coronavirus#collapse6955818\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.745068395575003, \"ncumul_deceased_10k\": 0.11629428268232764}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 282.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://www.vs.ch/de/web/coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 8.198746929104098, \"ncumul_deceased_10k\": 0.14536785335290953}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 359.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 9.0, \"source\": \"https://www.vs.ch/de/web/coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 10.437411870738904, \"ncumul_deceased_10k\": 0.2616621360352372}, {\"date\": \"2020-03-22T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 432.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 10.0, \"source\": \"https://www.vs.ch/de/web/coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 12.559782529691383, \"ncumul_deceased_10k\": 0.29073570670581905}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 492.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 12.0, \"source\": \"https://www.vs.ch/de/web/coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 14.304196769926298, \"ncumul_deceased_10k\": 0.3488828480469829}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 116.0, \"ncumul_hosp\": 13.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.847393121247713, \"ncumul_deceased_10k\": 0.05040856139006649}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 145.0, \"ncumul_hosp\": 18.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.309241401559641, \"ncumul_deceased_10k\": 0.05040856139006649}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 213.0, \"ncumul_hosp\": 24.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 10.73702357608416, \"ncumul_deceased_10k\": 0.15122568417019946}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 239.0, \"ncumul_hosp\": 24.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 12.04764617222589, \"ncumul_deceased_10k\": 0.15122568417019946}, {\"date\": \"2020-03-22T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 266.0, \"ncumul_hosp\": 27.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 6.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 13.408677329757685, \"ncumul_deceased_10k\": 0.30245136834039893}, {\"date\": \"2020-03-24T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 276.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 6.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 13.912762943658352, \"ncumul_deceased_10k\": 0.30245136834039893}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 123.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.1884322067060429, \"ncumul_deceased_10k\": 0.009662050461024736}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 193.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.8647757389777744, \"ncumul_deceased_10k\": 0.009662050461024736}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 282.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.724698230008976, \"ncumul_deceased_10k\": 0.009662050461024736}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 377.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.642593023806326, \"ncumul_deceased_10k\": 0.019324100922049472}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 418.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.03873709270834, \"ncumul_deceased_10k\": 0.028986151383074213}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 470.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.541163716681627, \"ncumul_deceased_10k\": 0.04831025230512369}, {\"date\": \"2020-03-24T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 532.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 6.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.140210845265161, \"ncumul_deceased_10k\": 0.057972302766148426}, {\"date\": \"2020-03-14T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"AI\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ai.ch/themen/gesundheit-alter-und-soziales/gesundheitsfoerderung-und-praevention/aktuelles/erste-bestaetigte-coronavirus-faelle-auch-in-innerrhoden\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.36209581055147194, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"AI\", \"ncumul_tested\": null, \"ncumul_conf\": 4.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"Kantonaler F\\u00fchrungsstab Appenzell Innerrhoden\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.7241916211029439, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"AI\", \"ncumul_tested\": null, \"ncumul_conf\": 5.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"Kantonaler F\\u00fchrungsstab Appenzell Innerrhoden\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.9052395263786798, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"AI\", \"ncumul_tested\": null, \"ncumul_conf\": 6.0, \"ncumul_hosp\": 1.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"Kantonaler F\\u00fchrungsstab Appenzell Innerrhoden\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.0862874316544158, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-02-28T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/neuer-coronavirus-covid-19-erster-bestaetigter-fall-aus-dem-kanton-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.03470631516110671, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-02-29T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/weiterer-bestaetigter-fall-aus-dem-kanton-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.06941263032221343, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-01T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.06941263032221343, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-02T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.06941263032221343, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-03T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.06941263032221343, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-04T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.06941263032221343, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-05T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 6.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/neuer-coronavirus-covid-19-sechs-bestaetigte-faelle-im-kanton-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.20823789096664028, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-06T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 6.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.20823789096664028, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-07T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 15.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-15-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.5205947274166007, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-08T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 19.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/patient-im-kantonsspital-baselland-stirbt-an-den-folgen-einer-coronavirus-infektion\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.6594199880610276, \"ncumul_deceased_10k\": 0.03470631516110671}, {\"date\": \"2020-03-09T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 20.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-xx-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.6941263032221343, \"ncumul_deceased_10k\": 0.03470631516110671}, {\"date\": \"2020-03-10T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 22.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.7635389335443478, \"ncumul_deceased_10k\": 0.03470631516110671}, {\"date\": \"2020-03-11T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 26.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-26-bestaetigte-faelle-in-basel-landschaft-1\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.9023641941887746, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 26.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.9023641941887746, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 42.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-26-bestaetigte-faelle-in-basel-landschaft-2\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.4576652367664822, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-14T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 47.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-47-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.6311968125720158, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-15T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 54.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-54-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.8741410186997627, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 76.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-67-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.6376799522441106, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 89.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-89-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.0888620493384975, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 116.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-116-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.025932558688379, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 134.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-131-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.6506462315883, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 184.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-170-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.385961989643636, \"ncumul_deceased_10k\": 0.10411894548332014}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"14:00\", \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 282.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-282-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 9.787180875432094, \"ncumul_deceased_10k\": 0.10411894548332014}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"14:00\", \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 289.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-289-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 10.03012508155984, \"ncumul_deceased_10k\": 0.10411894548332014}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"14:00\", \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 302.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-289-bestaetigte-faelle-in-basel-landschaft-1\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 10.481307178654227, \"ncumul_deceased_10k\": 0.10411894548332014}, {\"date\": \"2020-03-06T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"SO\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://so.ch/startseite/aktuell/news/erster-laborbestaetigter-covid-19-fall-im-kanton-solothurn/?tx_news_pi1%5Bcontroller%5D=News&tx_news_pi1%5Baction%5D=detail&cHash=3074bbdc8f0fcdcb9f1e11a21fc05e73\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.03660402497858665, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SO\", \"ncumul_tested\": null, \"ncumul_conf\": 43.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.oltnertagblatt.ch/solothurn/kanton-solothurn/zivilschuetzer-kontrollieren-wer-in-die-solothurner-spitaeler-rein-will-137174885\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.573973074079226, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"17:37\", \"abbreviation_canton_and_fl\": \"SO\", \"ncumul_tested\": null, \"ncumul_conf\": 66.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://twitter.com/KantonSolothurn/status/1241041303024041989?p=p\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.4158656485867187, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"SO\", \"ncumul_tested\": null, \"ncumul_conf\": 95.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://corona.so.ch/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.477382372965731, \"ncumul_deceased_10k\": 0.03660402497858665}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"00:00\", \"abbreviation_canton_and_fl\": \"SO\", \"ncumul_tested\": null, \"ncumul_conf\": 104.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://corona.so.ch/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.8068185977730113, \"ncumul_deceased_10k\": 0.03660402497858665}, {\"date\": \"2020-03-04T00:00:00\", \"time\": \"06:35\", \"abbreviation_canton_and_fl\": \"SG\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sg.ch/news/sgch_allgemein/2020/03/erster-bestaetigter-corona-fall-im-kanton-.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.019696787650902013, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-04T00:00:00\", \"time\": \"15:38\", \"abbreviation_canton_and_fl\": \"SG\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sg.ch/news/sgch_allgemein/2020/03/zweiter-bestaetigter-fall-einer-corona-patientin.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.039393575301804026, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SG\", \"ncumul_tested\": null, \"ncumul_conf\": 15.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sg.ch/tools/informationen-coronavirus.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.2954518147635302, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SG\", \"ncumul_tested\": null, \"ncumul_conf\": 47.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sg.ch/tools/informationen-coronavirus.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.9257490195923948, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SG\", \"ncumul_tested\": null, \"ncumul_conf\": 61.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sg.ch/tools/informationen-coronavirus.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.2015040467050229, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SG\", \"ncumul_tested\": null, \"ncumul_conf\": 85.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sg.ch/tools/informationen-coronavirus.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.6742269503266713, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SG\", \"ncumul_tested\": null, \"ncumul_conf\": 98.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sg.ch/tools/informationen-coronavirus.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.9302851897883972, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SG\", \"ncumul_tested\": null, \"ncumul_conf\": 200.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.sg.ch/tools/informationen-coronavirus.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.939357530180403, \"ncumul_deceased_10k\": 0.019696787650902013}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"16:00\", \"abbreviation_canton_and_fl\": \"NE\", \"ncumul_tested\": null, \"ncumul_conf\": 159.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 8.990670059372349, \"ncumul_deceased_10k\": 0.1130901894260673}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"15:30\", \"abbreviation_canton_and_fl\": \"NE\", \"ncumul_tested\": null, \"ncumul_conf\": 177.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 10.008481764206955, \"ncumul_deceased_10k\": 0.1130901894260673}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"NE\", \"ncumul_tested\": null, \"ncumul_conf\": 188.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 10.630477806050326, \"ncumul_deceased_10k\": 0.1130901894260673}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"NE\", \"ncumul_tested\": null, \"ncumul_conf\": 204.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 11.535199321458864, \"ncumul_deceased_10k\": 0.1130901894260673}, {\"date\": \"2020-03-18T00:00:00\", \"time\": \"16:00\", \"abbreviation_canton_and_fl\": \"LU\", \"ncumul_tested\": null, \"ncumul_conf\": 65.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://web.archive.org/web/20200318191404/https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.587080674973203, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"09:40\", \"abbreviation_canton_and_fl\": \"LU\", \"ncumul_tested\": null, \"ncumul_conf\": 92.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.2463295707313025, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"11:00\", \"abbreviation_canton_and_fl\": \"LU\", \"ncumul_tested\": null, \"ncumul_conf\": 109.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus;https://newsletter.lu.ch/inxmail/html_mail.jsp?params=7UGt4J1Fx6OIONHlV9upAAuOzkQ6ZmQA%2FxRrLjJkeDWZdweUdKfwhAE94i2Apium%2F6rIvcF2Z5MaTtV52A77W2jrwVmrkZ8UhFPVmHC4iuI%3D\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.661412208801217, \"ncumul_deceased_10k\": 0.024416625768818503}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"11:00\", \"abbreviation_canton_and_fl\": \"LU\", \"ncumul_tested\": null, \"ncumul_conf\": 131.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.198577975715224, \"ncumul_deceased_10k\": 0.024416625768818503}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"11:00\", \"abbreviation_canton_and_fl\": \"LU\", \"ncumul_tested\": null, \"ncumul_conf\": 156.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.808993619935687, \"ncumul_deceased_10k\": 0.024416625768818503}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"11:00\", \"abbreviation_canton_and_fl\": \"LU\", \"ncumul_tested\": null, \"ncumul_conf\": 205.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.005408282607793, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-01T00:00:00\", \"time\": \"17:29\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-coronavirus-anzahl-der-getesteten-faelle-und-zwischenstand-kita-riehen-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.05134366367846544, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-02T00:00:00\", \"time\": \"17:15\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": 235.0, \"ncumul_conf\": 3.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-coronavirus-zwei-neue-positive-faelle-in-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.15403099103539633, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-03T00:00:00\", \"time\": \"17:30\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 3.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1234880556095213569?s=20\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.15403099103539633, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-04T00:00:00\", \"time\": \"17:20\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 3.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1235240377134862336?s=20\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.15403099103539633, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-05T00:00:00\", \"time\": \"17:15\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 8.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-coronavirus-fuenf-neue-positive-faelle-in-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.41074930942772353, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-06T00:00:00\", \"time\": \"14:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 15.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1235934884167852035?s=20\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.7701549551769815, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-07T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 21.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1236249864473894914?s=20\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.0782169372477741, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-08T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 24.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1236609191831384064?s=20\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.2322479282831706, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-09T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 28.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1236973685602426881?s=20\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.4376225829970324, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-10T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 33.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1237336196772175873?s=20\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.6943409013893596, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-11T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 37.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1237694819419422720?s=20\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.8997155561032215, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-12T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 73.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 4.0, \"ncumul_deceased\": 1.0, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1238073089902235648?s=20 https://www.coronavirus.bs.ch/nm/2020-coronavirus-ende-der-quarantaenemassnahmen-im-fall-kita-riehen-gd.html https://www.coronavirus.bs.ch/nm/2020-coronavirus-erster-todesfall-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.7480874485279774, \"ncumul_deceased_10k\": 0.05134366367846544}, {\"date\": \"2020-03-13T00:00:00\", \"time\": \"12:30\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 92.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1238430659762364417?s=20\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.72361705841882, \"ncumul_deceased_10k\": 0.05134366367846544}, {\"date\": \"2020-03-14T00:00:00\", \"time\": \"11:27\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 100.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1238773726423941127?s=20\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.134366367846544, \"ncumul_deceased_10k\": 0.05134366367846544}, {\"date\": \"2020-03-16T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 144.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-144-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.393487569699023, \"ncumul_deceased_10k\": 0.20537465471386177}, {\"date\": \"2020-03-17T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 165.0, \"ncumul_hosp\": 30.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 25.0, \"ncumul_deceased\": 4.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-165-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 8.471704506946798, \"ncumul_deceased_10k\": 0.20537465471386177}, {\"date\": \"2020-03-18T00:00:00\", \"time\": \"11:15\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 182.0, \"ncumul_hosp\": 40.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 36.0, \"ncumul_deceased\": 4.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-182-bestaetigte-faelle-im-kanton-basel-stadt-treffen-mit-allen-spitaelern-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 9.34454678948071, \"ncumul_deceased_10k\": 0.20537465471386177}, {\"date\": \"2020-03-19T00:00:00\", \"time\": \"11:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 222.0, \"ncumul_hosp\": 40.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 44.0, \"ncumul_deceased\": 4.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-222-bestaetigte-faelle-basel-stadt-trifft-gemeinsam-mit-den-spitaelern-vorkehrungen-fuer-intensiv--und-beatmungskapazitaeten-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 11.398293336619327, \"ncumul_deceased_10k\": 0.20537465471386177}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"10:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 272.0, \"ncumul_hosp\": 45.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 46.0, \"ncumul_deceased\": 4.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-272-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 13.9654765205426, \"ncumul_deceased_10k\": 0.20537465471386177}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"10:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 299.0, \"ncumul_hosp\": 46.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 57.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-299-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 15.351755439861167, \"ncumul_deceased_10k\": 0.2567183183923272}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"10:30\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 358.0, \"ncumul_hosp\": 50.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 73.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-358-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 18.381031596890626, \"ncumul_deceased_10k\": 0.2567183183923272}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"10:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 376.0, \"ncumul_hosp\": 56.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 78.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-376-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 19.305217543103005, \"ncumul_deceased_10k\": 0.2567183183923272}, {\"date\": \"2020-02-28T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/20200228_KFS_20200106_Coronavirus_Lagebulletin_AG_Unterschrieben.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.014744760817862393, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-02T00:00:00\", \"time\": \"18:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/200302_KFS_Coronavirus_Lagebulletin_2.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.029489521635724786, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-03T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 6.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200303_KFS_Coronavirus_Lagebulletin_3.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.08846856490717436, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-04T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 7.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200304_KFS_Coronavirus_Lagebulletin_4.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.10321332572503675, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-05T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 9.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200305_KFS_Coronavirus_Lagebulletin_5.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.13270284736076154, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-06T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 12.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 1.0, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200305_KFS_Coronavirus_Lagebulletin_6.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.17693712981434873, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-09T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 14.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 2.0, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200309_KFS_Coronavirus_Lagebulletin_7.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.2064266514500735, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-10T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 17.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 2.0, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200310_KFS_Coronavirus_Lagebulletin_8.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.2506609339036607, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-11T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 18.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 2.0, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200311_KFS_Coronavirus_Lagebulletin_9.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.2654056947215231, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-12T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 27.0, \"ncumul_hosp\": 1.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 3.0, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200312_KFS_Coronavirus_Lagebulletin_10.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.39810854208228463, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-13T00:00:00\", \"time\": \"13:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 32.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 3.0, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200313_KFS_Coronavirus_Lagebulletin_11.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.4718323461715966, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-16T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 52.0, \"ncumul_hosp\": 2.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 4.0, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200316_KFS_Coronavirus_Lagebulletin_12.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.7667275625288444, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-17T00:00:00\", \"time\": \"16:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 67.0, \"ncumul_hosp\": 2.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 4.0, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200317_KFS_Coronavirus_Lagebulletin_13.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.9878989747967803, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-18T00:00:00\", \"time\": \"16:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 101.0, \"ncumul_hosp\": 6.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 4.0, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200318_KFS_Coronavirus_Lagebulletin_14.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.4892208426041018, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-19T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 118.0, \"ncumul_hosp\": 17.0, \"ncumul_ICU\": 6.0, \"ncumul_vent\": 3.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200319_KFS_Coronavirus_Lagebulletin_15.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.7398817765077623, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 168.0, \"ncumul_hosp\": 25.0, \"ncumul_ICU\": 4.0, \"ncumul_vent\": 2.0, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200320_KFS_Coronavirus_Lagebulletin_16.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.477119817400882, \"ncumul_deceased_10k\": 0.014744760817862393}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 232.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ag.ch/de/aktuelles/medienportal/medienmitteilung/medienmitteilungen/mediendetails_139237.jsp\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.420784509744075, \"ncumul_deceased_10k\": 0.014744760817862393}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 241.0, \"ncumul_hosp\": 10.0, \"ncumul_ICU\": 3.0, \"ncumul_vent\": 2.0, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200323_KFS_Coronavirus_Lagebulletin_17.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.5534873571048364, \"ncumul_deceased_10k\": 0.014744760817862393}, {\"date\": \"2020-03-03T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SZ\", \"ncumul_tested\": 1.0, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sz.ch/public/upload/assets/45351/MM_Coronavirus_4_3_2020.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.06282788301448183, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-04T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SZ\", \"ncumul_tested\": 3.0, \"ncumul_conf\": 3.0, \"ncumul_hosp\": 1.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sz.ch/public/upload/assets/45351/MM_Coronavirus_4_3_2020.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.18848364904344547, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-06T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SZ\", \"ncumul_tested\": 6.0, \"ncumul_conf\": 6.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sz.ch/public/upload/assets/45417/MM_Coronavirus_6_3_2020.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.37696729808689095, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-13T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"SZ\", \"ncumul_tested\": 10.0, \"ncumul_conf\": 9.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sz.ch/public/upload/assets/45585/MM_Coronavirus_13_03_2020.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.5654509471303364, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-14T00:00:00\", \"time\": \"03:03\", \"abbreviation_canton_and_fl\": \"SZ\", \"ncumul_tested\": 1.0, \"ncumul_conf\": 12.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.bote.ch/nachrichten/schwyz/schwyz_bdu/coronavirus-einsatz-fuer-spitalbataillon-5;art146989,1229758\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.7539345961737819, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-15T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SZ\", \"ncumul_tested\": null, \"ncumul_conf\": 13.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sz.ch/public/upload/assets/45590/MM_Coronavirus_15_3_2020.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.8167624791882637, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-13T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"OW\", \"ncumul_tested\": 6.0, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ow.ch/de/aktuelles/aktuellesinformationen/amtsmitteilungen/welcome.php?action=showinfo&info_id=63566&ls=0&sq=&kategorie_id=&date_from=&date_to=\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.26426362939668613, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"OW\", \"ncumul_tested\": null, \"ncumul_conf\": 25.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ow.ch/de/verwaltung/dienstleistungen/?dienst_id=5962\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.606590734917153, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-02-26T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": 1.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 1.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.020020821654520703, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-02-27T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": 1.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 1.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.020020821654520703, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-02-28T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 3.0, \"ncumul_hosp\": 2.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 2.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.06006246496356211, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-02-29T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 5.0, \"ncumul_hosp\": 3.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 3.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.1001041082726035, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-01T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 7.0, \"ncumul_hosp\": 3.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 3.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.1401457515816449, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-02T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 7.0, \"ncumul_hosp\": 3.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 3.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.1401457515816449, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-03T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 8.0, \"ncumul_hosp\": 4.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 4.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.16016657323616562, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-04T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 8.0, \"ncumul_hosp\": 4.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 4.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.16016657323616562, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-05T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 11.0, \"ncumul_hosp\": 5.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 5.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.22022903819972772, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-06T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 15.0, \"ncumul_hosp\": 7.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 7.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.30031232481781056, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-07T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 24.0, \"ncumul_hosp\": 7.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 7.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.48049971970849686, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-08T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 32.0, \"ncumul_hosp\": 9.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 9.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.6406662929446625, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-09T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 33.0, \"ncumul_hosp\": 13.0, \"ncumul_ICU\": 3.0, \"ncumul_vent\": 10.0, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.6606871145991832, \"ncumul_deceased_10k\": 0.020020821654520703}, {\"date\": \"2020-03-10T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 59.0, \"ncumul_hosp\": 18.0, \"ncumul_ICU\": 4.0, \"ncumul_vent\": 14.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 1.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.1812284776167212, \"ncumul_deceased_10k\": 0.040041643309041405}, {\"date\": \"2020-03-11T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 66.0, \"ncumul_hosp\": 20.0, \"ncumul_ICU\": 6.0, \"ncumul_vent\": 14.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 1.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.3213742291983663, \"ncumul_deceased_10k\": 0.040041643309041405}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 80.0, \"ncumul_hosp\": 23.0, \"ncumul_ICU\": 6.0, \"ncumul_vent\": 17.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 4.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.601665732361656, \"ncumul_deceased_10k\": 0.040041643309041405}, {\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 104.0, \"ncumul_hosp\": 33.0, \"ncumul_ICU\": 7.0, \"ncumul_vent\": 26.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 4.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.082165452070153, \"ncumul_deceased_10k\": 0.040041643309041405}, {\"date\": \"2020-03-14T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 196.0, \"ncumul_hosp\": 43.0, \"ncumul_ICU\": 8.0, \"ncumul_vent\": 33.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 2.0, \"ncumul_ICU_intub\": 5.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.9240810442860576, \"ncumul_deceased_10k\": 0.040041643309041405}, {\"date\": \"2020-03-15T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 281.0, \"ncumul_hosp\": 46.0, \"ncumul_ICU\": 12.0, \"ncumul_vent\": 32.0, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 2.0, \"ncumul_ICU_intub\": 5.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.625850884920317, \"ncumul_deceased_10k\": 0.08008328661808281}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 373.0, \"ncumul_hosp\": 66.0, \"ncumul_ICU\": 10.0, \"ncumul_vent\": 52.0, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 4.0, \"ncumul_ICU_intub\": 8.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.467766477136222, \"ncumul_deceased_10k\": 0.08008328661808281}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 495.0, \"ncumul_hosp\": 75.0, \"ncumul_ICU\": 19.0, \"ncumul_vent\": 54.0, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 2.0, \"ncumul_ICU_intub\": 9.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 9.910306718987746, \"ncumul_deceased_10k\": 0.08008328661808281}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 629.0, \"ncumul_hosp\": 78.0, \"ncumul_ICU\": 20.0, \"ncumul_vent\": 56.0, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 2.0, \"ncumul_ICU_intub\": 17.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 12.593096820693521, \"ncumul_deceased_10k\": 0.1001041082726035}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 826.0, \"ncumul_hosp\": 92.0, \"ncumul_ICU\": 19.0, \"ncumul_vent\": 68.0, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 5.0, \"ncumul_ICU_intub\": 17.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 16.5371986866341, \"ncumul_deceased_10k\": 0.1001041082726035}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 994.0, \"ncumul_hosp\": 109.0, \"ncumul_ICU\": 22.0, \"ncumul_vent\": 82.0, \"ncumul_released\": null, \"ncumul_deceased\": 8.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 5.0, \"ncumul_ICU_intub\": 21.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 19.90069672459358, \"ncumul_deceased_10k\": 0.16016657323616562}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 1128.0, \"ncumul_hosp\": 145.0, \"ncumul_ICU\": 25.0, \"ncumul_vent\": 107.0, \"ncumul_released\": null, \"ncumul_deceased\": 10.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 13.0, \"ncumul_ICU_intub\": 24.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 22.58348682629935, \"ncumul_deceased_10k\": 0.200208216545207}, {\"date\": \"2020-03-22T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 1203.0, \"ncumul_hosp\": 179.0, \"ncumul_ICU\": 36.0, \"ncumul_vent\": 137.0, \"ncumul_released\": null, \"ncumul_deceased\": 9.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 6.0, \"ncumul_ICU_intub\": 36.0, \"ncumul_deceased_suspect\": 4.0, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 24.085048450388403, \"ncumul_deceased_10k\": 0.18018739489068633}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 1231.0, \"ncumul_hosp\": 214.0, \"ncumul_ICU\": 43.0, \"ncumul_vent\": 160.0, \"ncumul_released\": null, \"ncumul_deceased\": 9.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 11.0, \"ncumul_ICU_intub\": 41.0, \"ncumul_deceased_suspect\": 5.0, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 24.64563145671498, \"ncumul_deceased_10k\": 0.18018739489068633}, {\"date\": \"2020-03-03T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZG\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.zg.ch/behoerden/gesundheitsdirektion/direktionssekretariat/aktuell/coronavirus-sars-cov-2-erste-person-aus-dem-kanton-zug-infiziert\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.07884134755631242, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-05T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZG\", \"ncumul_tested\": null, \"ncumul_conf\": 3.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.zg.ch/behoerden/gesundheitsdirektion/direktionssekretariat/aktuell/coronavirus-sars-cov-2-zwei-weitere-faelle-im-kanton-zug\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.2365240426689373, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZG\", \"ncumul_tested\": null, \"ncumul_conf\": 13.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.zg.ch/behoerden/gesundheitsdirektion/direktionssekretariat/aktuell/coronavirus-kanton-zug-stellt-sich-hinter-massnahmen-des-bundes\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.0249375182320615, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-14T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZG\", \"ncumul_tested\": null, \"ncumul_conf\": 13.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://twitter.com/gesundZG/status/1238733148462157824?s=20\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.0249375182320615, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZG\", \"ncumul_tested\": null, \"ncumul_conf\": 24.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.zg.ch/behoerden/gesundheitsdirektion/direktionssekretariat/aktuell/covid-19-zuger-spitaeler-bereiten-sich-gemeinsam-auf-herausfordernde-zeit-vor\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.8921923413514985, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZG\", \"ncumul_tested\": null, \"ncumul_conf\": 48.0, \"ncumul_hosp\": 1.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 5.0, \"ncumul_deceased\": null, \"source\": \"https://www.zg.ch/behoerden/gesundheitsdirektion/direktionssekretariat/aktuell/coronavirus-ausreichende-testkapazitaeten-im-kanton-zug-vorhanden\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.784384682702997, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"ZG\", \"ncumul_tested\": null, \"ncumul_conf\": 62.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 10.0, \"ncumul_deceased\": null, \"source\": \"https://www.zg.ch/behoerden/gesundheitsdirektion/amt-fuer-gesundheit/corona\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.88816354849137, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"ZG\", \"ncumul_tested\": null, \"ncumul_conf\": 72.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 12.0, \"ncumul_deceased\": null, \"source\": \"https://www.zg.ch/behoerden/gesundheitsdirektion/amt-fuer-gesundheit/corona\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.676577024054495, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-11T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"NW\", \"ncumul_tested\": null, \"ncumul_conf\": 4.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.nw.ch/aktuellesinformationen/63359\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.9254332184253754, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"NW\", \"ncumul_tested\": null, \"ncumul_conf\": 25.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.nw.ch/gesundheitsamtdienste/6044\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.783957615158596, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"15:20\", \"abbreviation_canton_and_fl\": \"NW\", \"ncumul_tested\": null, \"ncumul_conf\": 28.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.nw.ch/gesundheitsamtdienste/6044\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.478032528977628, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"18:15\", \"abbreviation_canton_and_fl\": \"NW\", \"ncumul_tested\": null, \"ncumul_conf\": 33.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.nw.ch/gesundheitsamtdienste/6044\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.634824052009346, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"16:25\", \"abbreviation_canton_and_fl\": \"NW\", \"ncumul_tested\": null, \"ncumul_conf\": 36.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.nw.ch/gesundheitsamtdienste/6044\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 8.32889896582838, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"19:00\", \"abbreviation_canton_and_fl\": \"NW\", \"ncumul_tested\": null, \"ncumul_conf\": 39.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.nw.ch/gesundheitsamtdienste/6044\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 9.02297387964741, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-02-25T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.srf.ch/news/schweiz/tessiner-patient-erster-coronavirus-fall-in-der-schweiz\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.02830111251673303, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-02T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187352&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=ea65dbcabb28d4711459f3b613bbc1b7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": 6.0, \"TotalCured\": null, \"ncumul_conf_10k\": 0.05660222503346606, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-03T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 4.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187363&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=b34e82602a39cad67a7f8d54150dcf70 https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187369&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=3154d18e72821fc23d7b3c5cdfe9f9a3\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.11320445006693212, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-04T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 5.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187371&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=174f2d754f3b657af79f343c92fc5c89\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": 18.0, \"TotalCured\": null, \"ncumul_conf_10k\": 0.14150556258366517, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 180.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187437&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=59cf6112c82abed490acd8901f5a0bb2\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.094200253011946, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 258.0, \"ncumul_hosp\": 65.0, \"ncumul_ICU\": 13.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.youtube.com/watch?v=_x_yQ6uwGAQ\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.301687029317122, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-14T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 265.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187466&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=1b10e6e8117296766155edcf9c317a4c\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.499794816934254, \"ncumul_deceased_10k\": 0.0849033375501991}, {\"date\": \"2020-03-15T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 291.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 6.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187467&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=af5473066754ef4d1272e156056acc07\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 8.235623742369313, \"ncumul_deceased_10k\": 0.1698066751003982}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 330.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 8.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187475&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=dee4a529abd4e9300e116c7ff4db5774\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 9.339367130521902, \"ncumul_deceased_10k\": 0.22640890013386425}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 422.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 10.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187486&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=d106aab74491da09b294ff13ffadd02f\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 11.943069482061341, \"ncumul_deceased_10k\": 0.28301112516733035}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 511.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 14.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187493&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=7803bbc03dd49ef2e421dfd6b12dd239\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 14.46186849605058, \"ncumul_deceased_10k\": 0.3962155752342625}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 638.0, \"ncumul_hosp\": 155.0, \"ncumul_ICU\": 33.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 15.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187499&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=634a783514bdcbb426c005f1ea916268 https://www.youtube.com/watch?v=34RQ7OOWYoI\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 18.056109785675677, \"ncumul_deceased_10k\": 0.42451668775099544}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 834.0, \"ncumul_hosp\": 168.0, \"ncumul_ICU\": 35.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 22.0, \"source\": \"https://www4.ti.ch/dss/dsp/covid19/home/ https://www.youtube.com/watch?v=34RQ7OOWYoI\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 23.603127838955352, \"ncumul_deceased_10k\": 0.6226244753681267}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 918.0, \"ncumul_hosp\": 184.0, \"ncumul_ICU\": 40.0, \"ncumul_vent\": 37.0, \"ncumul_released\": null, \"ncumul_deceased\": 28.0, \"source\": \"https://www4.ti.ch/dss/dsp/covid19/home/ https://www.youtube.com/watch?v=7g2sALU9bQM\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 25.980421290360923, \"ncumul_deceased_10k\": 0.792431150468525}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 939.0, \"ncumul_hosp\": 246.0, \"ncumul_ICU\": 46.0, \"ncumul_vent\": 43.0, \"ncumul_released\": null, \"ncumul_deceased\": 37.0, \"source\": \"https://web.archive.org/web/20200322153528/https://www4.ti.ch/dss/dsp/covid19/home/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 26.574744653212317, \"ncumul_deceased_10k\": 1.0471411631191223}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 1165.0, \"ncumul_hosp\": 261.0, \"ncumul_ICU\": 45.0, \"ncumul_vent\": 43.0, \"ncumul_released\": null, \"ncumul_deceased\": 48.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187510&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=0120f665ab49651b9d66c876ef272a91\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 32.97079608199398, \"ncumul_deceased_10k\": 1.3584534008031857}, {\"date\": \"2020-03-01T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"FR\", \"ncumul_tested\": 30.0, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.fr.ch/sites/default/files/2020-03/200301_commd_dsas_covid_cas_fr.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.031376092672427316, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-02T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"FR\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.fr.ch/sites/default/files/2020-03/200302_CommD_DSAS_covid_cas%20FR.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.06275218534485463, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-04T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"FR\", \"ncumul_tested\": null, \"ncumul_conf\": 4.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.fr.ch/sites/default/files/2020-03/200304_CommD_DSAS_covid_cas%20FR.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.12550437068970927, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-05T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"FR\", \"ncumul_tested\": null, \"ncumul_conf\": 6.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.fr.ch/de/covid19/gesundheit/covid-19/coronavirus-entwicklungen-der-situation\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.1882565560345639, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-08T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"FR\", \"ncumul_tested\": null, \"ncumul_conf\": 8.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.fr.ch/de/covid19/gesundheit/covid-19/coronavirus-entwicklungen-der-situation\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.25100874137941853, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-09T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"FR\", \"ncumul_tested\": null, \"ncumul_conf\": 11.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.fr.ch/de/covid19/gesundheit/covid-19/coronavirus-entwicklungen-der-situation\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.3451370193967005, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TG\", \"ncumul_tested\": 246.0, \"ncumul_conf\": 17.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.6148904771550103, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TG\", \"ncumul_tested\": 276.0, \"ncumul_conf\": 23.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.8319106455626609, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TG\", \"ncumul_tested\": null, \"ncumul_conf\": 32.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.tg.ch/news/fachdossier-coronavirus.html/10552\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.157440898174137, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TG\", \"ncumul_tested\": null, \"ncumul_conf\": 36.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.tg.ch/news/fachdossier-coronavirus.html/10552\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.3021210104459042, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TG\", \"ncumul_tested\": null, \"ncumul_conf\": 49.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.tg.ch/news/fachdossier-coronavirus.html/10552\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.7723313753291472, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TG\", \"ncumul_tested\": null, \"ncumul_conf\": 56.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.tg.ch/news/fachdossier-coronavirus.html/10552\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.02552157180474, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-22T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TG\", \"ncumul_tested\": null, \"ncumul_conf\": 75.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.tg.ch/news/fachdossier-coronavirus.html/10552\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.7127521050956336, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TG\", \"ncumul_tested\": null, \"ncumul_conf\": 81.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.tg.ch/news/fachdossier-coronavirus.html/10552\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.9297722735032843, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-24T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TG\", \"ncumul_tested\": null, \"ncumul_conf\": 87.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.tg.ch/news/fachdossier-coronavirus.html/10552\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.146792441910935, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-02-27T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": 2.0, \"TotalCured\": null, \"ncumul_conf_10k\": 0.006574760284240037, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-02-28T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": 9.0, \"TotalCured\": null, \"ncumul_conf_10k\": 0.013149520568480073, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-02T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": 13.0, \"TotalCured\": null, \"ncumul_conf_10k\": 0.013149520568480073, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-03T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": 400.0, \"ncumul_conf\": 9.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": 19.0, \"TotalCured\": null, \"ncumul_conf_10k\": 0.05917284255816033, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-05T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 19.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": 26.0, \"TotalCured\": null, \"ncumul_conf_10k\": 0.1249204454005607, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-06T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 26.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": 30.0, \"TotalCured\": null, \"ncumul_conf_10k\": 0.17094376739024095, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-07T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 30.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": 37.0, \"TotalCured\": null, \"ncumul_conf_10k\": 0.19724280852720108, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-08T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 37.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": 40.0, \"TotalCured\": null, \"ncumul_conf_10k\": 0.24326613051688137, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-09T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": 855.0, \"ncumul_conf\": 40.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": 49.0, \"TotalCured\": null, \"ncumul_conf_10k\": 0.2629904113696015, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-10T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 49.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": 59.0, \"TotalCured\": 1.0, \"ncumul_conf_10k\": 0.3221632539277618, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-11T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 59.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": 7.0, \"ncumul_conf_10k\": 0.3879108567701622, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 92.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": 11.0, \"ncumul_conf_10k\": 0.6048779461500834, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 140.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.9204664397936051, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 270.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.7751852767448097, \"ncumul_deceased_10k\": 0.006574760284240037}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 294.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.9329795235665708, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 424.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.7876983605177754, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 526.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.458323909510259, \"ncumul_deceased_10k\": 0.01972428085272011}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 773.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.082289699717548, \"ncumul_deceased_10k\": 0.01972428085272011}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 1068.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.021843983568359, \"ncumul_deceased_10k\": 0.03287380142120019}, {\"date\": \"2020-03-24T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 1211.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://twitter.com/gd_zuerich/status/1242375974710370304?s=20\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.962034704214685, \"ncumul_deceased_10k\": 0.03287380142120019}, {\"date\": \"2020-03-19T00:00:00\", \"time\": \"16:00\", \"abbreviation_canton_and_fl\": \"JU\", \"ncumul_tested\": null, \"ncumul_conf\": 27.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.jura.ch/fr/Autorites/Coronavirus/Accueil/Coronavirus-Informations-officielles-a-la-population-jurassienne.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.677522167286397, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"17:00\", \"abbreviation_canton_and_fl\": \"JU\", \"ncumul_tested\": null, \"ncumul_conf\": 29.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.jura.ch/fr/Autorites/Coronavirus/Accueil/Coronavirus-Informations-officielles-a-la-population-jurassienne.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.949931216715019, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"18:00\", \"abbreviation_canton_and_fl\": \"JU\", \"ncumul_tested\": null, \"ncumul_conf\": 49.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.jura.ch/fr/Autorites/Coronavirus/Accueil/Coronavirus-Informations-officielles-a-la-population-jurassienne.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.67402171100124, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"17:00\", \"abbreviation_canton_and_fl\": \"JU\", \"ncumul_tested\": null, \"ncumul_conf\": 51.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.jura.ch/fr/Autorites/Coronavirus/Accueil/Coronavirus-Informations-officielles-a-la-population-jurassienne.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.946430760429862, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"18:00\", \"abbreviation_canton_and_fl\": \"JU\", \"ncumul_tested\": null, \"ncumul_conf\": 57.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.jura.ch/fr/Autorites/Coronavirus/Accueil/Coronavirus-Informations-officielles-a-la-population-jurassienne.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.763657908715728, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-06T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 23.0, \"ncumul_hosp\": 15.0, \"ncumul_ICU\": 2.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.2878075943664792, \"ncumul_deceased_10k\": 0.01251337366810779}, {\"date\": \"2020-03-07T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 30.0, \"ncumul_hosp\": 16.0, \"ncumul_ICU\": 4.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.37540121004323374, \"ncumul_deceased_10k\": 0.01251337366810779}, {\"date\": \"2020-03-08T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 40.0, \"ncumul_hosp\": 22.0, \"ncumul_ICU\": 3.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.5005349467243116, \"ncumul_deceased_10k\": 0.01251337366810779}, {\"date\": \"2020-03-09T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 51.0, \"ncumul_hosp\": 29.0, \"ncumul_ICU\": 5.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.6381820570734973, \"ncumul_deceased_10k\": 0.01251337366810779}, {\"date\": \"2020-03-10T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 77.0, \"ncumul_hosp\": 36.0, \"ncumul_ICU\": 6.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.9635297724442998, \"ncumul_deceased_10k\": 0.01251337366810779}, {\"date\": \"2020-03-11T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 108.0, \"ncumul_hosp\": 38.0, \"ncumul_ICU\": 7.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.3514443561556415, \"ncumul_deceased_10k\": 0.01251337366810779}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 156.0, \"ncumul_hosp\": 43.0, \"ncumul_ICU\": 8.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.9520862922248154, \"ncumul_deceased_10k\": 0.01251337366810779}, {\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 204.0, \"ncumul_hosp\": 52.0, \"ncumul_ICU\": 10.0, \"ncumul_vent\": null, \"ncumul_released\": 5.0, \"ncumul_deceased\": 2.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.552728228293989, \"ncumul_deceased_10k\": 0.02502674733621558}, {\"date\": \"2020-03-14T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 350.0, \"ncumul_hosp\": 43.0, \"ncumul_ICU\": 14.0, \"ncumul_vent\": null, \"ncumul_released\": 5.0, \"ncumul_deceased\": 3.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.379680783837727, \"ncumul_deceased_10k\": 0.03754012100432337}, {\"date\": \"2020-03-15T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 406.0, \"ncumul_hosp\": 62.0, \"ncumul_ICU\": 19.0, \"ncumul_vent\": null, \"ncumul_released\": 5.0, \"ncumul_deceased\": 4.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.080429709251763, \"ncumul_deceased_10k\": 0.05005349467243116}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 508.0, \"ncumul_hosp\": 66.0, \"ncumul_ICU\": 27.0, \"ncumul_vent\": null, \"ncumul_released\": 5.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.356793823398758, \"ncumul_deceased_10k\": 0.06256686834053896}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 608.0, \"ncumul_hosp\": 95.0, \"ncumul_ICU\": 35.0, \"ncumul_vent\": null, \"ncumul_released\": 9.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.608131190209536, \"ncumul_deceased_10k\": 0.06256686834053896}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 796.0, \"ncumul_hosp\": 128.0, \"ncumul_ICU\": 34.0, \"ncumul_vent\": null, \"ncumul_released\": 16.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 9.960645439813803, \"ncumul_deceased_10k\": 0.06256686834053896}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 1212.0, \"ncumul_hosp\": 140.0, \"ncumul_ICU\": 32.0, \"ncumul_vent\": null, \"ncumul_released\": 52.0, \"ncumul_deceased\": 7.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 15.166208885746641, \"ncumul_deceased_10k\": 0.08759361567675453}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 1432.0, \"ncumul_hosp\": 152.0, \"ncumul_ICU\": 30.0, \"ncumul_vent\": null, \"ncumul_released\": 62.0, \"ncumul_deceased\": 12.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 17.919151092730356, \"ncumul_deceased_10k\": 0.15016048401729348}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 1676.0, \"ncumul_hosp\": 175.0, \"ncumul_ICU\": 23.0, \"ncumul_vent\": null, \"ncumul_released\": 70.0, \"ncumul_deceased\": 15.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 20.972414267748654, \"ncumul_deceased_10k\": 0.18770060502161687}, {\"date\": \"2020-03-22T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 1782.0, \"ncumul_hosp\": 203.0, \"ncumul_ICU\": 23.0, \"ncumul_vent\": null, \"ncumul_released\": 75.0, \"ncumul_deceased\": 16.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 22.298831876568084, \"ncumul_deceased_10k\": 0.20021397868972465}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"UR\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.5489528723959048, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"UR\", \"ncumul_tested\": 85.0, \"ncumul_conf\": 5.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ur.ch/mmdirektionen/63802\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.3723821809897618, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"UR\", \"ncumul_tested\": null, \"ncumul_conf\": 7.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ur.ch/mmdirektionen/63841\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.9213350533856668, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"UR\", \"ncumul_tested\": null, \"ncumul_conf\": 7.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ur.ch/themen/2920\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.9213350533856668, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"UR\", \"ncumul_tested\": null, \"ncumul_conf\": 12.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ur.ch/themen/2920\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.293717234375429, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"UR\", \"ncumul_tested\": null, \"ncumul_conf\": 22.0, \"ncumul_hosp\": 1.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 1.0, \"ncumul_deceased\": null, \"source\": \"https://www.ur.ch/themen/2920\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.038481596354953, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-24T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"UR\", \"ncumul_tested\": null, \"ncumul_conf\": 22.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ur.ch/themen/2920\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.038481596354953, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GL\", \"ncumul_tested\": null, \"ncumul_conf\": 10.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.suedostschweiz.ch/ereignisse/2020-03-20/die-zahl-der-corona-faelle-im-glarnerland-steigt-stark-an\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.4750637328911216, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GL\", \"ncumul_tested\": null, \"ncumul_conf\": 17.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.suedostschweiz.ch/ereignisse/2020-03-20/die-zahl-der-corona-faelle-im-glarnerland-steigt-stark-an\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.207608345914908, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"13:30\", \"abbreviation_canton_and_fl\": \"GL\", \"ncumul_tested\": null, \"ncumul_conf\": 31.0, \"ncumul_hosp\": 3.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.gl.ch/verwaltung/finanzen-und-gesundheit/gesundheit/coronavirus.html/4817#Fallzahlen\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.672697571962478, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SH\", \"ncumul_tested\": null, \"ncumul_conf\": 14.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://sh.ch/CMS/Webseite/Kanton-Schaffhausen/Beh-rde/Verwaltung/Departement-des-Innern/Gesundheitsamt-3209198-DE.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.7075044821992655, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SH\", \"ncumul_tested\": null, \"ncumul_conf\": 30.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://sh.ch/CMS/Webseite/Kanton-Schaffhausen/Beh-rde/Verwaltung/Departement-des-Innern/Gesundheitsamt-3209198-DE.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.658938176141284, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-24T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SH\", \"ncumul_tested\": null, \"ncumul_conf\": 32.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://sh.ch/CMS/Webseite/Kanton-Schaffhausen/Beh-rde/Verwaltung/Departement-des-Innern/Gesundheitsamt-3209198-DE.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.902867387884036, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-24T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SH\", \"ncumul_tested\": null, \"ncumul_conf\": 32.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://sh.ch/CMS/Webseite/Kanton-Schaffhausen/Beh-rde/Verwaltung/Departement-des-Innern/Gesundheitsamt-3209198-DE.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.902867387884036, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-05T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"AR\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ar.ch/verwaltung/departement-gesundheit-und-soziales/news-aus-dem-departement/detail/news/coronavirusersterfallinappenzellausserrhoden/?tx_news_pi1[controller]=News&tx_news_pi1[action]=detail&cHash=fb1a9cf08108cdc7b82780b9239b009d\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.6193868070610096, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-09T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"AR\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ar.ch/schnellzugriff/medienmitteilungen-der-kantonalen-verwaltung/detail/news/zweiter-coronafall-in-appenzell-ausserrhoden/?tx_news_pi1[controller]=News&tx_news_pi1[action]=detail&cHash=de7ec38198b5e60b6dce8fccc7735501\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.2387736141220191, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"AR\", \"ncumul_tested\": null, \"ncumul_conf\": 5.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ar.ch/schnellzugriff/medienmitteilungen-der-kantonalen-verwaltung/detail/news/coronavirus-drei-neue-faelle-in-appenzell-ausserrhoden/?tx_news_pi1[controller]=News&tx_news_pi1[action]=detail&cHash=272411484066c8fb971dcc838aa96ef9\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.096934035305048, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"AR\", \"ncumul_tested\": null, \"ncumul_conf\": 11.0, \"ncumul_hosp\": 3.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ar.ch/schnellzugriff/medienmitteilungen-der-kantonalen-verwaltung/detail/news/coronavirus-bevoelkerung-und-alle-spitaeler-machen-bei-der-gesundheitsversorgung-mit/?tx_news_pi1%5Bcontroller%5D=News&tx_news_pi1%5Baction%5D=detail&cHash=3d2a0733446b5fc7cdad0f48f61c28fd\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.813254877671105, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"10:00\", \"abbreviation_canton_and_fl\": \"AR\", \"ncumul_tested\": null, \"ncumul_conf\": 30.0, \"ncumul_hosp\": 7.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ar.ch/verwaltung/departement-gesundheit-und-soziales/amt-fuer-gesundheit/informationsseite-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 18.58160421183029, \"ncumul_deceased_10k\": 0.6193868070610096}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"10:00\", \"abbreviation_canton_and_fl\": \"AR\", \"ncumul_tested\": null, \"ncumul_conf\": 33.0, \"ncumul_hosp\": 6.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ar.ch/verwaltung/departement-gesundheit-und-soziales/amt-fuer-gesundheit/informationsseite-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 20.439764633013315, \"ncumul_deceased_10k\": 1.2387736141220191}]}}, {\"mode\": \"vega-lite\"});\n", + " })({\"config\": {\"view\": {\"continuousWidth\": 400, \"continuousHeight\": 300}, \"title\": {\"anchor\": \"middle\"}}, \"hconcat\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"abbreviation_canton_and_fl\", \"legend\": {\"title\": \"Canton\"}}, \"opacity\": {\"condition\": {\"value\": 1, \"selection\": \"selector001\"}, \"value\": 0.2}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"abbreviation_canton_and_fl\", \"title\": \"Canton\"}, {\"type\": \"quantitative\", \"field\": \"ncumul_conf\", \"title\": \"Cases\"}, {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}], \"x\": {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"ncumul_conf\", \"scale\": {\"type\": \"linear\"}, \"title\": \"Cases\"}}, \"selection\": {\"selector001\": {\"type\": \"multi\", \"fields\": [\"abbreviation_canton_and_fl\"], \"bind\": \"legend\"}}}, {\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"abbreviation_canton_and_fl\", \"legend\": {\"title\": \"Canton\"}}, \"opacity\": {\"condition\": {\"value\": 1, \"selection\": \"selector002\"}, \"value\": 0.2}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"abbreviation_canton_and_fl\", \"title\": \"Canton\"}, {\"type\": \"quantitative\", \"field\": \"ncumul_conf_10k\", \"title\": \"Cases/10k\"}, {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}], \"x\": {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"ncumul_conf_10k\", \"scale\": {\"type\": \"linear\"}, \"title\": \"Cases per 10k population\"}}, \"selection\": {\"selector002\": {\"type\": \"multi\", \"fields\": [\"abbreviation_canton_and_fl\"], \"bind\": \"legend\"}}}], \"data\": {\"name\": \"data-d594b3118ac817981f3f304373c2ba11\"}, \"title\": \"Covid-19 cases in Switzerland by Canton\", \"$schema\": \"https://vega.github.io/schema/vega-lite/v4.0.2.json\", \"datasets\": {\"data-d594b3118ac817981f3f304373c2ba11\": [{\"date\": \"2020-02-28T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://vs.ch/documents/529400/6767345/2020+02+28+-+Medienmitteilung+-+1.+Fall+Coronavirus+VS.pdf/37c4f942-c5d5-6ab5-64fd-83444de4eba5?t=1582923242156\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.02907357067058191, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-03T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://vs.ch/documents/529400/6789273/2020+03+03+-+Medienmitteilung+-+Best%C3%A4tigung+2.+Fall.pdf/9e063e45-70a1-682e-fc37-31d9685f71f1?t=1583233390225\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.05814714134116382, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-05T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 3.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=5#collapse6812036\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.08722071201174572, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-06T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 5.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=5#collapse6828733\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.14536785335290953, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-08T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 7.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=4\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.20351499469407336, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-09T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 12.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=4#collapse6846567\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.3488828480469829, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-10T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 18.0, \"ncumul_hosp\": 4.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 3.0, \"ncumul_deceased\": null, \"source\": \"https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=3#collapse6858802\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.5233242720704744, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-11T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 22.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=3#collapse6870561\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.6396185547528019, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 22.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=3#collapse6898881\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.6396185547528019, \"ncumul_deceased_10k\": 0.02907357067058191}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 95.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=2#collapse6927494\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.7619892137052813, \"ncumul_deceased_10k\": 0.08722071201174572}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 232.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.vs.ch/de/web/coronavirus#collapse6955818\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.745068395575003, \"ncumul_deceased_10k\": 0.11629428268232764}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 282.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://www.vs.ch/de/web/coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 8.198746929104098, \"ncumul_deceased_10k\": 0.14536785335290953}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 359.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 9.0, \"source\": \"https://www.vs.ch/de/web/coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 10.437411870738904, \"ncumul_deceased_10k\": 0.2616621360352372}, {\"date\": \"2020-03-22T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 432.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 10.0, \"source\": \"https://www.vs.ch/de/web/coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 12.559782529691383, \"ncumul_deceased_10k\": 0.29073570670581905}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 492.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 12.0, \"source\": \"https://www.vs.ch/de/web/coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 14.304196769926298, \"ncumul_deceased_10k\": 0.3488828480469829}, {\"date\": \"2020-03-24T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 544.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 13.0, \"source\": \"https://www.vs.ch/de/web/coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 15.816022444796557, \"ncumul_deceased_10k\": 0.37795641871756475}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 116.0, \"ncumul_hosp\": 13.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.847393121247713, \"ncumul_deceased_10k\": 0.05040856139006649}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 145.0, \"ncumul_hosp\": 18.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.309241401559641, \"ncumul_deceased_10k\": 0.05040856139006649}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 213.0, \"ncumul_hosp\": 24.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 10.73702357608416, \"ncumul_deceased_10k\": 0.15122568417019946}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 239.0, \"ncumul_hosp\": 24.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 12.04764617222589, \"ncumul_deceased_10k\": 0.15122568417019946}, {\"date\": \"2020-03-22T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 266.0, \"ncumul_hosp\": 27.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 6.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 13.408677329757685, \"ncumul_deceased_10k\": 0.30245136834039893}, {\"date\": \"2020-03-24T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 276.0, \"ncumul_hosp\": 29.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 6.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 13.912762943658352, \"ncumul_deceased_10k\": 0.30245136834039893}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 123.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.1884322067060429, \"ncumul_deceased_10k\": 0.009662050461024736}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 193.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.8647757389777744, \"ncumul_deceased_10k\": 0.009662050461024736}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 282.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.724698230008976, \"ncumul_deceased_10k\": 0.009662050461024736}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 377.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.642593023806326, \"ncumul_deceased_10k\": 0.019324100922049472}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 418.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.03873709270834, \"ncumul_deceased_10k\": 0.028986151383074213}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 470.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.541163716681627, \"ncumul_deceased_10k\": 0.04831025230512369}, {\"date\": \"2020-03-24T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 532.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 6.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.140210845265161, \"ncumul_deceased_10k\": 0.057972302766148426}, {\"date\": \"2020-03-25T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 624.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 6.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.029119487679437, \"ncumul_deceased_10k\": 0.057972302766148426}, {\"date\": \"2020-03-14T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"AI\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ai.ch/themen/gesundheit-alter-und-soziales/gesundheitsfoerderung-und-praevention/aktuelles/erste-bestaetigte-coronavirus-faelle-auch-in-innerrhoden\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.36209581055147194, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"AI\", \"ncumul_tested\": null, \"ncumul_conf\": 4.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"Kantonaler F\\u00fchrungsstab Appenzell Innerrhoden\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.7241916211029439, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"AI\", \"ncumul_tested\": null, \"ncumul_conf\": 5.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"Kantonaler F\\u00fchrungsstab Appenzell Innerrhoden\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.9052395263786798, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"AI\", \"ncumul_tested\": null, \"ncumul_conf\": 6.0, \"ncumul_hosp\": 1.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"Kantonaler F\\u00fchrungsstab Appenzell Innerrhoden\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.0862874316544158, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"10:00\", \"abbreviation_canton_and_fl\": \"AI\", \"ncumul_tested\": null, \"ncumul_conf\": 8.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ai.ch/themen/gesundheit-alter-und-soziales/gesundheitsfoerderung-und-praevention/uebertragbare-krankheiten/coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.4483832422058878, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-02-28T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/neuer-coronavirus-covid-19-erster-bestaetigter-fall-aus-dem-kanton-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.03470631516110671, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-02-29T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/weiterer-bestaetigter-fall-aus-dem-kanton-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.06941263032221343, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-01T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.06941263032221343, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-02T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.06941263032221343, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-03T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.06941263032221343, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-04T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.06941263032221343, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-05T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 6.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/neuer-coronavirus-covid-19-sechs-bestaetigte-faelle-im-kanton-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.20823789096664028, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-06T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 6.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.20823789096664028, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-07T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 15.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-15-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.5205947274166007, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-08T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 19.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/patient-im-kantonsspital-baselland-stirbt-an-den-folgen-einer-coronavirus-infektion\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.6594199880610276, \"ncumul_deceased_10k\": 0.03470631516110671}, {\"date\": \"2020-03-09T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 20.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-xx-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.6941263032221343, \"ncumul_deceased_10k\": 0.03470631516110671}, {\"date\": \"2020-03-10T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 22.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.7635389335443478, \"ncumul_deceased_10k\": 0.03470631516110671}, {\"date\": \"2020-03-11T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 26.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-26-bestaetigte-faelle-in-basel-landschaft-1\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.9023641941887746, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 26.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.9023641941887746, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 42.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-26-bestaetigte-faelle-in-basel-landschaft-2\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.4576652367664822, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-14T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 47.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-47-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.6311968125720158, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-15T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 54.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-54-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.8741410186997627, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 76.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-67-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.6376799522441106, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 89.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-89-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.0888620493384975, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 116.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-116-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.025932558688379, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 134.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-131-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.6506462315883, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 184.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-170-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.385961989643636, \"ncumul_deceased_10k\": 0.10411894548332014}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"14:00\", \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 282.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-282-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 9.787180875432094, \"ncumul_deceased_10k\": 0.10411894548332014}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"14:00\", \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 289.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-289-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 10.03012508155984, \"ncumul_deceased_10k\": 0.10411894548332014}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"14:00\", \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 302.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-289-bestaetigte-faelle-in-basel-landschaft-1\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 10.481307178654227, \"ncumul_deceased_10k\": 0.10411894548332014}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"15:30\", \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 306.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/amt-fur-gesundheit/medizinische-dienste/kantonsarztlicher-dienst/aktuelles/covid-19-faelle-kanton-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 10.620132439298656, \"ncumul_deceased_10k\": 0.13882526064442685}, {\"date\": \"2020-03-06T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"SO\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://so.ch/startseite/aktuell/news/erster-laborbestaetigter-covid-19-fall-im-kanton-solothurn/?tx_news_pi1%5Bcontroller%5D=News&tx_news_pi1%5Baction%5D=detail&cHash=3074bbdc8f0fcdcb9f1e11a21fc05e73\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.03660402497858665, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SO\", \"ncumul_tested\": null, \"ncumul_conf\": 43.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.oltnertagblatt.ch/solothurn/kanton-solothurn/zivilschuetzer-kontrollieren-wer-in-die-solothurner-spitaeler-rein-will-137174885\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.573973074079226, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"17:37\", \"abbreviation_canton_and_fl\": \"SO\", \"ncumul_tested\": null, \"ncumul_conf\": 66.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://twitter.com/KantonSolothurn/status/1241041303024041989?p=p\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.4158656485867187, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"SO\", \"ncumul_tested\": null, \"ncumul_conf\": 95.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://corona.so.ch/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.477382372965731, \"ncumul_deceased_10k\": 0.03660402497858665}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"00:00\", \"abbreviation_canton_and_fl\": \"SO\", \"ncumul_tested\": null, \"ncumul_conf\": 104.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://corona.so.ch/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.8068185977730113, \"ncumul_deceased_10k\": 0.03660402497858665}, {\"date\": \"2020-03-25T00:00:00\", \"time\": \"00:00\", \"abbreviation_canton_and_fl\": \"SO\", \"ncumul_tested\": null, \"ncumul_conf\": 129.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://corona.so.ch/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.721919222237678, \"ncumul_deceased_10k\": 0.03660402497858665}, {\"date\": \"2020-03-04T00:00:00\", \"time\": \"06:35\", \"abbreviation_canton_and_fl\": \"SG\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sg.ch/news/sgch_allgemein/2020/03/erster-bestaetigter-corona-fall-im-kanton-.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.019696787650902013, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-06T00:00:00\", \"time\": \"15:38\", \"abbreviation_canton_and_fl\": \"SG\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sg.ch/news/sgch_allgemein/2020/03/zweiter-bestaetigter-fall-einer-corona-patientin.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.039393575301804026, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SG\", \"ncumul_tested\": null, \"ncumul_conf\": 15.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sg.ch/tools/informationen-coronavirus.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.2954518147635302, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SG\", \"ncumul_tested\": null, \"ncumul_conf\": 47.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sg.ch/tools/informationen-coronavirus.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.9257490195923948, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SG\", \"ncumul_tested\": null, \"ncumul_conf\": 61.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sg.ch/tools/informationen-coronavirus.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.2015040467050229, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SG\", \"ncumul_tested\": null, \"ncumul_conf\": 85.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sg.ch/tools/informationen-coronavirus.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.6742269503266713, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SG\", \"ncumul_tested\": null, \"ncumul_conf\": 98.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sg.ch/tools/informationen-coronavirus.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.9302851897883972, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SG\", \"ncumul_tested\": null, \"ncumul_conf\": 200.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.sg.ch/tools/informationen-coronavirus.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.939357530180403, \"ncumul_deceased_10k\": 0.019696787650902013}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"16:00\", \"abbreviation_canton_and_fl\": \"NE\", \"ncumul_tested\": null, \"ncumul_conf\": 159.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 8.990670059372349, \"ncumul_deceased_10k\": 0.1130901894260673}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"15:30\", \"abbreviation_canton_and_fl\": \"NE\", \"ncumul_tested\": null, \"ncumul_conf\": 177.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 10.008481764206955, \"ncumul_deceased_10k\": 0.1130901894260673}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"NE\", \"ncumul_tested\": null, \"ncumul_conf\": 188.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 10.630477806050326, \"ncumul_deceased_10k\": 0.1130901894260673}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"NE\", \"ncumul_tested\": null, \"ncumul_conf\": 204.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 11.535199321458864, \"ncumul_deceased_10k\": 0.1130901894260673}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"NE\", \"ncumul_tested\": null, \"ncumul_conf\": 230.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 13.005371783997738, \"ncumul_deceased_10k\": 0.1130901894260673}, {\"date\": \"2020-03-18T00:00:00\", \"time\": \"16:00\", \"abbreviation_canton_and_fl\": \"LU\", \"ncumul_tested\": null, \"ncumul_conf\": 65.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://web.archive.org/web/20200318191404/https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.587080674973203, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"09:40\", \"abbreviation_canton_and_fl\": \"LU\", \"ncumul_tested\": null, \"ncumul_conf\": 92.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.2463295707313025, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"11:00\", \"abbreviation_canton_and_fl\": \"LU\", \"ncumul_tested\": null, \"ncumul_conf\": 109.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus;https://newsletter.lu.ch/inxmail/html_mail.jsp?params=7UGt4J1Fx6OIONHlV9upAAuOzkQ6ZmQA%2FxRrLjJkeDWZdweUdKfwhAE94i2Apium%2F6rIvcF2Z5MaTtV52A77W2jrwVmrkZ8UhFPVmHC4iuI%3D\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.661412208801217, \"ncumul_deceased_10k\": 0.024416625768818503}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"11:00\", \"abbreviation_canton_and_fl\": \"LU\", \"ncumul_tested\": null, \"ncumul_conf\": 131.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.198577975715224, \"ncumul_deceased_10k\": 0.024416625768818503}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"11:00\", \"abbreviation_canton_and_fl\": \"LU\", \"ncumul_tested\": null, \"ncumul_conf\": 156.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.808993619935687, \"ncumul_deceased_10k\": 0.024416625768818503}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"11:00\", \"abbreviation_canton_and_fl\": \"LU\", \"ncumul_tested\": null, \"ncumul_conf\": 205.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.005408282607793, \"ncumul_deceased_10k\": 0.048833251537637005}, {\"date\": \"2020-03-01T00:00:00\", \"time\": \"17:29\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-coronavirus-anzahl-der-getesteten-faelle-und-zwischenstand-kita-riehen-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.05134366367846544, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-02T00:00:00\", \"time\": \"17:15\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": 235.0, \"ncumul_conf\": 3.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-coronavirus-zwei-neue-positive-faelle-in-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.15403099103539633, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-03T00:00:00\", \"time\": \"17:30\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 3.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1234880556095213569?s=20\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.15403099103539633, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-04T00:00:00\", \"time\": \"17:20\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 3.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1235240377134862336?s=20\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.15403099103539633, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-05T00:00:00\", \"time\": \"17:15\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 8.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-coronavirus-fuenf-neue-positive-faelle-in-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.41074930942772353, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-06T00:00:00\", \"time\": \"14:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 15.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1235934884167852035?s=20\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.7701549551769815, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-07T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 21.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1236249864473894914?s=20\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.0782169372477741, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-08T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 24.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1236609191831384064?s=20\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.2322479282831706, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-09T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 28.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1236973685602426881?s=20\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.4376225829970324, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-10T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 33.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1237336196772175873?s=20\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.6943409013893596, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-11T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 37.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1237694819419422720?s=20\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.8997155561032215, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-12T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 73.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 4.0, \"ncumul_deceased\": 1.0, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1238073089902235648?s=20 https://www.coronavirus.bs.ch/nm/2020-coronavirus-ende-der-quarantaenemassnahmen-im-fall-kita-riehen-gd.html https://www.coronavirus.bs.ch/nm/2020-coronavirus-erster-todesfall-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.7480874485279774, \"ncumul_deceased_10k\": 0.05134366367846544}, {\"date\": \"2020-03-13T00:00:00\", \"time\": \"12:30\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 92.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1238430659762364417?s=20\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.72361705841882, \"ncumul_deceased_10k\": 0.05134366367846544}, {\"date\": \"2020-03-14T00:00:00\", \"time\": \"11:27\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 100.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1238773726423941127?s=20\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.134366367846544, \"ncumul_deceased_10k\": 0.05134366367846544}, {\"date\": \"2020-03-16T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 144.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-144-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.393487569699023, \"ncumul_deceased_10k\": 0.20537465471386177}, {\"date\": \"2020-03-17T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 165.0, \"ncumul_hosp\": 30.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 25.0, \"ncumul_deceased\": 4.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-165-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 8.471704506946798, \"ncumul_deceased_10k\": 0.20537465471386177}, {\"date\": \"2020-03-18T00:00:00\", \"time\": \"11:15\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 182.0, \"ncumul_hosp\": 40.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 36.0, \"ncumul_deceased\": 4.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-182-bestaetigte-faelle-im-kanton-basel-stadt-treffen-mit-allen-spitaelern-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 9.34454678948071, \"ncumul_deceased_10k\": 0.20537465471386177}, {\"date\": \"2020-03-19T00:00:00\", \"time\": \"11:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 222.0, \"ncumul_hosp\": 40.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 44.0, \"ncumul_deceased\": 4.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-222-bestaetigte-faelle-basel-stadt-trifft-gemeinsam-mit-den-spitaelern-vorkehrungen-fuer-intensiv--und-beatmungskapazitaeten-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 11.398293336619327, \"ncumul_deceased_10k\": 0.20537465471386177}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"10:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 272.0, \"ncumul_hosp\": 45.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 46.0, \"ncumul_deceased\": 4.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-272-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 13.9654765205426, \"ncumul_deceased_10k\": 0.20537465471386177}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"10:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 299.0, \"ncumul_hosp\": 46.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 57.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-299-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 15.351755439861167, \"ncumul_deceased_10k\": 0.2567183183923272}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"10:30\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 358.0, \"ncumul_hosp\": 50.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 73.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-358-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 18.381031596890626, \"ncumul_deceased_10k\": 0.2567183183923272}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"10:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 376.0, \"ncumul_hosp\": 56.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 78.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-376-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 19.305217543103005, \"ncumul_deceased_10k\": 0.2567183183923272}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"09:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 414.0, \"ncumul_hosp\": 58.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 105.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-414-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 21.256276762884696, \"ncumul_deceased_10k\": 0.2567183183923272}, {\"date\": \"2020-02-28T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/20200228_KFS_20200106_Coronavirus_Lagebulletin_AG_Unterschrieben.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.014744760817862393, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-02T00:00:00\", \"time\": \"18:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/200302_KFS_Coronavirus_Lagebulletin_2.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.029489521635724786, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-03T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 6.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200303_KFS_Coronavirus_Lagebulletin_3.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.08846856490717436, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-04T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 7.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200304_KFS_Coronavirus_Lagebulletin_4.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.10321332572503675, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-05T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 9.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200305_KFS_Coronavirus_Lagebulletin_5.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.13270284736076154, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-06T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 12.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 1.0, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200305_KFS_Coronavirus_Lagebulletin_6.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.17693712981434873, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-09T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 14.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 2.0, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200309_KFS_Coronavirus_Lagebulletin_7.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.2064266514500735, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-10T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 17.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 2.0, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200310_KFS_Coronavirus_Lagebulletin_8.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.2506609339036607, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-11T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 18.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 2.0, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200311_KFS_Coronavirus_Lagebulletin_9.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.2654056947215231, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-12T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 27.0, \"ncumul_hosp\": 1.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 3.0, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200312_KFS_Coronavirus_Lagebulletin_10.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.39810854208228463, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-13T00:00:00\", \"time\": \"13:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 32.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 3.0, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200313_KFS_Coronavirus_Lagebulletin_11.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.4718323461715966, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-16T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 52.0, \"ncumul_hosp\": 2.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 4.0, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200316_KFS_Coronavirus_Lagebulletin_12.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.7667275625288444, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-17T00:00:00\", \"time\": \"16:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 67.0, \"ncumul_hosp\": 2.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 4.0, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200317_KFS_Coronavirus_Lagebulletin_13.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.9878989747967803, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-18T00:00:00\", \"time\": \"16:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 101.0, \"ncumul_hosp\": 6.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 4.0, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200318_KFS_Coronavirus_Lagebulletin_14.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.4892208426041018, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-19T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 118.0, \"ncumul_hosp\": 17.0, \"ncumul_ICU\": 6.0, \"ncumul_vent\": 3.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200319_KFS_Coronavirus_Lagebulletin_15.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.7398817765077623, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 168.0, \"ncumul_hosp\": 25.0, \"ncumul_ICU\": 4.0, \"ncumul_vent\": 2.0, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200320_KFS_Coronavirus_Lagebulletin_16.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.477119817400882, \"ncumul_deceased_10k\": 0.014744760817862393}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 232.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ag.ch/de/aktuelles/medienportal/medienmitteilung/medienmitteilungen/mediendetails_139237.jsp\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.420784509744075, \"ncumul_deceased_10k\": 0.014744760817862393}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 241.0, \"ncumul_hosp\": 10.0, \"ncumul_ICU\": 3.0, \"ncumul_vent\": 2.0, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200323_KFS_Coronavirus_Lagebulletin_17.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.5534873571048364, \"ncumul_deceased_10k\": 0.014744760817862393}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 266.0, \"ncumul_hosp\": 24.0, \"ncumul_ICU\": 2.0, \"ncumul_vent\": 2.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200324_KFS_Coronavirus_Lagebulletin_18.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.9221063775513967, \"ncumul_deceased_10k\": 0.029489521635724786}, {\"date\": \"2020-03-03T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SZ\", \"ncumul_tested\": 1.0, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sz.ch/public/upload/assets/45351/MM_Coronavirus_4_3_2020.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.06282788301448183, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-04T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SZ\", \"ncumul_tested\": 3.0, \"ncumul_conf\": 3.0, \"ncumul_hosp\": 1.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sz.ch/public/upload/assets/45351/MM_Coronavirus_4_3_2020.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.18848364904344547, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-06T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SZ\", \"ncumul_tested\": 6.0, \"ncumul_conf\": 6.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sz.ch/public/upload/assets/45417/MM_Coronavirus_6_3_2020.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.37696729808689095, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-13T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"SZ\", \"ncumul_tested\": 10.0, \"ncumul_conf\": 9.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sz.ch/public/upload/assets/45585/MM_Coronavirus_13_03_2020.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.5654509471303364, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-14T00:00:00\", \"time\": \"03:03\", \"abbreviation_canton_and_fl\": \"SZ\", \"ncumul_tested\": 1.0, \"ncumul_conf\": 12.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.bote.ch/nachrichten/schwyz/schwyz_bdu/coronavirus-einsatz-fuer-spitalbataillon-5;art146989,1229758\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.7539345961737819, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-15T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SZ\", \"ncumul_tested\": null, \"ncumul_conf\": 13.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sz.ch/public/upload/assets/45590/MM_Coronavirus_15_3_2020.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.8167624791882637, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-25T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SZ\", \"ncumul_tested\": null, \"ncumul_conf\": 99.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sz.ch/behoerden/information-medien/medienmitteilungen/coronavirus.html/72-416-412-1379-6948\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.219960418433701, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-13T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"OW\", \"ncumul_tested\": 6.0, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ow.ch/de/aktuelles/aktuellesinformationen/amtsmitteilungen/welcome.php?action=showinfo&info_id=63566&ls=0&sq=&kategorie_id=&date_from=&date_to=\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.26426362939668613, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"OW\", \"ncumul_tested\": null, \"ncumul_conf\": 25.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ow.ch/de/verwaltung/dienstleistungen/?dienst_id=5962\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.606590734917153, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-24T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"OW\", \"ncumul_tested\": null, \"ncumul_conf\": 25.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ow.ch/de/verwaltung/dienstleistungen/?dienst_id=5962\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.606590734917153, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-02-26T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": 1.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 1.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.020020821654520703, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-02-27T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": 1.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 1.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.020020821654520703, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-02-28T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 3.0, \"ncumul_hosp\": 2.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 2.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.06006246496356211, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-02-29T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 5.0, \"ncumul_hosp\": 3.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 3.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.1001041082726035, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-01T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 7.0, \"ncumul_hosp\": 3.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 3.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.1401457515816449, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-02T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 7.0, \"ncumul_hosp\": 3.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 3.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.1401457515816449, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-03T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 8.0, \"ncumul_hosp\": 4.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 4.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.16016657323616562, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-04T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 8.0, \"ncumul_hosp\": 4.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 4.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.16016657323616562, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-05T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 11.0, \"ncumul_hosp\": 5.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 5.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.22022903819972772, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-06T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 15.0, \"ncumul_hosp\": 7.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 7.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.30031232481781056, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-07T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 24.0, \"ncumul_hosp\": 7.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 7.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.48049971970849686, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-08T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 32.0, \"ncumul_hosp\": 9.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 9.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.6406662929446625, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-09T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 33.0, \"ncumul_hosp\": 13.0, \"ncumul_ICU\": 3.0, \"ncumul_vent\": 10.0, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.6606871145991832, \"ncumul_deceased_10k\": 0.020020821654520703}, {\"date\": \"2020-03-10T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 59.0, \"ncumul_hosp\": 18.0, \"ncumul_ICU\": 4.0, \"ncumul_vent\": 14.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 1.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.1812284776167212, \"ncumul_deceased_10k\": 0.040041643309041405}, {\"date\": \"2020-03-11T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 66.0, \"ncumul_hosp\": 20.0, \"ncumul_ICU\": 6.0, \"ncumul_vent\": 14.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 1.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.3213742291983663, \"ncumul_deceased_10k\": 0.040041643309041405}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 80.0, \"ncumul_hosp\": 23.0, \"ncumul_ICU\": 6.0, \"ncumul_vent\": 17.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 4.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.601665732361656, \"ncumul_deceased_10k\": 0.040041643309041405}, {\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 104.0, \"ncumul_hosp\": 33.0, \"ncumul_ICU\": 7.0, \"ncumul_vent\": 26.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 4.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.082165452070153, \"ncumul_deceased_10k\": 0.040041643309041405}, {\"date\": \"2020-03-14T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 196.0, \"ncumul_hosp\": 43.0, \"ncumul_ICU\": 8.0, \"ncumul_vent\": 33.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 2.0, \"ncumul_ICU_intub\": 5.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.9240810442860576, \"ncumul_deceased_10k\": 0.040041643309041405}, {\"date\": \"2020-03-15T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 281.0, \"ncumul_hosp\": 46.0, \"ncumul_ICU\": 12.0, \"ncumul_vent\": 32.0, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 2.0, \"ncumul_ICU_intub\": 5.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.625850884920317, \"ncumul_deceased_10k\": 0.08008328661808281}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 373.0, \"ncumul_hosp\": 66.0, \"ncumul_ICU\": 10.0, \"ncumul_vent\": 52.0, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 4.0, \"ncumul_ICU_intub\": 8.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.467766477136222, \"ncumul_deceased_10k\": 0.08008328661808281}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 495.0, \"ncumul_hosp\": 75.0, \"ncumul_ICU\": 19.0, \"ncumul_vent\": 54.0, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 2.0, \"ncumul_ICU_intub\": 9.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 9.910306718987746, \"ncumul_deceased_10k\": 0.08008328661808281}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 629.0, \"ncumul_hosp\": 78.0, \"ncumul_ICU\": 20.0, \"ncumul_vent\": 56.0, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 2.0, \"ncumul_ICU_intub\": 17.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 12.593096820693521, \"ncumul_deceased_10k\": 0.1001041082726035}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 826.0, \"ncumul_hosp\": 92.0, \"ncumul_ICU\": 19.0, \"ncumul_vent\": 68.0, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 5.0, \"ncumul_ICU_intub\": 17.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 16.5371986866341, \"ncumul_deceased_10k\": 0.1001041082726035}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 994.0, \"ncumul_hosp\": 109.0, \"ncumul_ICU\": 22.0, \"ncumul_vent\": 82.0, \"ncumul_released\": null, \"ncumul_deceased\": 8.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 5.0, \"ncumul_ICU_intub\": 21.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 19.90069672459358, \"ncumul_deceased_10k\": 0.16016657323616562}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 1128.0, \"ncumul_hosp\": 145.0, \"ncumul_ICU\": 25.0, \"ncumul_vent\": 107.0, \"ncumul_released\": null, \"ncumul_deceased\": 10.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 13.0, \"ncumul_ICU_intub\": 24.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 22.58348682629935, \"ncumul_deceased_10k\": 0.200208216545207}, {\"date\": \"2020-03-22T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 1203.0, \"ncumul_hosp\": 179.0, \"ncumul_ICU\": 36.0, \"ncumul_vent\": 137.0, \"ncumul_released\": null, \"ncumul_deceased\": 9.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 6.0, \"ncumul_ICU_intub\": 36.0, \"ncumul_deceased_suspect\": 4.0, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 24.085048450388403, \"ncumul_deceased_10k\": 0.18018739489068633}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 1509.0, \"ncumul_hosp\": 214.0, \"ncumul_ICU\": 43.0, \"ncumul_vent\": 160.0, \"ncumul_released\": null, \"ncumul_deceased\": 9.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 11.0, \"ncumul_ICU_intub\": 41.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 30.21141987667174, \"ncumul_deceased_10k\": 0.18018739489068633}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 1510.0, \"ncumul_hosp\": 238.0, \"ncumul_ICU\": 41.0, \"ncumul_vent\": 176.0, \"ncumul_released\": null, \"ncumul_deceased\": 12.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 21.0, \"ncumul_ICU_intub\": 41.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 30.23144069832626, \"ncumul_deceased_10k\": 0.24024985985424843}, {\"date\": \"2020-03-03T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZG\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.zg.ch/behoerden/gesundheitsdirektion/direktionssekretariat/aktuell/coronavirus-sars-cov-2-erste-person-aus-dem-kanton-zug-infiziert\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.07884134755631242, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-05T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZG\", \"ncumul_tested\": null, \"ncumul_conf\": 3.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.zg.ch/behoerden/gesundheitsdirektion/direktionssekretariat/aktuell/coronavirus-sars-cov-2-zwei-weitere-faelle-im-kanton-zug\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.2365240426689373, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZG\", \"ncumul_tested\": null, \"ncumul_conf\": 13.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.zg.ch/behoerden/gesundheitsdirektion/direktionssekretariat/aktuell/coronavirus-kanton-zug-stellt-sich-hinter-massnahmen-des-bundes\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.0249375182320615, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-14T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZG\", \"ncumul_tested\": null, \"ncumul_conf\": 13.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://twitter.com/gesundZG/status/1238733148462157824?s=20\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.0249375182320615, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZG\", \"ncumul_tested\": null, \"ncumul_conf\": 24.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.zg.ch/behoerden/gesundheitsdirektion/direktionssekretariat/aktuell/covid-19-zuger-spitaeler-bereiten-sich-gemeinsam-auf-herausfordernde-zeit-vor\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.8921923413514985, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZG\", \"ncumul_tested\": null, \"ncumul_conf\": 48.0, \"ncumul_hosp\": 1.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 5.0, \"ncumul_deceased\": null, \"source\": \"https://www.zg.ch/behoerden/gesundheitsdirektion/direktionssekretariat/aktuell/coronavirus-ausreichende-testkapazitaeten-im-kanton-zug-vorhanden\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.784384682702997, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"ZG\", \"ncumul_tested\": null, \"ncumul_conf\": 62.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 10.0, \"ncumul_deceased\": null, \"source\": \"https://www.zg.ch/behoerden/gesundheitsdirektion/amt-fuer-gesundheit/corona\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.88816354849137, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"ZG\", \"ncumul_tested\": null, \"ncumul_conf\": 72.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 12.0, \"ncumul_deceased\": null, \"source\": \"https://www.zg.ch/behoerden/gesundheitsdirektion/amt-fuer-gesundheit/corona\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.676577024054495, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-25T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"ZG\", \"ncumul_tested\": null, \"ncumul_conf\": 80.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 18.0, \"ncumul_deceased\": 0.0, \"source\": \"https://www.zg.ch/behoerden/gesundheitsdirektion/amt-fuer-gesundheit/corona\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.307307804504995, \"ncumul_deceased_10k\": 0.0}, {\"date\": \"2020-03-11T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"NW\", \"ncumul_tested\": null, \"ncumul_conf\": 4.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.nw.ch/aktuellesinformationen/63359\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.9254332184253754, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"NW\", \"ncumul_tested\": null, \"ncumul_conf\": 25.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.nw.ch/gesundheitsamtdienste/6044\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.783957615158596, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"15:20\", \"abbreviation_canton_and_fl\": \"NW\", \"ncumul_tested\": null, \"ncumul_conf\": 28.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.nw.ch/gesundheitsamtdienste/6044\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.478032528977628, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"18:15\", \"abbreviation_canton_and_fl\": \"NW\", \"ncumul_tested\": null, \"ncumul_conf\": 33.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.nw.ch/gesundheitsamtdienste/6044\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.634824052009346, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"16:25\", \"abbreviation_canton_and_fl\": \"NW\", \"ncumul_tested\": null, \"ncumul_conf\": 36.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.nw.ch/gesundheitsamtdienste/6044\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 8.32889896582838, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"19:00\", \"abbreviation_canton_and_fl\": \"NW\", \"ncumul_tested\": null, \"ncumul_conf\": 39.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.nw.ch/gesundheitsamtdienste/6044\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 9.02297387964741, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"15:15\", \"abbreviation_canton_and_fl\": \"NW\", \"ncumul_tested\": null, \"ncumul_conf\": 42.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.nw.ch/gesundheitsamtdienste/6044\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 9.717048793466441, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-02-25T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.srf.ch/news/schweiz/tessiner-patient-erster-coronavirus-fall-in-der-schweiz\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.02830111251673303, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-02T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187352&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=ea65dbcabb28d4711459f3b613bbc1b7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": 6.0, \"TotalCured\": null, \"ncumul_conf_10k\": 0.05660222503346606, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-03T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 4.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187363&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=b34e82602a39cad67a7f8d54150dcf70 https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187369&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=3154d18e72821fc23d7b3c5cdfe9f9a3\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.11320445006693212, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-04T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 5.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187371&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=174f2d754f3b657af79f343c92fc5c89\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": 18.0, \"TotalCured\": null, \"ncumul_conf_10k\": 0.14150556258366517, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 180.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187437&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=59cf6112c82abed490acd8901f5a0bb2\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.094200253011946, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 258.0, \"ncumul_hosp\": 65.0, \"ncumul_ICU\": 13.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.youtube.com/watch?v=_x_yQ6uwGAQ\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.301687029317122, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-14T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 265.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187466&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=1b10e6e8117296766155edcf9c317a4c\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.499794816934254, \"ncumul_deceased_10k\": 0.0849033375501991}, {\"date\": \"2020-03-15T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 291.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 6.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187467&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=af5473066754ef4d1272e156056acc07\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 8.235623742369313, \"ncumul_deceased_10k\": 0.1698066751003982}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 330.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 8.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187475&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=dee4a529abd4e9300e116c7ff4db5774\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 9.339367130521902, \"ncumul_deceased_10k\": 0.22640890013386425}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 422.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 10.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187486&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=d106aab74491da09b294ff13ffadd02f\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 11.943069482061341, \"ncumul_deceased_10k\": 0.28301112516733035}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 511.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 14.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187493&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=7803bbc03dd49ef2e421dfd6b12dd239\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 14.46186849605058, \"ncumul_deceased_10k\": 0.3962155752342625}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 638.0, \"ncumul_hosp\": 155.0, \"ncumul_ICU\": 33.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 15.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187499&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=634a783514bdcbb426c005f1ea916268 https://www.youtube.com/watch?v=34RQ7OOWYoI\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 18.056109785675677, \"ncumul_deceased_10k\": 0.42451668775099544}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 834.0, \"ncumul_hosp\": 168.0, \"ncumul_ICU\": 35.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 22.0, \"source\": \"https://www4.ti.ch/dss/dsp/covid19/home/ https://www.youtube.com/watch?v=34RQ7OOWYoI\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 23.603127838955352, \"ncumul_deceased_10k\": 0.6226244753681267}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 918.0, \"ncumul_hosp\": 184.0, \"ncumul_ICU\": 40.0, \"ncumul_vent\": 37.0, \"ncumul_released\": null, \"ncumul_deceased\": 28.0, \"source\": \"https://www4.ti.ch/dss/dsp/covid19/home/ https://www.youtube.com/watch?v=7g2sALU9bQM\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 25.980421290360923, \"ncumul_deceased_10k\": 0.792431150468525}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 939.0, \"ncumul_hosp\": 246.0, \"ncumul_ICU\": 46.0, \"ncumul_vent\": 43.0, \"ncumul_released\": null, \"ncumul_deceased\": 37.0, \"source\": \"https://web.archive.org/web/20200322153528/https://www4.ti.ch/dss/dsp/covid19/home/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 26.574744653212317, \"ncumul_deceased_10k\": 1.0471411631191223}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 1165.0, \"ncumul_hosp\": 261.0, \"ncumul_ICU\": 45.0, \"ncumul_vent\": 43.0, \"ncumul_released\": null, \"ncumul_deceased\": 48.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187510&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=0120f665ab49651b9d66c876ef272a91\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 32.97079608199398, \"ncumul_deceased_10k\": 1.3584534008031857}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 1211.0, \"ncumul_hosp\": 285.0, \"ncumul_ICU\": 50.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 53.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187520&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=4d581f57e92de04937175bab9e5b0f14\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": 48.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 34.2726472577637, \"ncumul_deceased_10k\": 1.4999589633868506}, {\"date\": \"2020-03-01T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"FR\", \"ncumul_tested\": 30.0, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.fr.ch/sites/default/files/2020-03/200301_commd_dsas_covid_cas_fr.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.031376092672427316, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-02T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"FR\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.fr.ch/sites/default/files/2020-03/200302_CommD_DSAS_covid_cas%20FR.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.06275218534485463, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-04T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"FR\", \"ncumul_tested\": null, \"ncumul_conf\": 4.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.fr.ch/sites/default/files/2020-03/200304_CommD_DSAS_covid_cas%20FR.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.12550437068970927, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-05T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"FR\", \"ncumul_tested\": null, \"ncumul_conf\": 6.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.fr.ch/de/covid19/gesundheit/covid-19/coronavirus-entwicklungen-der-situation\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.1882565560345639, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-08T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"FR\", \"ncumul_tested\": null, \"ncumul_conf\": 8.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.fr.ch/de/covid19/gesundheit/covid-19/coronavirus-entwicklungen-der-situation\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.25100874137941853, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-09T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"FR\", \"ncumul_tested\": null, \"ncumul_conf\": 11.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.fr.ch/de/covid19/gesundheit/covid-19/coronavirus-entwicklungen-der-situation\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.3451370193967005, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TG\", \"ncumul_tested\": 246.0, \"ncumul_conf\": 17.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.6148904771550103, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TG\", \"ncumul_tested\": 276.0, \"ncumul_conf\": 23.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.8319106455626609, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TG\", \"ncumul_tested\": null, \"ncumul_conf\": 32.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.tg.ch/news/fachdossier-coronavirus.html/10552\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.157440898174137, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TG\", \"ncumul_tested\": null, \"ncumul_conf\": 36.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.tg.ch/news/fachdossier-coronavirus.html/10552\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.3021210104459042, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TG\", \"ncumul_tested\": null, \"ncumul_conf\": 49.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.tg.ch/news/fachdossier-coronavirus.html/10552\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.7723313753291472, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TG\", \"ncumul_tested\": null, \"ncumul_conf\": 56.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.tg.ch/news/fachdossier-coronavirus.html/10552\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.02552157180474, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-22T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TG\", \"ncumul_tested\": null, \"ncumul_conf\": 75.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.tg.ch/news/fachdossier-coronavirus.html/10552\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.7127521050956336, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TG\", \"ncumul_tested\": null, \"ncumul_conf\": 81.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.tg.ch/news/fachdossier-coronavirus.html/10552\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.9297722735032843, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-24T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TG\", \"ncumul_tested\": null, \"ncumul_conf\": 87.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.tg.ch/news/fachdossier-coronavirus.html/10552 & https://www.tg.ch/news/news-detailseite.html/485/news/44925\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.146792441910935, \"ncumul_deceased_10k\": 0.036170028067941784}, {\"date\": \"2020-02-27T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": 2.0, \"TotalCured\": null, \"ncumul_conf_10k\": 0.006574760284240037, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-02-28T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": 9.0, \"TotalCured\": null, \"ncumul_conf_10k\": 0.013149520568480073, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-02T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": 13.0, \"TotalCured\": null, \"ncumul_conf_10k\": 0.013149520568480073, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-03T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": 400.0, \"ncumul_conf\": 9.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": 19.0, \"TotalCured\": null, \"ncumul_conf_10k\": 0.05917284255816033, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-05T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 19.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": 26.0, \"TotalCured\": null, \"ncumul_conf_10k\": 0.1249204454005607, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-06T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 26.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": 30.0, \"TotalCured\": null, \"ncumul_conf_10k\": 0.17094376739024095, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-07T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 30.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": 37.0, \"TotalCured\": null, \"ncumul_conf_10k\": 0.19724280852720108, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-08T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 37.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": 40.0, \"TotalCured\": null, \"ncumul_conf_10k\": 0.24326613051688137, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-09T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": 855.0, \"ncumul_conf\": 40.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": 49.0, \"TotalCured\": null, \"ncumul_conf_10k\": 0.2629904113696015, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-10T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 49.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": 59.0, \"TotalCured\": 1.0, \"ncumul_conf_10k\": 0.3221632539277618, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-11T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 59.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": 7.0, \"ncumul_conf_10k\": 0.3879108567701622, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 92.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": 11.0, \"ncumul_conf_10k\": 0.6048779461500834, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 140.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.9204664397936051, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 270.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.7751852767448097, \"ncumul_deceased_10k\": 0.006574760284240037}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 294.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.9329795235665708, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 424.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.7876983605177754, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 526.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.458323909510259, \"ncumul_deceased_10k\": 0.01972428085272011}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 773.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.082289699717548, \"ncumul_deceased_10k\": 0.01972428085272011}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 1068.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.021843983568359, \"ncumul_deceased_10k\": 0.03287380142120019}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"9:30\", \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 1211.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.962034704214685, \"ncumul_deceased_10k\": 0.03287380142120019}, {\"date\": \"2020-03-19T00:00:00\", \"time\": \"16:00\", \"abbreviation_canton_and_fl\": \"JU\", \"ncumul_tested\": null, \"ncumul_conf\": 27.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.jura.ch/fr/Autorites/Coronavirus/Accueil/Coronavirus-Informations-officielles-a-la-population-jurassienne.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.677522167286397, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"17:00\", \"abbreviation_canton_and_fl\": \"JU\", \"ncumul_tested\": null, \"ncumul_conf\": 29.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.jura.ch/fr/Autorites/Coronavirus/Accueil/Coronavirus-Informations-officielles-a-la-population-jurassienne.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.949931216715019, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"18:00\", \"abbreviation_canton_and_fl\": \"JU\", \"ncumul_tested\": null, \"ncumul_conf\": 49.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.jura.ch/fr/Autorites/Coronavirus/Accueil/Coronavirus-Informations-officielles-a-la-population-jurassienne.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.67402171100124, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"17:00\", \"abbreviation_canton_and_fl\": \"JU\", \"ncumul_tested\": null, \"ncumul_conf\": 51.0, \"ncumul_hosp\": 1.0, \"ncumul_ICU\": 1.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.jura.ch/fr/Autorites/Coronavirus/Accueil/Coronavirus-Informations-officielles-a-la-population-jurassienne.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.946430760429862, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"18:00\", \"abbreviation_canton_and_fl\": \"JU\", \"ncumul_tested\": null, \"ncumul_conf\": 57.0, \"ncumul_hosp\": 2.0, \"ncumul_ICU\": 2.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.jura.ch/fr/Autorites/Coronavirus/Accueil/Coronavirus-Informations-officielles-a-la-population-jurassienne.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.763657908715728, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"17:00\", \"abbreviation_canton_and_fl\": \"JU\", \"ncumul_tested\": null, \"ncumul_conf\": 66.0, \"ncumul_hosp\": null, \"ncumul_ICU\": 3.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.jura.ch/fr/Autorites/Coronavirus/Accueil/Coronavirus-Informations-officielles-a-la-population-jurassienne.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 8.989498631144526, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-06T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 23.0, \"ncumul_hosp\": 15.0, \"ncumul_ICU\": 2.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.2878075943664792, \"ncumul_deceased_10k\": 0.01251337366810779}, {\"date\": \"2020-03-07T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 30.0, \"ncumul_hosp\": 16.0, \"ncumul_ICU\": 4.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.37540121004323374, \"ncumul_deceased_10k\": 0.01251337366810779}, {\"date\": \"2020-03-08T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 40.0, \"ncumul_hosp\": 22.0, \"ncumul_ICU\": 3.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.5005349467243116, \"ncumul_deceased_10k\": 0.01251337366810779}, {\"date\": \"2020-03-09T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 51.0, \"ncumul_hosp\": 29.0, \"ncumul_ICU\": 5.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.6381820570734973, \"ncumul_deceased_10k\": 0.01251337366810779}, {\"date\": \"2020-03-10T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 77.0, \"ncumul_hosp\": 36.0, \"ncumul_ICU\": 6.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.9635297724442998, \"ncumul_deceased_10k\": 0.01251337366810779}, {\"date\": \"2020-03-11T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 108.0, \"ncumul_hosp\": 38.0, \"ncumul_ICU\": 7.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.3514443561556415, \"ncumul_deceased_10k\": 0.01251337366810779}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 156.0, \"ncumul_hosp\": 43.0, \"ncumul_ICU\": 8.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.9520862922248154, \"ncumul_deceased_10k\": 0.01251337366810779}, {\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 204.0, \"ncumul_hosp\": 52.0, \"ncumul_ICU\": 10.0, \"ncumul_vent\": null, \"ncumul_released\": 5.0, \"ncumul_deceased\": 2.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.552728228293989, \"ncumul_deceased_10k\": 0.02502674733621558}, {\"date\": \"2020-03-14T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 350.0, \"ncumul_hosp\": 43.0, \"ncumul_ICU\": 14.0, \"ncumul_vent\": null, \"ncumul_released\": 5.0, \"ncumul_deceased\": 3.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.379680783837727, \"ncumul_deceased_10k\": 0.03754012100432337}, {\"date\": \"2020-03-15T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 406.0, \"ncumul_hosp\": 62.0, \"ncumul_ICU\": 19.0, \"ncumul_vent\": null, \"ncumul_released\": 5.0, \"ncumul_deceased\": 4.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.080429709251763, \"ncumul_deceased_10k\": 0.05005349467243116}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 508.0, \"ncumul_hosp\": 66.0, \"ncumul_ICU\": 27.0, \"ncumul_vent\": null, \"ncumul_released\": 5.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.356793823398758, \"ncumul_deceased_10k\": 0.06256686834053896}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 608.0, \"ncumul_hosp\": 95.0, \"ncumul_ICU\": 35.0, \"ncumul_vent\": null, \"ncumul_released\": 9.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.608131190209536, \"ncumul_deceased_10k\": 0.06256686834053896}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 796.0, \"ncumul_hosp\": 128.0, \"ncumul_ICU\": 34.0, \"ncumul_vent\": null, \"ncumul_released\": 16.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 9.960645439813803, \"ncumul_deceased_10k\": 0.06256686834053896}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 1212.0, \"ncumul_hosp\": 140.0, \"ncumul_ICU\": 32.0, \"ncumul_vent\": null, \"ncumul_released\": 52.0, \"ncumul_deceased\": 7.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 15.166208885746641, \"ncumul_deceased_10k\": 0.08759361567675453}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 1432.0, \"ncumul_hosp\": 152.0, \"ncumul_ICU\": 30.0, \"ncumul_vent\": null, \"ncumul_released\": 62.0, \"ncumul_deceased\": 12.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 17.919151092730356, \"ncumul_deceased_10k\": 0.15016048401729348}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 1676.0, \"ncumul_hosp\": 175.0, \"ncumul_ICU\": 23.0, \"ncumul_vent\": null, \"ncumul_released\": 70.0, \"ncumul_deceased\": 15.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 20.972414267748654, \"ncumul_deceased_10k\": 0.18770060502161687}, {\"date\": \"2020-03-22T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 1782.0, \"ncumul_hosp\": 203.0, \"ncumul_ICU\": 23.0, \"ncumul_vent\": null, \"ncumul_released\": 75.0, \"ncumul_deceased\": 16.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 22.298831876568084, \"ncumul_deceased_10k\": 0.20021397868972465}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 2162.0, \"ncumul_hosp\": 223.0, \"ncumul_ICU\": 41.0, \"ncumul_vent\": null, \"ncumul_released\": 91.0, \"ncumul_deceased\": 17.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 27.05391387044904, \"ncumul_deceased_10k\": 0.2127273523578324}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"UR\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.5489528723959048, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"UR\", \"ncumul_tested\": 85.0, \"ncumul_conf\": 5.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ur.ch/mmdirektionen/63802\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.3723821809897618, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"UR\", \"ncumul_tested\": null, \"ncumul_conf\": 7.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ur.ch/mmdirektionen/63841\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.9213350533856668, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"UR\", \"ncumul_tested\": null, \"ncumul_conf\": 7.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ur.ch/themen/2920\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.9213350533856668, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"UR\", \"ncumul_tested\": null, \"ncumul_conf\": 12.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ur.ch/themen/2920\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.293717234375429, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"UR\", \"ncumul_tested\": null, \"ncumul_conf\": 22.0, \"ncumul_hosp\": 1.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 1.0, \"ncumul_deceased\": null, \"source\": \"https://www.ur.ch/themen/2920\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.038481596354953, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"UR\", \"ncumul_tested\": null, \"ncumul_conf\": 25.0, \"ncumul_hosp\": 1.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 1.0, \"ncumul_deceased\": null, \"source\": \"https://www.ur.ch/themen/2920\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.861910904948809, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GL\", \"ncumul_tested\": null, \"ncumul_conf\": 10.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.suedostschweiz.ch/ereignisse/2020-03-20/die-zahl-der-corona-faelle-im-glarnerland-steigt-stark-an\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.4750637328911216, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GL\", \"ncumul_tested\": null, \"ncumul_conf\": 17.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.suedostschweiz.ch/ereignisse/2020-03-20/die-zahl-der-corona-faelle-im-glarnerland-steigt-stark-an\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.207608345914908, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"13:30\", \"abbreviation_canton_and_fl\": \"GL\", \"ncumul_tested\": null, \"ncumul_conf\": 31.0, \"ncumul_hosp\": 3.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.gl.ch/verwaltung/finanzen-und-gesundheit/gesundheit/coronavirus.html/4817#Fallzahlen\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.672697571962478, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"13:30\", \"abbreviation_canton_and_fl\": \"GL\", \"ncumul_tested\": null, \"ncumul_conf\": 33.0, \"ncumul_hosp\": 3.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.gl.ch/verwaltung/finanzen-und-gesundheit/gesundheit/coronavirus.html/4817#Fallzahlen\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 8.167710318540703, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SH\", \"ncumul_tested\": null, \"ncumul_conf\": 14.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://sh.ch/CMS/Webseite/Kanton-Schaffhausen/Beh-rde/Verwaltung/Departement-des-Innern/Gesundheitsamt-3209198-DE.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.7075044821992655, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SH\", \"ncumul_tested\": null, \"ncumul_conf\": 30.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://sh.ch/CMS/Webseite/Kanton-Schaffhausen/Beh-rde/Verwaltung/Departement-des-Innern/Gesundheitsamt-3209198-DE.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.658938176141284, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-24T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SH\", \"ncumul_tested\": null, \"ncumul_conf\": 32.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://sh.ch/CMS/Webseite/Kanton-Schaffhausen/Beh-rde/Verwaltung/Departement-des-Innern/Gesundheitsamt-3209198-DE.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.902867387884036, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-05T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"AR\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ar.ch/verwaltung/departement-gesundheit-und-soziales/news-aus-dem-departement/detail/news/coronavirusersterfallinappenzellausserrhoden/?tx_news_pi1[controller]=News&tx_news_pi1[action]=detail&cHash=fb1a9cf08108cdc7b82780b9239b009d\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.6193868070610096, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-09T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"AR\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ar.ch/schnellzugriff/medienmitteilungen-der-kantonalen-verwaltung/detail/news/zweiter-coronafall-in-appenzell-ausserrhoden/?tx_news_pi1[controller]=News&tx_news_pi1[action]=detail&cHash=de7ec38198b5e60b6dce8fccc7735501\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.2387736141220191, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"AR\", \"ncumul_tested\": null, \"ncumul_conf\": 5.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ar.ch/schnellzugriff/medienmitteilungen-der-kantonalen-verwaltung/detail/news/coronavirus-drei-neue-faelle-in-appenzell-ausserrhoden/?tx_news_pi1[controller]=News&tx_news_pi1[action]=detail&cHash=272411484066c8fb971dcc838aa96ef9\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.096934035305048, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"AR\", \"ncumul_tested\": null, \"ncumul_conf\": 11.0, \"ncumul_hosp\": 3.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ar.ch/schnellzugriff/medienmitteilungen-der-kantonalen-verwaltung/detail/news/coronavirus-bevoelkerung-und-alle-spitaeler-machen-bei-der-gesundheitsversorgung-mit/?tx_news_pi1%5Bcontroller%5D=News&tx_news_pi1%5Baction%5D=detail&cHash=3d2a0733446b5fc7cdad0f48f61c28fd\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.813254877671105, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"10:00\", \"abbreviation_canton_and_fl\": \"AR\", \"ncumul_tested\": null, \"ncumul_conf\": 30.0, \"ncumul_hosp\": 7.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ar.ch/verwaltung/departement-gesundheit-und-soziales/amt-fuer-gesundheit/informationsseite-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 18.58160421183029, \"ncumul_deceased_10k\": 0.6193868070610096}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"10:00\", \"abbreviation_canton_and_fl\": \"AR\", \"ncumul_tested\": null, \"ncumul_conf\": 33.0, \"ncumul_hosp\": 6.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ar.ch/verwaltung/departement-gesundheit-und-soziales/amt-fuer-gesundheit/informationsseite-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 20.439764633013315, \"ncumul_deceased_10k\": 1.2387736141220191}]}}, {\"mode\": \"vega-lite\"});\n", "</script>" ], "text/plain": [ @@ -364,10 +364,10 @@ "cell_type": "markdown", "metadata": { "papermill": { - "duration": 0.024948, - "end_time": "2020-03-24T14:58:19.707431", + "duration": 0.013442, + "end_time": "2020-03-25T08:24:54.756091", "exception": false, - "start_time": "2020-03-24T14:58:19.682483", + "start_time": "2020-03-25T08:24:54.742649", "status": "completed" }, "tags": [] @@ -384,10 +384,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.119744, - "end_time": "2020-03-24T14:58:19.839516", + "duration": 0.136184, + "end_time": "2020-03-25T08:24:54.905305", "exception": false, - "start_time": "2020-03-24T14:58:19.719772", + "start_time": "2020-03-25T08:24:54.769121", "status": "completed" }, "tags": [] @@ -397,10 +397,10 @@ "data": { "text/html": [ "\n", - "<div id=\"altair-viz-c79b88c967dc41c9a45fa4ee3990e1b3\"></div>\n", + "<div id=\"altair-viz-3dc35692cb8844ffa8cadf4818fbf22b\"></div>\n", "<script type=\"text/javascript\">\n", " (function(spec, embedOpt){\n", - " const outputDiv = document.getElementById(\"altair-viz-c79b88c967dc41c9a45fa4ee3990e1b3\");\n", + " const outputDiv = document.getElementById(\"altair-viz-3dc35692cb8844ffa8cadf4818fbf22b\");\n", " const paths = {\n", " \"vega\": \"https://cdn.jsdelivr.net/npm//vega@5?noext\",\n", " \"vega-lib\": \"https://cdn.jsdelivr.net/npm//vega-lib?noext\",\n", @@ -441,7 +441,7 @@ " .catch(showError)\n", " .then(() => displayChart(vegaEmbed));\n", " }\n", - " })({\"config\": {\"view\": {\"continuousWidth\": 400, \"continuousHeight\": 300}, \"title\": {\"anchor\": \"middle\"}}, \"hconcat\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"abbreviation_canton_and_fl\", \"legend\": {\"title\": \"Canton\"}}, \"opacity\": {\"condition\": {\"value\": 1, \"selection\": \"selector003\"}, \"value\": 0.2}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"abbreviation_canton_and_fl\", \"title\": \"Canton\"}, {\"type\": \"quantitative\", \"field\": \"ncumul_deceased\", \"title\": \"Deaths\"}, {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}], \"x\": {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"ncumul_deceased\", \"scale\": {\"type\": \"linear\"}, \"title\": \"Deaths\"}}, \"selection\": {\"selector003\": {\"type\": \"multi\", \"fields\": [\"abbreviation_canton_and_fl\"], \"bind\": \"legend\"}}}, {\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"abbreviation_canton_and_fl\", \"legend\": {\"title\": \"Canton\"}}, \"opacity\": {\"condition\": {\"value\": 1, \"selection\": \"selector004\"}, \"value\": 0.2}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"abbreviation_canton_and_fl\", \"title\": \"Canton\"}, {\"type\": \"quantitative\", \"field\": \"ncumul_deceased_10k\", \"title\": \"Deaths/10k\"}, {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}], \"x\": {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"ncumul_deceased_10k\", \"scale\": {\"type\": \"linear\"}, \"title\": \"Deaths per 10k population\"}}, \"selection\": {\"selector004\": {\"type\": \"multi\", \"fields\": [\"abbreviation_canton_and_fl\"], \"bind\": \"legend\"}}}], \"data\": {\"name\": \"data-13932a83ae1e3da40fc75f234099afc5\"}, \"title\": \"Covid-19 deaths in Switzerland by Canton\", \"$schema\": \"https://vega.github.io/schema/vega-lite/v4.0.2.json\", \"datasets\": {\"data-13932a83ae1e3da40fc75f234099afc5\": [{\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 22.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=3#collapse6898881\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.6396185547528019, \"ncumul_deceased_10k\": 0.02907357067058191}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 95.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=2#collapse6927494\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.7619892137052813, \"ncumul_deceased_10k\": 0.08722071201174572}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 232.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.vs.ch/de/web/coronavirus#collapse6955818\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.745068395575003, \"ncumul_deceased_10k\": 0.11629428268232764}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 282.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://www.vs.ch/de/web/coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 8.198746929104098, \"ncumul_deceased_10k\": 0.14536785335290953}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 359.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 9.0, \"source\": \"https://www.vs.ch/de/web/coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 10.437411870738904, \"ncumul_deceased_10k\": 0.2616621360352372}, {\"date\": \"2020-03-22T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 432.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 10.0, \"source\": \"https://www.vs.ch/de/web/coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 12.559782529691383, \"ncumul_deceased_10k\": 0.29073570670581905}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 492.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 12.0, \"source\": \"https://www.vs.ch/de/web/coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 14.304196769926298, \"ncumul_deceased_10k\": 0.3488828480469829}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 116.0, \"ncumul_hosp\": 13.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.847393121247713, \"ncumul_deceased_10k\": 0.05040856139006649}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 145.0, \"ncumul_hosp\": 18.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.309241401559641, \"ncumul_deceased_10k\": 0.05040856139006649}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 213.0, \"ncumul_hosp\": 24.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 10.73702357608416, \"ncumul_deceased_10k\": 0.15122568417019946}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 239.0, \"ncumul_hosp\": 24.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 12.04764617222589, \"ncumul_deceased_10k\": 0.15122568417019946}, {\"date\": \"2020-03-22T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 266.0, \"ncumul_hosp\": 27.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 6.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 13.408677329757685, \"ncumul_deceased_10k\": 0.30245136834039893}, {\"date\": \"2020-03-24T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 276.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 6.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 13.912762943658352, \"ncumul_deceased_10k\": 0.30245136834039893}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 123.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.1884322067060429, \"ncumul_deceased_10k\": 0.009662050461024736}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 193.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.8647757389777744, \"ncumul_deceased_10k\": 0.009662050461024736}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 282.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.724698230008976, \"ncumul_deceased_10k\": 0.009662050461024736}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 377.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.642593023806326, \"ncumul_deceased_10k\": 0.019324100922049472}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 418.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.03873709270834, \"ncumul_deceased_10k\": 0.028986151383074213}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 470.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.541163716681627, \"ncumul_deceased_10k\": 0.04831025230512369}, {\"date\": \"2020-03-24T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 532.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 6.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.140210845265161, \"ncumul_deceased_10k\": 0.057972302766148426}, {\"date\": \"2020-03-08T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 19.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/patient-im-kantonsspital-baselland-stirbt-an-den-folgen-einer-coronavirus-infektion\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.6594199880610276, \"ncumul_deceased_10k\": 0.03470631516110671}, {\"date\": \"2020-03-09T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 20.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-xx-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.6941263032221343, \"ncumul_deceased_10k\": 0.03470631516110671}, {\"date\": \"2020-03-10T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 22.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.7635389335443478, \"ncumul_deceased_10k\": 0.03470631516110671}, {\"date\": \"2020-03-11T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 26.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-26-bestaetigte-faelle-in-basel-landschaft-1\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.9023641941887746, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 26.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.9023641941887746, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 42.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-26-bestaetigte-faelle-in-basel-landschaft-2\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.4576652367664822, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-14T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 47.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-47-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.6311968125720158, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-15T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 54.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-54-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.8741410186997627, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 76.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-67-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.6376799522441106, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 89.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-89-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.0888620493384975, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 116.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-116-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.025932558688379, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 134.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-131-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.6506462315883, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 184.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-170-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.385961989643636, \"ncumul_deceased_10k\": 0.10411894548332014}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"14:00\", \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 282.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-282-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 9.787180875432094, \"ncumul_deceased_10k\": 0.10411894548332014}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"14:00\", \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 289.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-289-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 10.03012508155984, \"ncumul_deceased_10k\": 0.10411894548332014}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"14:00\", \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 302.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-289-bestaetigte-faelle-in-basel-landschaft-1\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 10.481307178654227, \"ncumul_deceased_10k\": 0.10411894548332014}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"SO\", \"ncumul_tested\": null, \"ncumul_conf\": 95.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://corona.so.ch/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.477382372965731, \"ncumul_deceased_10k\": 0.03660402497858665}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"00:00\", \"abbreviation_canton_and_fl\": \"SO\", \"ncumul_tested\": null, \"ncumul_conf\": 104.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://corona.so.ch/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.8068185977730113, \"ncumul_deceased_10k\": 0.03660402497858665}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SG\", \"ncumul_tested\": null, \"ncumul_conf\": 200.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.sg.ch/tools/informationen-coronavirus.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.939357530180403, \"ncumul_deceased_10k\": 0.019696787650902013}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"16:00\", \"abbreviation_canton_and_fl\": \"NE\", \"ncumul_tested\": null, \"ncumul_conf\": 159.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 8.990670059372349, \"ncumul_deceased_10k\": 0.1130901894260673}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"15:30\", \"abbreviation_canton_and_fl\": \"NE\", \"ncumul_tested\": null, \"ncumul_conf\": 177.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 10.008481764206955, \"ncumul_deceased_10k\": 0.1130901894260673}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"NE\", \"ncumul_tested\": null, \"ncumul_conf\": 188.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 10.630477806050326, \"ncumul_deceased_10k\": 0.1130901894260673}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"NE\", \"ncumul_tested\": null, \"ncumul_conf\": 204.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 11.535199321458864, \"ncumul_deceased_10k\": 0.1130901894260673}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"11:00\", \"abbreviation_canton_and_fl\": \"LU\", \"ncumul_tested\": null, \"ncumul_conf\": 109.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus;https://newsletter.lu.ch/inxmail/html_mail.jsp?params=7UGt4J1Fx6OIONHlV9upAAuOzkQ6ZmQA%2FxRrLjJkeDWZdweUdKfwhAE94i2Apium%2F6rIvcF2Z5MaTtV52A77W2jrwVmrkZ8UhFPVmHC4iuI%3D\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.661412208801217, \"ncumul_deceased_10k\": 0.024416625768818503}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"11:00\", \"abbreviation_canton_and_fl\": \"LU\", \"ncumul_tested\": null, \"ncumul_conf\": 131.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.198577975715224, \"ncumul_deceased_10k\": 0.024416625768818503}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"11:00\", \"abbreviation_canton_and_fl\": \"LU\", \"ncumul_tested\": null, \"ncumul_conf\": 156.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.808993619935687, \"ncumul_deceased_10k\": 0.024416625768818503}, {\"date\": \"2020-03-12T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 73.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 4.0, \"ncumul_deceased\": 1.0, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1238073089902235648?s=20 https://www.coronavirus.bs.ch/nm/2020-coronavirus-ende-der-quarantaenemassnahmen-im-fall-kita-riehen-gd.html https://www.coronavirus.bs.ch/nm/2020-coronavirus-erster-todesfall-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.7480874485279774, \"ncumul_deceased_10k\": 0.05134366367846544}, {\"date\": \"2020-03-13T00:00:00\", \"time\": \"12:30\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 92.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1238430659762364417?s=20\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.72361705841882, \"ncumul_deceased_10k\": 0.05134366367846544}, {\"date\": \"2020-03-14T00:00:00\", \"time\": \"11:27\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 100.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1238773726423941127?s=20\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.134366367846544, \"ncumul_deceased_10k\": 0.05134366367846544}, {\"date\": \"2020-03-16T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 144.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-144-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.393487569699023, \"ncumul_deceased_10k\": 0.20537465471386177}, {\"date\": \"2020-03-17T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 165.0, \"ncumul_hosp\": 30.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 25.0, \"ncumul_deceased\": 4.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-165-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 8.471704506946798, \"ncumul_deceased_10k\": 0.20537465471386177}, {\"date\": \"2020-03-18T00:00:00\", \"time\": \"11:15\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 182.0, \"ncumul_hosp\": 40.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 36.0, \"ncumul_deceased\": 4.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-182-bestaetigte-faelle-im-kanton-basel-stadt-treffen-mit-allen-spitaelern-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 9.34454678948071, \"ncumul_deceased_10k\": 0.20537465471386177}, {\"date\": \"2020-03-19T00:00:00\", \"time\": \"11:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 222.0, \"ncumul_hosp\": 40.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 44.0, \"ncumul_deceased\": 4.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-222-bestaetigte-faelle-basel-stadt-trifft-gemeinsam-mit-den-spitaelern-vorkehrungen-fuer-intensiv--und-beatmungskapazitaeten-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 11.398293336619327, \"ncumul_deceased_10k\": 0.20537465471386177}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"10:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 272.0, \"ncumul_hosp\": 45.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 46.0, \"ncumul_deceased\": 4.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-272-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 13.9654765205426, \"ncumul_deceased_10k\": 0.20537465471386177}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"10:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 299.0, \"ncumul_hosp\": 46.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 57.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-299-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 15.351755439861167, \"ncumul_deceased_10k\": 0.2567183183923272}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"10:30\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 358.0, \"ncumul_hosp\": 50.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 73.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-358-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 18.381031596890626, \"ncumul_deceased_10k\": 0.2567183183923272}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"10:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 376.0, \"ncumul_hosp\": 56.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 78.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-376-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 19.305217543103005, \"ncumul_deceased_10k\": 0.2567183183923272}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 168.0, \"ncumul_hosp\": 25.0, \"ncumul_ICU\": 4.0, \"ncumul_vent\": 2.0, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200320_KFS_Coronavirus_Lagebulletin_16.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.477119817400882, \"ncumul_deceased_10k\": 0.014744760817862393}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 232.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ag.ch/de/aktuelles/medienportal/medienmitteilung/medienmitteilungen/mediendetails_139237.jsp\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.420784509744075, \"ncumul_deceased_10k\": 0.014744760817862393}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 241.0, \"ncumul_hosp\": 10.0, \"ncumul_ICU\": 3.0, \"ncumul_vent\": 2.0, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200323_KFS_Coronavirus_Lagebulletin_17.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.5534873571048364, \"ncumul_deceased_10k\": 0.014744760817862393}, {\"date\": \"2020-03-09T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 33.0, \"ncumul_hosp\": 13.0, \"ncumul_ICU\": 3.0, \"ncumul_vent\": 10.0, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.6606871145991832, \"ncumul_deceased_10k\": 0.020020821654520703}, {\"date\": \"2020-03-10T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 59.0, \"ncumul_hosp\": 18.0, \"ncumul_ICU\": 4.0, \"ncumul_vent\": 14.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 1.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.1812284776167212, \"ncumul_deceased_10k\": 0.040041643309041405}, {\"date\": \"2020-03-11T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 66.0, \"ncumul_hosp\": 20.0, \"ncumul_ICU\": 6.0, \"ncumul_vent\": 14.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 1.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.3213742291983663, \"ncumul_deceased_10k\": 0.040041643309041405}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 80.0, \"ncumul_hosp\": 23.0, \"ncumul_ICU\": 6.0, \"ncumul_vent\": 17.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 4.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.601665732361656, \"ncumul_deceased_10k\": 0.040041643309041405}, {\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 104.0, \"ncumul_hosp\": 33.0, \"ncumul_ICU\": 7.0, \"ncumul_vent\": 26.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 4.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.082165452070153, \"ncumul_deceased_10k\": 0.040041643309041405}, {\"date\": \"2020-03-14T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 196.0, \"ncumul_hosp\": 43.0, \"ncumul_ICU\": 8.0, \"ncumul_vent\": 33.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 2.0, \"ncumul_ICU_intub\": 5.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.9240810442860576, \"ncumul_deceased_10k\": 0.040041643309041405}, {\"date\": \"2020-03-15T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 281.0, \"ncumul_hosp\": 46.0, \"ncumul_ICU\": 12.0, \"ncumul_vent\": 32.0, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 2.0, \"ncumul_ICU_intub\": 5.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.625850884920317, \"ncumul_deceased_10k\": 0.08008328661808281}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 373.0, \"ncumul_hosp\": 66.0, \"ncumul_ICU\": 10.0, \"ncumul_vent\": 52.0, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 4.0, \"ncumul_ICU_intub\": 8.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.467766477136222, \"ncumul_deceased_10k\": 0.08008328661808281}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 495.0, \"ncumul_hosp\": 75.0, \"ncumul_ICU\": 19.0, \"ncumul_vent\": 54.0, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 2.0, \"ncumul_ICU_intub\": 9.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 9.910306718987746, \"ncumul_deceased_10k\": 0.08008328661808281}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 629.0, \"ncumul_hosp\": 78.0, \"ncumul_ICU\": 20.0, \"ncumul_vent\": 56.0, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 2.0, \"ncumul_ICU_intub\": 17.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 12.593096820693521, \"ncumul_deceased_10k\": 0.1001041082726035}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 826.0, \"ncumul_hosp\": 92.0, \"ncumul_ICU\": 19.0, \"ncumul_vent\": 68.0, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 5.0, \"ncumul_ICU_intub\": 17.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 16.5371986866341, \"ncumul_deceased_10k\": 0.1001041082726035}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 994.0, \"ncumul_hosp\": 109.0, \"ncumul_ICU\": 22.0, \"ncumul_vent\": 82.0, \"ncumul_released\": null, \"ncumul_deceased\": 8.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 5.0, \"ncumul_ICU_intub\": 21.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 19.90069672459358, \"ncumul_deceased_10k\": 0.16016657323616562}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 1128.0, \"ncumul_hosp\": 145.0, \"ncumul_ICU\": 25.0, \"ncumul_vent\": 107.0, \"ncumul_released\": null, \"ncumul_deceased\": 10.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 13.0, \"ncumul_ICU_intub\": 24.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 22.58348682629935, \"ncumul_deceased_10k\": 0.200208216545207}, {\"date\": \"2020-03-22T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 1203.0, \"ncumul_hosp\": 179.0, \"ncumul_ICU\": 36.0, \"ncumul_vent\": 137.0, \"ncumul_released\": null, \"ncumul_deceased\": 9.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 6.0, \"ncumul_ICU_intub\": 36.0, \"ncumul_deceased_suspect\": 4.0, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 24.085048450388403, \"ncumul_deceased_10k\": 0.18018739489068633}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 1231.0, \"ncumul_hosp\": 214.0, \"ncumul_ICU\": 43.0, \"ncumul_vent\": 160.0, \"ncumul_released\": null, \"ncumul_deceased\": 9.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 11.0, \"ncumul_ICU_intub\": 41.0, \"ncumul_deceased_suspect\": 5.0, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 24.64563145671498, \"ncumul_deceased_10k\": 0.18018739489068633}, {\"date\": \"2020-03-10T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": null, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187422&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=24aa247e65de88fdd1551a61fcc407d9\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": null, \"ncumul_deceased_10k\": 0.02830111251673303}, {\"date\": \"2020-03-14T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 265.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187466&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=1b10e6e8117296766155edcf9c317a4c\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.499794816934254, \"ncumul_deceased_10k\": 0.0849033375501991}, {\"date\": \"2020-03-15T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 291.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 6.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187467&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=af5473066754ef4d1272e156056acc07\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 8.235623742369313, \"ncumul_deceased_10k\": 0.1698066751003982}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 330.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 8.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187475&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=dee4a529abd4e9300e116c7ff4db5774\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 9.339367130521902, \"ncumul_deceased_10k\": 0.22640890013386425}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 422.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 10.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187486&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=d106aab74491da09b294ff13ffadd02f\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 11.943069482061341, \"ncumul_deceased_10k\": 0.28301112516733035}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 511.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 14.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187493&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=7803bbc03dd49ef2e421dfd6b12dd239\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 14.46186849605058, \"ncumul_deceased_10k\": 0.3962155752342625}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 638.0, \"ncumul_hosp\": 155.0, \"ncumul_ICU\": 33.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 15.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187499&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=634a783514bdcbb426c005f1ea916268 https://www.youtube.com/watch?v=34RQ7OOWYoI\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 18.056109785675677, \"ncumul_deceased_10k\": 0.42451668775099544}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 834.0, \"ncumul_hosp\": 168.0, \"ncumul_ICU\": 35.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 22.0, \"source\": \"https://www4.ti.ch/dss/dsp/covid19/home/ https://www.youtube.com/watch?v=34RQ7OOWYoI\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 23.603127838955352, \"ncumul_deceased_10k\": 0.6226244753681267}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 918.0, \"ncumul_hosp\": 184.0, \"ncumul_ICU\": 40.0, \"ncumul_vent\": 37.0, \"ncumul_released\": null, \"ncumul_deceased\": 28.0, \"source\": \"https://www4.ti.ch/dss/dsp/covid19/home/ https://www.youtube.com/watch?v=7g2sALU9bQM\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 25.980421290360923, \"ncumul_deceased_10k\": 0.792431150468525}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 939.0, \"ncumul_hosp\": 246.0, \"ncumul_ICU\": 46.0, \"ncumul_vent\": 43.0, \"ncumul_released\": null, \"ncumul_deceased\": 37.0, \"source\": \"https://web.archive.org/web/20200322153528/https://www4.ti.ch/dss/dsp/covid19/home/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 26.574744653212317, \"ncumul_deceased_10k\": 1.0471411631191223}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 1165.0, \"ncumul_hosp\": 261.0, \"ncumul_ICU\": 45.0, \"ncumul_vent\": 43.0, \"ncumul_released\": null, \"ncumul_deceased\": 48.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187510&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=0120f665ab49651b9d66c876ef272a91\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 32.97079608199398, \"ncumul_deceased_10k\": 1.3584534008031857}, {\"date\": \"2020-03-18T00:00:00\", \"time\": \"17:00\", \"abbreviation_canton_and_fl\": \"FR\", \"ncumul_tested\": null, \"ncumul_conf\": null, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.fr.ch/de/sr/gesundheit/covid-19/covid-19-im-kanton-freiburg-ist-ein-erster-todesfall-zu-beklagen\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": null, \"ncumul_deceased_10k\": 0.031376092672427316}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 270.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.7751852767448097, \"ncumul_deceased_10k\": 0.006574760284240037}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 526.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.458323909510259, \"ncumul_deceased_10k\": 0.01972428085272011}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 773.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.082289699717548, \"ncumul_deceased_10k\": 0.01972428085272011}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 1068.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.021843983568359, \"ncumul_deceased_10k\": 0.03287380142120019}, {\"date\": \"2020-03-24T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 1211.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://twitter.com/gd_zuerich/status/1242375974710370304?s=20\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.962034704214685, \"ncumul_deceased_10k\": 0.03287380142120019}, {\"date\": \"2020-03-06T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 23.0, \"ncumul_hosp\": 15.0, \"ncumul_ICU\": 2.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.2878075943664792, \"ncumul_deceased_10k\": 0.01251337366810779}, {\"date\": \"2020-03-07T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 30.0, \"ncumul_hosp\": 16.0, \"ncumul_ICU\": 4.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.37540121004323374, \"ncumul_deceased_10k\": 0.01251337366810779}, {\"date\": \"2020-03-08T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 40.0, \"ncumul_hosp\": 22.0, \"ncumul_ICU\": 3.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.5005349467243116, \"ncumul_deceased_10k\": 0.01251337366810779}, {\"date\": \"2020-03-09T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 51.0, \"ncumul_hosp\": 29.0, \"ncumul_ICU\": 5.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.6381820570734973, \"ncumul_deceased_10k\": 0.01251337366810779}, {\"date\": \"2020-03-10T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 77.0, \"ncumul_hosp\": 36.0, \"ncumul_ICU\": 6.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.9635297724442998, \"ncumul_deceased_10k\": 0.01251337366810779}, {\"date\": \"2020-03-11T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 108.0, \"ncumul_hosp\": 38.0, \"ncumul_ICU\": 7.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.3514443561556415, \"ncumul_deceased_10k\": 0.01251337366810779}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 156.0, \"ncumul_hosp\": 43.0, \"ncumul_ICU\": 8.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.9520862922248154, \"ncumul_deceased_10k\": 0.01251337366810779}, {\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 204.0, \"ncumul_hosp\": 52.0, \"ncumul_ICU\": 10.0, \"ncumul_vent\": null, \"ncumul_released\": 5.0, \"ncumul_deceased\": 2.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.552728228293989, \"ncumul_deceased_10k\": 0.02502674733621558}, {\"date\": \"2020-03-14T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 350.0, \"ncumul_hosp\": 43.0, \"ncumul_ICU\": 14.0, \"ncumul_vent\": null, \"ncumul_released\": 5.0, \"ncumul_deceased\": 3.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.379680783837727, \"ncumul_deceased_10k\": 0.03754012100432337}, {\"date\": \"2020-03-15T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 406.0, \"ncumul_hosp\": 62.0, \"ncumul_ICU\": 19.0, \"ncumul_vent\": null, \"ncumul_released\": 5.0, \"ncumul_deceased\": 4.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.080429709251763, \"ncumul_deceased_10k\": 0.05005349467243116}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 508.0, \"ncumul_hosp\": 66.0, \"ncumul_ICU\": 27.0, \"ncumul_vent\": null, \"ncumul_released\": 5.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.356793823398758, \"ncumul_deceased_10k\": 0.06256686834053896}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 608.0, \"ncumul_hosp\": 95.0, \"ncumul_ICU\": 35.0, \"ncumul_vent\": null, \"ncumul_released\": 9.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.608131190209536, \"ncumul_deceased_10k\": 0.06256686834053896}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 796.0, \"ncumul_hosp\": 128.0, \"ncumul_ICU\": 34.0, \"ncumul_vent\": null, \"ncumul_released\": 16.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 9.960645439813803, \"ncumul_deceased_10k\": 0.06256686834053896}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 1212.0, \"ncumul_hosp\": 140.0, \"ncumul_ICU\": 32.0, \"ncumul_vent\": null, \"ncumul_released\": 52.0, \"ncumul_deceased\": 7.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 15.166208885746641, \"ncumul_deceased_10k\": 0.08759361567675453}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 1432.0, \"ncumul_hosp\": 152.0, \"ncumul_ICU\": 30.0, \"ncumul_vent\": null, \"ncumul_released\": 62.0, \"ncumul_deceased\": 12.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 17.919151092730356, \"ncumul_deceased_10k\": 0.15016048401729348}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 1676.0, \"ncumul_hosp\": 175.0, \"ncumul_ICU\": 23.0, \"ncumul_vent\": null, \"ncumul_released\": 70.0, \"ncumul_deceased\": 15.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 20.972414267748654, \"ncumul_deceased_10k\": 0.18770060502161687}, {\"date\": \"2020-03-22T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 1782.0, \"ncumul_hosp\": 203.0, \"ncumul_ICU\": 23.0, \"ncumul_vent\": null, \"ncumul_released\": 75.0, \"ncumul_deceased\": 16.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 22.298831876568084, \"ncumul_deceased_10k\": 0.20021397868972465}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"AR\", \"ncumul_tested\": null, \"ncumul_conf\": null, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ar.ch/schnellzugriff/medienmitteilungen-der-kantonalen-verwaltung/detail/news/coronavirus-erster-todesfall-in-appenzell-ausserrhoden/?tx_news_pi1%5Bcontroller%5D=News&tx_news_pi1%5Baction%5D=detail&cHash=a88f209df29c38474f9c5f9e1c5dd53f\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": null, \"ncumul_deceased_10k\": 0.6193868070610096}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"10:00\", \"abbreviation_canton_and_fl\": \"AR\", \"ncumul_tested\": null, \"ncumul_conf\": 30.0, \"ncumul_hosp\": 7.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ar.ch/verwaltung/departement-gesundheit-und-soziales/amt-fuer-gesundheit/informationsseite-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 18.58160421183029, \"ncumul_deceased_10k\": 0.6193868070610096}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"10:00\", \"abbreviation_canton_and_fl\": \"AR\", \"ncumul_tested\": null, \"ncumul_conf\": 33.0, \"ncumul_hosp\": 6.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ar.ch/verwaltung/departement-gesundheit-und-soziales/amt-fuer-gesundheit/informationsseite-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 20.439764633013315, \"ncumul_deceased_10k\": 1.2387736141220191}]}}, {\"mode\": \"vega-lite\"});\n", + " })({\"config\": {\"view\": {\"continuousWidth\": 400, \"continuousHeight\": 300}, \"title\": {\"anchor\": \"middle\"}}, \"hconcat\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"abbreviation_canton_and_fl\", \"legend\": {\"title\": \"Canton\"}}, \"opacity\": {\"condition\": {\"value\": 1, \"selection\": \"selector003\"}, \"value\": 0.2}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"abbreviation_canton_and_fl\", \"title\": \"Canton\"}, {\"type\": \"quantitative\", \"field\": \"ncumul_deceased\", \"title\": \"Deaths\"}, {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}], \"x\": {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"ncumul_deceased\", \"scale\": {\"type\": \"linear\"}, \"title\": \"Deaths\"}}, \"selection\": {\"selector003\": {\"type\": \"multi\", \"fields\": [\"abbreviation_canton_and_fl\"], \"bind\": \"legend\"}}}, {\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"abbreviation_canton_and_fl\", \"legend\": {\"title\": \"Canton\"}}, \"opacity\": {\"condition\": {\"value\": 1, \"selection\": \"selector004\"}, \"value\": 0.2}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"abbreviation_canton_and_fl\", \"title\": \"Canton\"}, {\"type\": \"quantitative\", \"field\": \"ncumul_deceased_10k\", \"title\": \"Deaths/10k\"}, {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}], \"x\": {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"ncumul_deceased_10k\", \"scale\": {\"type\": \"linear\"}, \"title\": \"Deaths per 10k population\"}}, \"selection\": {\"selector004\": {\"type\": \"multi\", \"fields\": [\"abbreviation_canton_and_fl\"], \"bind\": \"legend\"}}}], \"data\": {\"name\": \"data-c4c65b94f78c5274643d2bc79e28fb6b\"}, \"title\": \"Covid-19 deaths in Switzerland by Canton\", \"$schema\": \"https://vega.github.io/schema/vega-lite/v4.0.2.json\", \"datasets\": {\"data-c4c65b94f78c5274643d2bc79e28fb6b\": [{\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 22.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=3#collapse6898881\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.6396185547528019, \"ncumul_deceased_10k\": 0.02907357067058191}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 95.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=2#collapse6927494\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.7619892137052813, \"ncumul_deceased_10k\": 0.08722071201174572}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 232.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.vs.ch/de/web/coronavirus#collapse6955818\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.745068395575003, \"ncumul_deceased_10k\": 0.11629428268232764}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 282.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://www.vs.ch/de/web/coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 8.198746929104098, \"ncumul_deceased_10k\": 0.14536785335290953}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 359.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 9.0, \"source\": \"https://www.vs.ch/de/web/coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 10.437411870738904, \"ncumul_deceased_10k\": 0.2616621360352372}, {\"date\": \"2020-03-22T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 432.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 10.0, \"source\": \"https://www.vs.ch/de/web/coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 12.559782529691383, \"ncumul_deceased_10k\": 0.29073570670581905}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 492.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 12.0, \"source\": \"https://www.vs.ch/de/web/coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 14.304196769926298, \"ncumul_deceased_10k\": 0.3488828480469829}, {\"date\": \"2020-03-24T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 544.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 13.0, \"source\": \"https://www.vs.ch/de/web/coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 15.816022444796557, \"ncumul_deceased_10k\": 0.37795641871756475}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 116.0, \"ncumul_hosp\": 13.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.847393121247713, \"ncumul_deceased_10k\": 0.05040856139006649}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 145.0, \"ncumul_hosp\": 18.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.309241401559641, \"ncumul_deceased_10k\": 0.05040856139006649}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 213.0, \"ncumul_hosp\": 24.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 10.73702357608416, \"ncumul_deceased_10k\": 0.15122568417019946}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 239.0, \"ncumul_hosp\": 24.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 12.04764617222589, \"ncumul_deceased_10k\": 0.15122568417019946}, {\"date\": \"2020-03-22T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 266.0, \"ncumul_hosp\": 27.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 6.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 13.408677329757685, \"ncumul_deceased_10k\": 0.30245136834039893}, {\"date\": \"2020-03-24T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 276.0, \"ncumul_hosp\": 29.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 6.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 13.912762943658352, \"ncumul_deceased_10k\": 0.30245136834039893}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 123.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.1884322067060429, \"ncumul_deceased_10k\": 0.009662050461024736}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 193.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.8647757389777744, \"ncumul_deceased_10k\": 0.009662050461024736}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 282.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.724698230008976, \"ncumul_deceased_10k\": 0.009662050461024736}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 377.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.642593023806326, \"ncumul_deceased_10k\": 0.019324100922049472}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 418.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.03873709270834, \"ncumul_deceased_10k\": 0.028986151383074213}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 470.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.541163716681627, \"ncumul_deceased_10k\": 0.04831025230512369}, {\"date\": \"2020-03-24T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 532.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 6.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.140210845265161, \"ncumul_deceased_10k\": 0.057972302766148426}, {\"date\": \"2020-03-25T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 624.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 6.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.029119487679437, \"ncumul_deceased_10k\": 0.057972302766148426}, {\"date\": \"2020-03-08T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 19.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/patient-im-kantonsspital-baselland-stirbt-an-den-folgen-einer-coronavirus-infektion\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.6594199880610276, \"ncumul_deceased_10k\": 0.03470631516110671}, {\"date\": \"2020-03-09T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 20.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-xx-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.6941263032221343, \"ncumul_deceased_10k\": 0.03470631516110671}, {\"date\": \"2020-03-10T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 22.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.7635389335443478, \"ncumul_deceased_10k\": 0.03470631516110671}, {\"date\": \"2020-03-11T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 26.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-26-bestaetigte-faelle-in-basel-landschaft-1\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.9023641941887746, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 26.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.9023641941887746, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 42.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-26-bestaetigte-faelle-in-basel-landschaft-2\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.4576652367664822, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-14T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 47.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-47-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.6311968125720158, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-15T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 54.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-54-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.8741410186997627, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 76.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-67-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.6376799522441106, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 89.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-89-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.0888620493384975, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 116.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-116-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.025932558688379, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 134.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-131-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.6506462315883, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 184.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-170-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.385961989643636, \"ncumul_deceased_10k\": 0.10411894548332014}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"14:00\", \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 282.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-282-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 9.787180875432094, \"ncumul_deceased_10k\": 0.10411894548332014}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"14:00\", \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 289.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-289-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 10.03012508155984, \"ncumul_deceased_10k\": 0.10411894548332014}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"14:00\", \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 302.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-289-bestaetigte-faelle-in-basel-landschaft-1\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 10.481307178654227, \"ncumul_deceased_10k\": 0.10411894548332014}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"15:30\", \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 306.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/amt-fur-gesundheit/medizinische-dienste/kantonsarztlicher-dienst/aktuelles/covid-19-faelle-kanton-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 10.620132439298656, \"ncumul_deceased_10k\": 0.13882526064442685}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"SO\", \"ncumul_tested\": null, \"ncumul_conf\": 95.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://corona.so.ch/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.477382372965731, \"ncumul_deceased_10k\": 0.03660402497858665}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"00:00\", \"abbreviation_canton_and_fl\": \"SO\", \"ncumul_tested\": null, \"ncumul_conf\": 104.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://corona.so.ch/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.8068185977730113, \"ncumul_deceased_10k\": 0.03660402497858665}, {\"date\": \"2020-03-25T00:00:00\", \"time\": \"00:00\", \"abbreviation_canton_and_fl\": \"SO\", \"ncumul_tested\": null, \"ncumul_conf\": 129.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://corona.so.ch/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.721919222237678, \"ncumul_deceased_10k\": 0.03660402497858665}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SG\", \"ncumul_tested\": null, \"ncumul_conf\": 200.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.sg.ch/tools/informationen-coronavirus.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.939357530180403, \"ncumul_deceased_10k\": 0.019696787650902013}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"16:00\", \"abbreviation_canton_and_fl\": \"NE\", \"ncumul_tested\": null, \"ncumul_conf\": 159.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 8.990670059372349, \"ncumul_deceased_10k\": 0.1130901894260673}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"15:30\", \"abbreviation_canton_and_fl\": \"NE\", \"ncumul_tested\": null, \"ncumul_conf\": 177.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 10.008481764206955, \"ncumul_deceased_10k\": 0.1130901894260673}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"NE\", \"ncumul_tested\": null, \"ncumul_conf\": 188.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 10.630477806050326, \"ncumul_deceased_10k\": 0.1130901894260673}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"NE\", \"ncumul_tested\": null, \"ncumul_conf\": 204.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 11.535199321458864, \"ncumul_deceased_10k\": 0.1130901894260673}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"NE\", \"ncumul_tested\": null, \"ncumul_conf\": 230.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 13.005371783997738, \"ncumul_deceased_10k\": 0.1130901894260673}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"11:00\", \"abbreviation_canton_and_fl\": \"LU\", \"ncumul_tested\": null, \"ncumul_conf\": 109.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus;https://newsletter.lu.ch/inxmail/html_mail.jsp?params=7UGt4J1Fx6OIONHlV9upAAuOzkQ6ZmQA%2FxRrLjJkeDWZdweUdKfwhAE94i2Apium%2F6rIvcF2Z5MaTtV52A77W2jrwVmrkZ8UhFPVmHC4iuI%3D\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.661412208801217, \"ncumul_deceased_10k\": 0.024416625768818503}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"11:00\", \"abbreviation_canton_and_fl\": \"LU\", \"ncumul_tested\": null, \"ncumul_conf\": 131.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.198577975715224, \"ncumul_deceased_10k\": 0.024416625768818503}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"11:00\", \"abbreviation_canton_and_fl\": \"LU\", \"ncumul_tested\": null, \"ncumul_conf\": 156.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.808993619935687, \"ncumul_deceased_10k\": 0.024416625768818503}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"11:00\", \"abbreviation_canton_and_fl\": \"LU\", \"ncumul_tested\": null, \"ncumul_conf\": 205.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.005408282607793, \"ncumul_deceased_10k\": 0.048833251537637005}, {\"date\": \"2020-03-12T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 73.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 4.0, \"ncumul_deceased\": 1.0, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1238073089902235648?s=20 https://www.coronavirus.bs.ch/nm/2020-coronavirus-ende-der-quarantaenemassnahmen-im-fall-kita-riehen-gd.html https://www.coronavirus.bs.ch/nm/2020-coronavirus-erster-todesfall-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.7480874485279774, \"ncumul_deceased_10k\": 0.05134366367846544}, {\"date\": \"2020-03-13T00:00:00\", \"time\": \"12:30\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 92.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1238430659762364417?s=20\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.72361705841882, \"ncumul_deceased_10k\": 0.05134366367846544}, {\"date\": \"2020-03-14T00:00:00\", \"time\": \"11:27\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 100.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1238773726423941127?s=20\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.134366367846544, \"ncumul_deceased_10k\": 0.05134366367846544}, {\"date\": \"2020-03-16T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 144.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-144-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.393487569699023, \"ncumul_deceased_10k\": 0.20537465471386177}, {\"date\": \"2020-03-17T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 165.0, \"ncumul_hosp\": 30.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 25.0, \"ncumul_deceased\": 4.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-165-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 8.471704506946798, \"ncumul_deceased_10k\": 0.20537465471386177}, {\"date\": \"2020-03-18T00:00:00\", \"time\": \"11:15\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 182.0, \"ncumul_hosp\": 40.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 36.0, \"ncumul_deceased\": 4.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-182-bestaetigte-faelle-im-kanton-basel-stadt-treffen-mit-allen-spitaelern-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 9.34454678948071, \"ncumul_deceased_10k\": 0.20537465471386177}, {\"date\": \"2020-03-19T00:00:00\", \"time\": \"11:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 222.0, \"ncumul_hosp\": 40.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 44.0, \"ncumul_deceased\": 4.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-222-bestaetigte-faelle-basel-stadt-trifft-gemeinsam-mit-den-spitaelern-vorkehrungen-fuer-intensiv--und-beatmungskapazitaeten-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 11.398293336619327, \"ncumul_deceased_10k\": 0.20537465471386177}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"10:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 272.0, \"ncumul_hosp\": 45.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 46.0, \"ncumul_deceased\": 4.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-272-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 13.9654765205426, \"ncumul_deceased_10k\": 0.20537465471386177}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"10:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 299.0, \"ncumul_hosp\": 46.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 57.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-299-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 15.351755439861167, \"ncumul_deceased_10k\": 0.2567183183923272}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"10:30\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 358.0, \"ncumul_hosp\": 50.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 73.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-358-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 18.381031596890626, \"ncumul_deceased_10k\": 0.2567183183923272}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"10:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 376.0, \"ncumul_hosp\": 56.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 78.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-376-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 19.305217543103005, \"ncumul_deceased_10k\": 0.2567183183923272}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"09:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 414.0, \"ncumul_hosp\": 58.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 105.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-414-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 21.256276762884696, \"ncumul_deceased_10k\": 0.2567183183923272}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 168.0, \"ncumul_hosp\": 25.0, \"ncumul_ICU\": 4.0, \"ncumul_vent\": 2.0, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200320_KFS_Coronavirus_Lagebulletin_16.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.477119817400882, \"ncumul_deceased_10k\": 0.014744760817862393}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 232.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ag.ch/de/aktuelles/medienportal/medienmitteilung/medienmitteilungen/mediendetails_139237.jsp\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.420784509744075, \"ncumul_deceased_10k\": 0.014744760817862393}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 241.0, \"ncumul_hosp\": 10.0, \"ncumul_ICU\": 3.0, \"ncumul_vent\": 2.0, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200323_KFS_Coronavirus_Lagebulletin_17.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.5534873571048364, \"ncumul_deceased_10k\": 0.014744760817862393}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 266.0, \"ncumul_hosp\": 24.0, \"ncumul_ICU\": 2.0, \"ncumul_vent\": 2.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200324_KFS_Coronavirus_Lagebulletin_18.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.9221063775513967, \"ncumul_deceased_10k\": 0.029489521635724786}, {\"date\": \"2020-03-09T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 33.0, \"ncumul_hosp\": 13.0, \"ncumul_ICU\": 3.0, \"ncumul_vent\": 10.0, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.6606871145991832, \"ncumul_deceased_10k\": 0.020020821654520703}, {\"date\": \"2020-03-10T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 59.0, \"ncumul_hosp\": 18.0, \"ncumul_ICU\": 4.0, \"ncumul_vent\": 14.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 1.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.1812284776167212, \"ncumul_deceased_10k\": 0.040041643309041405}, {\"date\": \"2020-03-11T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 66.0, \"ncumul_hosp\": 20.0, \"ncumul_ICU\": 6.0, \"ncumul_vent\": 14.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 1.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.3213742291983663, \"ncumul_deceased_10k\": 0.040041643309041405}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 80.0, \"ncumul_hosp\": 23.0, \"ncumul_ICU\": 6.0, \"ncumul_vent\": 17.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 4.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.601665732361656, \"ncumul_deceased_10k\": 0.040041643309041405}, {\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 104.0, \"ncumul_hosp\": 33.0, \"ncumul_ICU\": 7.0, \"ncumul_vent\": 26.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 4.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.082165452070153, \"ncumul_deceased_10k\": 0.040041643309041405}, {\"date\": \"2020-03-14T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 196.0, \"ncumul_hosp\": 43.0, \"ncumul_ICU\": 8.0, \"ncumul_vent\": 33.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 2.0, \"ncumul_ICU_intub\": 5.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.9240810442860576, \"ncumul_deceased_10k\": 0.040041643309041405}, {\"date\": \"2020-03-15T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 281.0, \"ncumul_hosp\": 46.0, \"ncumul_ICU\": 12.0, \"ncumul_vent\": 32.0, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 2.0, \"ncumul_ICU_intub\": 5.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.625850884920317, \"ncumul_deceased_10k\": 0.08008328661808281}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 373.0, \"ncumul_hosp\": 66.0, \"ncumul_ICU\": 10.0, \"ncumul_vent\": 52.0, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 4.0, \"ncumul_ICU_intub\": 8.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.467766477136222, \"ncumul_deceased_10k\": 0.08008328661808281}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 495.0, \"ncumul_hosp\": 75.0, \"ncumul_ICU\": 19.0, \"ncumul_vent\": 54.0, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 2.0, \"ncumul_ICU_intub\": 9.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 9.910306718987746, \"ncumul_deceased_10k\": 0.08008328661808281}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 629.0, \"ncumul_hosp\": 78.0, \"ncumul_ICU\": 20.0, \"ncumul_vent\": 56.0, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 2.0, \"ncumul_ICU_intub\": 17.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 12.593096820693521, \"ncumul_deceased_10k\": 0.1001041082726035}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 826.0, \"ncumul_hosp\": 92.0, \"ncumul_ICU\": 19.0, \"ncumul_vent\": 68.0, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 5.0, \"ncumul_ICU_intub\": 17.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 16.5371986866341, \"ncumul_deceased_10k\": 0.1001041082726035}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 994.0, \"ncumul_hosp\": 109.0, \"ncumul_ICU\": 22.0, \"ncumul_vent\": 82.0, \"ncumul_released\": null, \"ncumul_deceased\": 8.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 5.0, \"ncumul_ICU_intub\": 21.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 19.90069672459358, \"ncumul_deceased_10k\": 0.16016657323616562}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 1128.0, \"ncumul_hosp\": 145.0, \"ncumul_ICU\": 25.0, \"ncumul_vent\": 107.0, \"ncumul_released\": null, \"ncumul_deceased\": 10.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 13.0, \"ncumul_ICU_intub\": 24.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 22.58348682629935, \"ncumul_deceased_10k\": 0.200208216545207}, {\"date\": \"2020-03-22T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 1203.0, \"ncumul_hosp\": 179.0, \"ncumul_ICU\": 36.0, \"ncumul_vent\": 137.0, \"ncumul_released\": null, \"ncumul_deceased\": 9.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 6.0, \"ncumul_ICU_intub\": 36.0, \"ncumul_deceased_suspect\": 4.0, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 24.085048450388403, \"ncumul_deceased_10k\": 0.18018739489068633}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 1509.0, \"ncumul_hosp\": 214.0, \"ncumul_ICU\": 43.0, \"ncumul_vent\": 160.0, \"ncumul_released\": null, \"ncumul_deceased\": 9.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 11.0, \"ncumul_ICU_intub\": 41.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 30.21141987667174, \"ncumul_deceased_10k\": 0.18018739489068633}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 1510.0, \"ncumul_hosp\": 238.0, \"ncumul_ICU\": 41.0, \"ncumul_vent\": 176.0, \"ncumul_released\": null, \"ncumul_deceased\": 12.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 21.0, \"ncumul_ICU_intub\": 41.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 30.23144069832626, \"ncumul_deceased_10k\": 0.24024985985424843}, {\"date\": \"2020-03-10T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": null, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187422&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=24aa247e65de88fdd1551a61fcc407d9\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": null, \"ncumul_deceased_10k\": 0.02830111251673303}, {\"date\": \"2020-03-14T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 265.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187466&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=1b10e6e8117296766155edcf9c317a4c\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.499794816934254, \"ncumul_deceased_10k\": 0.0849033375501991}, {\"date\": \"2020-03-15T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 291.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 6.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187467&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=af5473066754ef4d1272e156056acc07\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 8.235623742369313, \"ncumul_deceased_10k\": 0.1698066751003982}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 330.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 8.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187475&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=dee4a529abd4e9300e116c7ff4db5774\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 9.339367130521902, \"ncumul_deceased_10k\": 0.22640890013386425}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 422.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 10.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187486&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=d106aab74491da09b294ff13ffadd02f\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 11.943069482061341, \"ncumul_deceased_10k\": 0.28301112516733035}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 511.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 14.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187493&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=7803bbc03dd49ef2e421dfd6b12dd239\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 14.46186849605058, \"ncumul_deceased_10k\": 0.3962155752342625}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 638.0, \"ncumul_hosp\": 155.0, \"ncumul_ICU\": 33.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 15.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187499&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=634a783514bdcbb426c005f1ea916268 https://www.youtube.com/watch?v=34RQ7OOWYoI\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 18.056109785675677, \"ncumul_deceased_10k\": 0.42451668775099544}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 834.0, \"ncumul_hosp\": 168.0, \"ncumul_ICU\": 35.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 22.0, \"source\": \"https://www4.ti.ch/dss/dsp/covid19/home/ https://www.youtube.com/watch?v=34RQ7OOWYoI\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 23.603127838955352, \"ncumul_deceased_10k\": 0.6226244753681267}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 918.0, \"ncumul_hosp\": 184.0, \"ncumul_ICU\": 40.0, \"ncumul_vent\": 37.0, \"ncumul_released\": null, \"ncumul_deceased\": 28.0, \"source\": \"https://www4.ti.ch/dss/dsp/covid19/home/ https://www.youtube.com/watch?v=7g2sALU9bQM\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 25.980421290360923, \"ncumul_deceased_10k\": 0.792431150468525}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 939.0, \"ncumul_hosp\": 246.0, \"ncumul_ICU\": 46.0, \"ncumul_vent\": 43.0, \"ncumul_released\": null, \"ncumul_deceased\": 37.0, \"source\": \"https://web.archive.org/web/20200322153528/https://www4.ti.ch/dss/dsp/covid19/home/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 26.574744653212317, \"ncumul_deceased_10k\": 1.0471411631191223}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 1165.0, \"ncumul_hosp\": 261.0, \"ncumul_ICU\": 45.0, \"ncumul_vent\": 43.0, \"ncumul_released\": null, \"ncumul_deceased\": 48.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187510&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=0120f665ab49651b9d66c876ef272a91\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 32.97079608199398, \"ncumul_deceased_10k\": 1.3584534008031857}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 1211.0, \"ncumul_hosp\": 285.0, \"ncumul_ICU\": 50.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 53.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187520&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=4d581f57e92de04937175bab9e5b0f14\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": 48.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 34.2726472577637, \"ncumul_deceased_10k\": 1.4999589633868506}, {\"date\": \"2020-03-18T00:00:00\", \"time\": \"17:00\", \"abbreviation_canton_and_fl\": \"FR\", \"ncumul_tested\": null, \"ncumul_conf\": null, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.fr.ch/de/sr/gesundheit/covid-19/covid-19-im-kanton-freiburg-ist-ein-erster-todesfall-zu-beklagen\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": null, \"ncumul_deceased_10k\": 0.031376092672427316}, {\"date\": \"2020-03-24T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TG\", \"ncumul_tested\": null, \"ncumul_conf\": 87.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.tg.ch/news/fachdossier-coronavirus.html/10552 & https://www.tg.ch/news/news-detailseite.html/485/news/44925\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.146792441910935, \"ncumul_deceased_10k\": 0.036170028067941784}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 270.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.7751852767448097, \"ncumul_deceased_10k\": 0.006574760284240037}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 526.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.458323909510259, \"ncumul_deceased_10k\": 0.01972428085272011}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 773.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.082289699717548, \"ncumul_deceased_10k\": 0.01972428085272011}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 1068.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.021843983568359, \"ncumul_deceased_10k\": 0.03287380142120019}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"9:30\", \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 1211.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.962034704214685, \"ncumul_deceased_10k\": 0.03287380142120019}, {\"date\": \"2020-03-06T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 23.0, \"ncumul_hosp\": 15.0, \"ncumul_ICU\": 2.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.2878075943664792, \"ncumul_deceased_10k\": 0.01251337366810779}, {\"date\": \"2020-03-07T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 30.0, \"ncumul_hosp\": 16.0, \"ncumul_ICU\": 4.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.37540121004323374, \"ncumul_deceased_10k\": 0.01251337366810779}, {\"date\": \"2020-03-08T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 40.0, \"ncumul_hosp\": 22.0, \"ncumul_ICU\": 3.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.5005349467243116, \"ncumul_deceased_10k\": 0.01251337366810779}, {\"date\": \"2020-03-09T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 51.0, \"ncumul_hosp\": 29.0, \"ncumul_ICU\": 5.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.6381820570734973, \"ncumul_deceased_10k\": 0.01251337366810779}, {\"date\": \"2020-03-10T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 77.0, \"ncumul_hosp\": 36.0, \"ncumul_ICU\": 6.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.9635297724442998, \"ncumul_deceased_10k\": 0.01251337366810779}, {\"date\": \"2020-03-11T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 108.0, \"ncumul_hosp\": 38.0, \"ncumul_ICU\": 7.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.3514443561556415, \"ncumul_deceased_10k\": 0.01251337366810779}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 156.0, \"ncumul_hosp\": 43.0, \"ncumul_ICU\": 8.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.9520862922248154, \"ncumul_deceased_10k\": 0.01251337366810779}, {\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 204.0, \"ncumul_hosp\": 52.0, \"ncumul_ICU\": 10.0, \"ncumul_vent\": null, \"ncumul_released\": 5.0, \"ncumul_deceased\": 2.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.552728228293989, \"ncumul_deceased_10k\": 0.02502674733621558}, {\"date\": \"2020-03-14T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 350.0, \"ncumul_hosp\": 43.0, \"ncumul_ICU\": 14.0, \"ncumul_vent\": null, \"ncumul_released\": 5.0, \"ncumul_deceased\": 3.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.379680783837727, \"ncumul_deceased_10k\": 0.03754012100432337}, {\"date\": \"2020-03-15T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 406.0, \"ncumul_hosp\": 62.0, \"ncumul_ICU\": 19.0, \"ncumul_vent\": null, \"ncumul_released\": 5.0, \"ncumul_deceased\": 4.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.080429709251763, \"ncumul_deceased_10k\": 0.05005349467243116}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 508.0, \"ncumul_hosp\": 66.0, \"ncumul_ICU\": 27.0, \"ncumul_vent\": null, \"ncumul_released\": 5.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.356793823398758, \"ncumul_deceased_10k\": 0.06256686834053896}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 608.0, \"ncumul_hosp\": 95.0, \"ncumul_ICU\": 35.0, \"ncumul_vent\": null, \"ncumul_released\": 9.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.608131190209536, \"ncumul_deceased_10k\": 0.06256686834053896}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 796.0, \"ncumul_hosp\": 128.0, \"ncumul_ICU\": 34.0, \"ncumul_vent\": null, \"ncumul_released\": 16.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 9.960645439813803, \"ncumul_deceased_10k\": 0.06256686834053896}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 1212.0, \"ncumul_hosp\": 140.0, \"ncumul_ICU\": 32.0, \"ncumul_vent\": null, \"ncumul_released\": 52.0, \"ncumul_deceased\": 7.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 15.166208885746641, \"ncumul_deceased_10k\": 0.08759361567675453}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 1432.0, \"ncumul_hosp\": 152.0, \"ncumul_ICU\": 30.0, \"ncumul_vent\": null, \"ncumul_released\": 62.0, \"ncumul_deceased\": 12.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 17.919151092730356, \"ncumul_deceased_10k\": 0.15016048401729348}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 1676.0, \"ncumul_hosp\": 175.0, \"ncumul_ICU\": 23.0, \"ncumul_vent\": null, \"ncumul_released\": 70.0, \"ncumul_deceased\": 15.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 20.972414267748654, \"ncumul_deceased_10k\": 0.18770060502161687}, {\"date\": \"2020-03-22T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 1782.0, \"ncumul_hosp\": 203.0, \"ncumul_ICU\": 23.0, \"ncumul_vent\": null, \"ncumul_released\": 75.0, \"ncumul_deceased\": 16.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 22.298831876568084, \"ncumul_deceased_10k\": 0.20021397868972465}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 2162.0, \"ncumul_hosp\": 223.0, \"ncumul_ICU\": 41.0, \"ncumul_vent\": null, \"ncumul_released\": 91.0, \"ncumul_deceased\": 17.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 27.05391387044904, \"ncumul_deceased_10k\": 0.2127273523578324}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"AR\", \"ncumul_tested\": null, \"ncumul_conf\": null, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ar.ch/schnellzugriff/medienmitteilungen-der-kantonalen-verwaltung/detail/news/coronavirus-erster-todesfall-in-appenzell-ausserrhoden/?tx_news_pi1%5Bcontroller%5D=News&tx_news_pi1%5Baction%5D=detail&cHash=a88f209df29c38474f9c5f9e1c5dd53f\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": null, \"ncumul_deceased_10k\": 0.6193868070610096}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"10:00\", \"abbreviation_canton_and_fl\": \"AR\", \"ncumul_tested\": null, \"ncumul_conf\": 30.0, \"ncumul_hosp\": 7.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ar.ch/verwaltung/departement-gesundheit-und-soziales/amt-fuer-gesundheit/informationsseite-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 18.58160421183029, \"ncumul_deceased_10k\": 0.6193868070610096}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"10:00\", \"abbreviation_canton_and_fl\": \"AR\", \"ncumul_tested\": null, \"ncumul_conf\": 33.0, \"ncumul_hosp\": 6.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ar.ch/verwaltung/departement-gesundheit-und-soziales/amt-fuer-gesundheit/informationsseite-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 20.439764633013315, \"ncumul_deceased_10k\": 1.2387736141220191}]}}, {\"mode\": \"vega-lite\"});\n", "</script>" ], "text/plain": [ @@ -512,16 +512,16 @@ "version": "3.7.3" }, "papermill": { - "duration": 27.263389, - "end_time": "2020-03-24T14:58:20.272460", + "duration": 29.684337, + "end_time": "2020-03-25T08:24:55.334159", "environment_variables": {}, "exception": null, - "input_path": "notebooks/openzh-covid-19-dashboard.ipynb", + "input_path": "/tmp/mz1u59o4/notebooks/openzh-covid-19-dashboard.ipynb", "output_path": "runs/openzh-covid-19-dashboard.run.ipynb", "parameters": { - "data_path": "data/openzh-covid-19/" + "data_path": "/tmp/mz1u59o4/data/openzh-covid-19" }, - "start_time": "2020-03-24T14:57:53.009071", + "start_time": "2020-03-25T08:24:25.649822", "version": "1.1.0" } }, diff --git a/runs/openzh-covid-19-example.run.ipynb b/runs/openzh-covid-19-example.run.ipynb index 6470c4b7b46b64a470222bcd66fe04ef58663131..9c7546415a94cb5421b63f5e864bc66d58370d5c 100644 --- a/runs/openzh-covid-19-example.run.ipynb +++ b/runs/openzh-covid-19-example.run.ipynb @@ -8,10 +8,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.699397, - "end_time": "2020-03-24T11:41:27.462503", + "duration": 0.49245, + "end_time": "2020-03-25T08:23:50.623701", "exception": false, - "start_time": "2020-03-24T11:41:26.763106", + "start_time": "2020-03-25T08:23:50.131251", "status": "completed" }, "tags": [] @@ -33,10 +33,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.013616, - "end_time": "2020-03-24T11:41:27.484174", + "duration": 0.0212, + "end_time": "2020-03-25T08:23:50.661249", "exception": false, - "start_time": "2020-03-24T11:41:27.470558", + "start_time": "2020-03-25T08:23:50.640049", "status": "completed" }, "tags": [ @@ -58,10 +58,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.013547, - "end_time": "2020-03-24T11:41:27.505850", + "duration": 0.022839, + "end_time": "2020-03-25T08:23:50.694079", "exception": false, - "start_time": "2020-03-24T11:41:27.492303", + "start_time": "2020-03-25T08:23:50.671240", "status": "completed" }, "tags": [ @@ -72,7 +72,7 @@ "source": [ "# Parameters\n", "save_figures = True\n", - "data_path = \"/private/var/folders/c0/w1kmhx108xl92w006s7jjhyh0000gp/T/qh42y53v/data/openzh-covid-19\"\n", + "data_path = \"/tmp/eivltasg/data/openzh-covid-19\"\n", "figures_path = \"figures\"\n" ] }, @@ -84,10 +84,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.01495, - "end_time": "2020-03-24T11:41:27.528682", + "duration": 0.023127, + "end_time": "2020-03-25T08:23:50.731273", "exception": false, - "start_time": "2020-03-24T11:41:27.513732", + "start_time": "2020-03-25T08:23:50.708146", "status": "completed" }, "tags": [] @@ -108,10 +108,10 @@ "cell_type": "markdown", "metadata": { "papermill": { - "duration": 0.00705, - "end_time": "2020-03-24T11:41:27.543505", + "duration": 0.00964, + "end_time": "2020-03-25T08:23:50.752055", "exception": false, - "start_time": "2020-03-24T11:41:27.536455", + "start_time": "2020-03-25T08:23:50.742415", "status": "completed" }, "tags": [] @@ -130,10 +130,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.105636, - "end_time": "2020-03-24T11:41:27.656586", + "duration": 0.154191, + "end_time": "2020-03-25T08:23:50.916092", "exception": false, - "start_time": "2020-03-24T11:41:27.550950", + "start_time": "2020-03-25T08:23:50.761901", "status": "completed" }, "tags": [] @@ -159,10 +159,10 @@ "source_hidden": true }, "papermill": { - "duration": 24.395781, - "end_time": "2020-03-24T11:41:52.060150", + "duration": 26.62646, + "end_time": "2020-03-25T08:24:17.556678", "exception": false, - "start_time": "2020-03-24T11:41:27.664369", + "start_time": "2020-03-25T08:23:50.930218", "status": "completed" }, "tags": [] @@ -188,8 +188,8 @@ "# calculate cases and deaths per 10k\n", "\n", "for x in ['conf', 'deceased']:\n", - " df[f'ncumul_{x}_10k'] = df.apply(\n", - " lambda row: row[f'ncumul_{x}']/pop_d['Total'][row.abbreviation_canton_and_fl]*10000, axis=1\n", + " df[f'ncumul_{x}_100k'] = df.apply(\n", + " lambda row: row[f'ncumul_{x}']/pop_d['Total'][row.abbreviation_canton_and_fl]*100000, axis=1\n", " )" ] }, @@ -201,10 +201,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.056257, - "end_time": "2020-03-24T11:41:52.128924", + "duration": 0.053372, + "end_time": "2020-03-25T08:24:17.625500", "exception": false, - "start_time": "2020-03-24T11:41:52.072667", + "start_time": "2020-03-25T08:24:17.572128", "status": "completed" }, "tags": [] @@ -242,21 +242,21 @@ " <th>ncumul_released</th>\n", " <th>ncumul_deceased</th>\n", " <th>source</th>\n", - " <th>TotalPosTests1</th>\n", " <th>ncumul_ICF</th>\n", " <th>ncumul_ICU_intub</th>\n", " <th>ncumul_deceased_suspect</th>\n", + " <th>TotalPosTests1</th>\n", " <th>TotalCured</th>\n", - " <th>ncumul_conf_10k</th>\n", - " <th>ncumul_deceased_10k</th>\n", + " <th>ncumul_conf_100k</th>\n", + " <th>ncumul_deceased_100k</th>\n", " </tr>\n", " </thead>\n", " <tbody>\n", " <tr>\n", " <th>0</th>\n", " <td>2020-02-28</td>\n", - " <td>15:00</td>\n", - " <td>AG</td>\n", + " <td>NaN</td>\n", + " <td>VS</td>\n", " <td>NaN</td>\n", " <td>1.0</td>\n", " <td>NaN</td>\n", @@ -264,20 +264,20 @@ " <td>NaN</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", - " <td>https://www.ag.ch/media/kanton_aargau/themen_1...</td>\n", + " <td>https://vs.ch/documents/529400/6767345/2020+02...</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", - " <td>0.014745</td>\n", + " <td>0.290736</td>\n", " <td>NaN</td>\n", " </tr>\n", " <tr>\n", " <th>1</th>\n", - " <td>2020-03-02</td>\n", - " <td>18:00</td>\n", - " <td>AG</td>\n", + " <td>2020-03-03</td>\n", + " <td>NaN</td>\n", + " <td>VS</td>\n", " <td>NaN</td>\n", " <td>2.0</td>\n", " <td>NaN</td>\n", @@ -285,76 +285,76 @@ " <td>NaN</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", - " <td>https://www.ag.ch/media/kanton_aargau/themen_1...</td>\n", + " <td>https://vs.ch/documents/529400/6789273/2020+03...</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", - " <td>0.029490</td>\n", + " <td>0.581471</td>\n", " <td>NaN</td>\n", " </tr>\n", " <tr>\n", " <th>2</th>\n", - " <td>2020-03-03</td>\n", - " <td>15:00</td>\n", - " <td>AG</td>\n", + " <td>2020-03-05</td>\n", " <td>NaN</td>\n", - " <td>6.0</td>\n", + " <td>VS</td>\n", " <td>NaN</td>\n", + " <td>3.0</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", - " <td>https://www.ag.ch/media/kanton_aargau/themen_1...</td>\n", " <td>NaN</td>\n", + " <td>https://www.vs.ch/de/web/coronavirus/info?p_p_...</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", - " <td>0.088469</td>\n", + " <td>NaN</td>\n", + " <td>0.872207</td>\n", " <td>NaN</td>\n", " </tr>\n", " <tr>\n", " <th>3</th>\n", - " <td>2020-03-04</td>\n", - " <td>15:00</td>\n", - " <td>AG</td>\n", + " <td>2020-03-06</td>\n", " <td>NaN</td>\n", - " <td>7.0</td>\n", + " <td>VS</td>\n", + " <td>NaN</td>\n", + " <td>5.0</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", - " <td>https://www.ag.ch/media/kanton_aargau/themen_1...</td>\n", + " <td>https://www.vs.ch/de/web/coronavirus/info?p_p_...</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", - " <td>0.103213</td>\n", + " <td>1.453679</td>\n", " <td>NaN</td>\n", " </tr>\n", " <tr>\n", " <th>4</th>\n", - " <td>2020-03-05</td>\n", - " <td>15:00</td>\n", - " <td>AG</td>\n", + " <td>2020-03-08</td>\n", + " <td>NaN</td>\n", + " <td>VS</td>\n", " <td>NaN</td>\n", - " <td>9.0</td>\n", + " <td>7.0</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", - " <td>https://www.ag.ch/media/kanton_aargau/themen_1...</td>\n", + " <td>https://www.vs.ch/de/web/coronavirus/info?p_p_...</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", - " <td>0.132703</td>\n", + " <td>2.035150</td>\n", " <td>NaN</td>\n", " </tr>\n", " </tbody>\n", @@ -362,12 +362,12 @@ "</div>" ], "text/plain": [ - " date time abbreviation_canton_and_fl ncumul_tested ncumul_conf \\\n", - "0 2020-02-28 15:00 AG NaN 1.0 \n", - "1 2020-03-02 18:00 AG NaN 2.0 \n", - "2 2020-03-03 15:00 AG NaN 6.0 \n", - "3 2020-03-04 15:00 AG NaN 7.0 \n", - "4 2020-03-05 15:00 AG NaN 9.0 \n", + " date time abbreviation_canton_and_fl ncumul_tested ncumul_conf \\\n", + "0 2020-02-28 NaN VS NaN 1.0 \n", + "1 2020-03-03 NaN VS NaN 2.0 \n", + "2 2020-03-05 NaN VS NaN 3.0 \n", + "3 2020-03-06 NaN VS NaN 5.0 \n", + "4 2020-03-08 NaN VS NaN 7.0 \n", "\n", " ncumul_hosp ncumul_ICU ncumul_vent ncumul_released ncumul_deceased \\\n", "0 NaN NaN NaN NaN NaN \n", @@ -376,26 +376,26 @@ "3 NaN NaN NaN NaN NaN \n", "4 NaN NaN NaN NaN NaN \n", "\n", - " source TotalPosTests1 \\\n", - "0 https://www.ag.ch/media/kanton_aargau/themen_1... NaN \n", - "1 https://www.ag.ch/media/kanton_aargau/themen_1... NaN \n", - "2 https://www.ag.ch/media/kanton_aargau/themen_1... NaN \n", - "3 https://www.ag.ch/media/kanton_aargau/themen_1... NaN \n", - "4 https://www.ag.ch/media/kanton_aargau/themen_1... NaN \n", + " source ncumul_ICF \\\n", + "0 https://vs.ch/documents/529400/6767345/2020+02... NaN \n", + "1 https://vs.ch/documents/529400/6789273/2020+03... NaN \n", + "2 https://www.vs.ch/de/web/coronavirus/info?p_p_... NaN \n", + "3 https://www.vs.ch/de/web/coronavirus/info?p_p_... NaN \n", + "4 https://www.vs.ch/de/web/coronavirus/info?p_p_... NaN \n", "\n", - " ncumul_ICF ncumul_ICU_intub ncumul_deceased_suspect TotalCured \\\n", - "0 NaN NaN NaN NaN \n", - "1 NaN NaN NaN NaN \n", - "2 NaN NaN NaN NaN \n", - "3 NaN NaN NaN NaN \n", - "4 NaN NaN NaN NaN \n", + " ncumul_ICU_intub ncumul_deceased_suspect TotalPosTests1 TotalCured \\\n", + "0 NaN NaN NaN NaN \n", + "1 NaN NaN NaN NaN \n", + "2 NaN NaN NaN NaN \n", + "3 NaN NaN NaN NaN \n", + "4 NaN NaN NaN NaN \n", "\n", - " ncumul_conf_10k ncumul_deceased_10k \n", - "0 0.014745 NaN \n", - "1 0.029490 NaN \n", - "2 0.088469 NaN \n", - "3 0.103213 NaN \n", - "4 0.132703 NaN " + " ncumul_conf_100k ncumul_deceased_100k \n", + "0 0.290736 NaN \n", + "1 0.581471 NaN \n", + "2 0.872207 NaN \n", + "3 1.453679 NaN \n", + "4 2.035150 NaN " ] }, "execution_count": 7, @@ -412,10 +412,10 @@ "cell_type": "markdown", "metadata": { "papermill": { - "duration": 0.009949, - "end_time": "2020-03-24T11:41:52.148781", + "duration": 0.010304, + "end_time": "2020-03-25T08:24:17.647569", "exception": false, - "start_time": "2020-03-24T11:41:52.138832", + "start_time": "2020-03-25T08:24:17.637265", "status": "completed" }, "tags": [] @@ -434,10 +434,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.020792, - "end_time": "2020-03-24T11:41:52.178592", + "duration": 0.028492, + "end_time": "2020-03-25T08:24:17.686440", "exception": false, - "start_time": "2020-03-24T11:41:52.157800", + "start_time": "2020-03-25T08:24:17.657948", "status": "completed" }, "tags": [] @@ -466,10 +466,10 @@ "cell_type": "markdown", "metadata": { "papermill": { - "duration": 0.010602, - "end_time": "2020-03-24T11:41:52.198674", + "duration": 0.01045, + "end_time": "2020-03-25T08:24:17.712456", "exception": false, - "start_time": "2020-03-24T11:41:52.188072", + "start_time": "2020-03-25T08:24:17.702006", "status": "completed" }, "tags": [] @@ -486,10 +486,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.187156, - "end_time": "2020-03-24T11:41:52.397126", + "duration": 0.233993, + "end_time": "2020-03-25T08:24:17.957085", "exception": false, - "start_time": "2020-03-24T11:41:52.209970", + "start_time": "2020-03-25T08:24:17.723092", "status": "completed" }, "tags": [] @@ -499,10 +499,10 @@ "data": { "text/html": [ "\n", - "<div id=\"altair-viz-3ba217371c324280b6d86755957c15fa\"></div>\n", + "<div id=\"altair-viz-4083b8ca53494997acf77ea45924d279\"></div>\n", "<script type=\"text/javascript\">\n", " (function(spec, embedOpt){\n", - " const outputDiv = document.getElementById(\"altair-viz-3ba217371c324280b6d86755957c15fa\");\n", + " const outputDiv = document.getElementById(\"altair-viz-4083b8ca53494997acf77ea45924d279\");\n", " const paths = {\n", " \"vega\": \"https://cdn.jsdelivr.net/npm//vega@5?noext\",\n", " \"vega-lib\": \"https://cdn.jsdelivr.net/npm//vega-lib?noext\",\n", @@ -543,7 +543,7 @@ " .catch(showError)\n", " .then(() => displayChart(vegaEmbed));\n", " }\n", - " })({\"config\": {\"view\": {\"continuousWidth\": 400, \"continuousHeight\": 300}, \"title\": {\"anchor\": \"middle\"}}, \"hconcat\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"abbreviation_canton_and_fl\", \"legend\": {\"title\": \"Canton\"}}, \"opacity\": {\"condition\": {\"value\": 1, \"selection\": \"selector001\"}, \"value\": 0.2}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"abbreviation_canton_and_fl\", \"title\": \"Canton\"}, {\"type\": \"quantitative\", \"field\": \"ncumul_conf\", \"title\": \"Cases\"}, {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}], \"x\": {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"ncumul_conf\", \"scale\": {\"type\": \"linear\"}, \"title\": \"Cases\"}}, \"selection\": {\"selector001\": {\"type\": \"multi\", \"fields\": [\"abbreviation_canton_and_fl\"], \"bind\": \"legend\"}}}, {\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"abbreviation_canton_and_fl\", \"legend\": {\"title\": \"Canton\"}}, \"opacity\": {\"condition\": {\"value\": 1, \"selection\": \"selector002\"}, \"value\": 0.2}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"abbreviation_canton_and_fl\", \"title\": \"Canton\"}, {\"type\": \"quantitative\", \"field\": \"ncumul_conf_10k\", \"title\": \"Cases/10k\"}, {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}], \"x\": {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"ncumul_conf_10k\", \"scale\": {\"type\": \"linear\"}, \"title\": \"Cases per 10k population\"}}, \"selection\": {\"selector002\": {\"type\": \"multi\", \"fields\": [\"abbreviation_canton_and_fl\"], \"bind\": \"legend\"}}}], \"data\": {\"name\": \"data-7bb9b365facb797e2b908d81842cd77d\"}, \"title\": \"Covid-19 cases in Switzerland by Canton\", \"$schema\": \"https://vega.github.io/schema/vega-lite/v4.0.2.json\", \"datasets\": {\"data-7bb9b365facb797e2b908d81842cd77d\": [{\"date\": \"2020-02-28T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/20200228_KFS_20200106_Coronavirus_Lagebulletin_AG_Unterschrieben.pdf\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.014744760817862393, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-02T00:00:00\", \"time\": \"18:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/200302_KFS_Coronavirus_Lagebulletin_2.pdf\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.029489521635724786, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-03T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 6.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200303_KFS_Coronavirus_Lagebulletin_3.pdf\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.08846856490717436, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-04T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 7.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200304_KFS_Coronavirus_Lagebulletin_4.pdf\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.10321332572503675, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-05T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 9.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200305_KFS_Coronavirus_Lagebulletin_5.pdf\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.13270284736076154, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-06T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 12.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 1.0, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200305_KFS_Coronavirus_Lagebulletin_6.pdf\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.17693712981434873, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-09T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 14.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 2.0, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200309_KFS_Coronavirus_Lagebulletin_7.pdf\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.2064266514500735, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-10T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 17.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 2.0, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200310_KFS_Coronavirus_Lagebulletin_8.pdf\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.2506609339036607, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-11T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 18.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 2.0, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200311_KFS_Coronavirus_Lagebulletin_9.pdf\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.2654056947215231, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-12T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 27.0, \"ncumul_hosp\": 1.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 3.0, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200312_KFS_Coronavirus_Lagebulletin_10.pdf\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.39810854208228463, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-13T00:00:00\", \"time\": \"13:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 32.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 3.0, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200313_KFS_Coronavirus_Lagebulletin_11.pdf\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.4718323461715966, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-16T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 52.0, \"ncumul_hosp\": 2.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 4.0, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200316_KFS_Coronavirus_Lagebulletin_12.pdf\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.7667275625288444, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-17T00:00:00\", \"time\": \"16:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 67.0, \"ncumul_hosp\": 2.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 4.0, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200317_KFS_Coronavirus_Lagebulletin_13.pdf\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.9878989747967803, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-18T00:00:00\", \"time\": \"16:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 101.0, \"ncumul_hosp\": 6.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 4.0, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200318_KFS_Coronavirus_Lagebulletin_14.pdf\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.4892208426041018, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-19T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 118.0, \"ncumul_hosp\": 17.0, \"ncumul_ICU\": 6.0, \"ncumul_vent\": 3.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200319_KFS_Coronavirus_Lagebulletin_15.pdf\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.7398817765077623, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 168.0, \"ncumul_hosp\": 25.0, \"ncumul_ICU\": 4.0, \"ncumul_vent\": 2.0, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200320_KFS_Coronavirus_Lagebulletin_16.pdf\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.477119817400882, \"ncumul_deceased_10k\": 0.014744760817862393}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 232.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ag.ch/de/aktuelles/medienportal/medienmitteilung/medienmitteilungen/mediendetails_139237.jsp\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.420784509744075, \"ncumul_deceased_10k\": 0.014744760817862393}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 241.0, \"ncumul_hosp\": 10.0, \"ncumul_ICU\": 3.0, \"ncumul_vent\": 2.0, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200323_KFS_Coronavirus_Lagebulletin_17.pdf\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.5534873571048364, \"ncumul_deceased_10k\": 0.014744760817862393}, {\"date\": \"2020-03-05T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"AR\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ar.ch/verwaltung/departement-gesundheit-und-soziales/news-aus-dem-departement/detail/news/coronavirusersterfallinappenzellausserrhoden/?tx_news_pi1[controller]=News&tx_news_pi1[action]=detail&cHash=fb1a9cf08108cdc7b82780b9239b009d\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.6193868070610096, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-09T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"AR\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ar.ch/schnellzugriff/medienmitteilungen-der-kantonalen-verwaltung/detail/news/zweiter-coronafall-in-appenzell-ausserrhoden/?tx_news_pi1[controller]=News&tx_news_pi1[action]=detail&cHash=de7ec38198b5e60b6dce8fccc7735501\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.2387736141220191, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"AR\", \"ncumul_tested\": null, \"ncumul_conf\": 5.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ar.ch/schnellzugriff/medienmitteilungen-der-kantonalen-verwaltung/detail/news/coronavirus-drei-neue-faelle-in-appenzell-ausserrhoden/?tx_news_pi1[controller]=News&tx_news_pi1[action]=detail&cHash=272411484066c8fb971dcc838aa96ef9\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.096934035305048, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"AR\", \"ncumul_tested\": null, \"ncumul_conf\": 11.0, \"ncumul_hosp\": 3.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ar.ch/schnellzugriff/medienmitteilungen-der-kantonalen-verwaltung/detail/news/coronavirus-bevoelkerung-und-alle-spitaeler-machen-bei-der-gesundheitsversorgung-mit/?tx_news_pi1%5Bcontroller%5D=News&tx_news_pi1%5Baction%5D=detail&cHash=3d2a0733446b5fc7cdad0f48f61c28fd\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.813254877671105, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"10:00\", \"abbreviation_canton_and_fl\": \"AR\", \"ncumul_tested\": null, \"ncumul_conf\": 30.0, \"ncumul_hosp\": 7.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ar.ch/verwaltung/departement-gesundheit-und-soziales/amt-fuer-gesundheit/informationsseite-coronavirus/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 18.58160421183029, \"ncumul_deceased_10k\": 0.6193868070610096}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"10:00\", \"abbreviation_canton_and_fl\": \"AR\", \"ncumul_tested\": null, \"ncumul_conf\": 33.0, \"ncumul_hosp\": 6.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ar.ch/verwaltung/departement-gesundheit-und-soziales/amt-fuer-gesundheit/informationsseite-coronavirus/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 20.439764633013315, \"ncumul_deceased_10k\": 1.2387736141220191}, {\"date\": \"2020-03-13T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"OW\", \"ncumul_tested\": 6.0, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ow.ch/de/aktuelles/aktuellesinformationen/amtsmitteilungen/welcome.php?action=showinfo&info_id=63566&ls=0&sq=&kategorie_id=&date_from=&date_to=\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.26426362939668613, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"OW\", \"ncumul_tested\": null, \"ncumul_conf\": 25.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ow.ch/de/verwaltung/dienstleistungen/?dienst_id=5962\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.606590734917153, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-02-25T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.srf.ch/news/schweiz/tessiner-patient-erster-coronavirus-fall-in-der-schweiz\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.02830111251673303, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-02T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187352&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=ea65dbcabb28d4711459f3b613bbc1b7\", \"TotalPosTests1\": 6.0, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.05660222503346606, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-03T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 4.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187363&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=b34e82602a39cad67a7f8d54150dcf70 https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187369&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=3154d18e72821fc23d7b3c5cdfe9f9a3\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.11320445006693212, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-04T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 5.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187371&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=174f2d754f3b657af79f343c92fc5c89\", \"TotalPosTests1\": 18.0, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.14150556258366517, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 180.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187437&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=59cf6112c82abed490acd8901f5a0bb2\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.094200253011946, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 258.0, \"ncumul_hosp\": 65.0, \"ncumul_ICU\": 13.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.youtube.com/watch?v=_x_yQ6uwGAQ\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.301687029317122, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-14T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 265.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187466&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=1b10e6e8117296766155edcf9c317a4c\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.499794816934254, \"ncumul_deceased_10k\": 0.0849033375501991}, {\"date\": \"2020-03-15T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 291.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 6.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187467&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=af5473066754ef4d1272e156056acc07\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 8.235623742369313, \"ncumul_deceased_10k\": 0.1698066751003982}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 330.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 8.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187475&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=dee4a529abd4e9300e116c7ff4db5774\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 9.339367130521902, \"ncumul_deceased_10k\": 0.22640890013386425}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 422.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 10.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187486&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=d106aab74491da09b294ff13ffadd02f\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 11.943069482061341, \"ncumul_deceased_10k\": 0.28301112516733035}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 511.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 14.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187493&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=7803bbc03dd49ef2e421dfd6b12dd239\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 14.46186849605058, \"ncumul_deceased_10k\": 0.3962155752342625}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 638.0, \"ncumul_hosp\": 155.0, \"ncumul_ICU\": 33.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 15.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187499&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=634a783514bdcbb426c005f1ea916268 https://www.youtube.com/watch?v=34RQ7OOWYoI\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 18.056109785675677, \"ncumul_deceased_10k\": 0.42451668775099544}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 834.0, \"ncumul_hosp\": 168.0, \"ncumul_ICU\": 35.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 22.0, \"source\": \"https://www4.ti.ch/dss/dsp/covid19/home/ https://www.youtube.com/watch?v=34RQ7OOWYoI\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 23.603127838955352, \"ncumul_deceased_10k\": 0.6226244753681267}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 918.0, \"ncumul_hosp\": 184.0, \"ncumul_ICU\": 40.0, \"ncumul_vent\": 37.0, \"ncumul_released\": null, \"ncumul_deceased\": 28.0, \"source\": \"https://www4.ti.ch/dss/dsp/covid19/home/ https://www.youtube.com/watch?v=7g2sALU9bQM\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 25.980421290360923, \"ncumul_deceased_10k\": 0.792431150468525}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 939.0, \"ncumul_hosp\": 246.0, \"ncumul_ICU\": 46.0, \"ncumul_vent\": 43.0, \"ncumul_released\": null, \"ncumul_deceased\": 37.0, \"source\": \"https://web.archive.org/web/20200322153528/https://www4.ti.ch/dss/dsp/covid19/home/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 26.574744653212317, \"ncumul_deceased_10k\": 1.0471411631191223}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 1165.0, \"ncumul_hosp\": 261.0, \"ncumul_ICU\": 45.0, \"ncumul_vent\": 43.0, \"ncumul_released\": null, \"ncumul_deceased\": 48.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187510&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=0120f665ab49651b9d66c876ef272a91\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 32.97079608199398, \"ncumul_deceased_10k\": 1.3584534008031857}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SH\", \"ncumul_tested\": null, \"ncumul_conf\": 14.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://sh.ch/CMS/Webseite/Kanton-Schaffhausen/Beh-rde/Verwaltung/Departement-des-Innern/Gesundheitsamt-3209198-DE.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.7075044821992655, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SH\", \"ncumul_tested\": null, \"ncumul_conf\": 30.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://sh.ch/CMS/Webseite/Kanton-Schaffhausen/Beh-rde/Verwaltung/Departement-des-Innern/Gesundheitsamt-3209198-DE.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.658938176141284, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-24T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SH\", \"ncumul_tested\": null, \"ncumul_conf\": 32.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://sh.ch/CMS/Webseite/Kanton-Schaffhausen/Beh-rde/Verwaltung/Departement-des-Innern/Gesundheitsamt-3209198-DE.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.902867387884036, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-24T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SH\", \"ncumul_tested\": null, \"ncumul_conf\": 32.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://sh.ch/CMS/Webseite/Kanton-Schaffhausen/Beh-rde/Verwaltung/Departement-des-Innern/Gesundheitsamt-3209198-DE.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.902867387884036, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-03T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZG\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.zg.ch/behoerden/gesundheitsdirektion/direktionssekretariat/aktuell/coronavirus-sars-cov-2-erste-person-aus-dem-kanton-zug-infiziert\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.07884134755631242, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-05T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZG\", \"ncumul_tested\": null, \"ncumul_conf\": 3.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.zg.ch/behoerden/gesundheitsdirektion/direktionssekretariat/aktuell/coronavirus-sars-cov-2-zwei-weitere-faelle-im-kanton-zug\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.2365240426689373, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZG\", \"ncumul_tested\": null, \"ncumul_conf\": 13.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.zg.ch/behoerden/gesundheitsdirektion/direktionssekretariat/aktuell/coronavirus-kanton-zug-stellt-sich-hinter-massnahmen-des-bundes\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.0249375182320615, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-14T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZG\", \"ncumul_tested\": null, \"ncumul_conf\": 13.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://twitter.com/gesundZG/status/1238733148462157824?s=20\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.0249375182320615, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZG\", \"ncumul_tested\": null, \"ncumul_conf\": 24.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.zg.ch/behoerden/gesundheitsdirektion/direktionssekretariat/aktuell/covid-19-zuger-spitaeler-bereiten-sich-gemeinsam-auf-herausfordernde-zeit-vor\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.8921923413514985, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZG\", \"ncumul_tested\": null, \"ncumul_conf\": 48.0, \"ncumul_hosp\": 1.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 5.0, \"ncumul_deceased\": null, \"source\": \"https://www.zg.ch/behoerden/gesundheitsdirektion/direktionssekretariat/aktuell/coronavirus-ausreichende-testkapazitaeten-im-kanton-zug-vorhanden\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.784384682702997, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"ZG\", \"ncumul_tested\": null, \"ncumul_conf\": 62.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 10.0, \"ncumul_deceased\": null, \"source\": \"https://www.zg.ch/behoerden/gesundheitsdirektion/amt-fuer-gesundheit/corona\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.88816354849137, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"ZG\", \"ncumul_tested\": null, \"ncumul_conf\": 72.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 12.0, \"ncumul_deceased\": null, \"source\": \"https://www.zg.ch/behoerden/gesundheitsdirektion/amt-fuer-gesundheit/corona\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.676577024054495, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-06T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 23.0, \"ncumul_hosp\": 15.0, \"ncumul_ICU\": 2.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.2878075943664792, \"ncumul_deceased_10k\": 0.01251337366810779}, {\"date\": \"2020-03-07T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 30.0, \"ncumul_hosp\": 16.0, \"ncumul_ICU\": 4.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.37540121004323374, \"ncumul_deceased_10k\": 0.01251337366810779}, {\"date\": \"2020-03-08T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 40.0, \"ncumul_hosp\": 22.0, \"ncumul_ICU\": 3.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.5005349467243116, \"ncumul_deceased_10k\": 0.01251337366810779}, {\"date\": \"2020-03-09T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 51.0, \"ncumul_hosp\": 29.0, \"ncumul_ICU\": 5.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.6381820570734973, \"ncumul_deceased_10k\": 0.01251337366810779}, {\"date\": \"2020-03-10T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 77.0, \"ncumul_hosp\": 36.0, \"ncumul_ICU\": 6.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.9635297724442998, \"ncumul_deceased_10k\": 0.01251337366810779}, {\"date\": \"2020-03-11T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 108.0, \"ncumul_hosp\": 38.0, \"ncumul_ICU\": 7.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.3514443561556415, \"ncumul_deceased_10k\": 0.01251337366810779}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 156.0, \"ncumul_hosp\": 43.0, \"ncumul_ICU\": 8.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.9520862922248154, \"ncumul_deceased_10k\": 0.01251337366810779}, {\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 204.0, \"ncumul_hosp\": 52.0, \"ncumul_ICU\": 10.0, \"ncumul_vent\": null, \"ncumul_released\": 5.0, \"ncumul_deceased\": 2.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.552728228293989, \"ncumul_deceased_10k\": 0.02502674733621558}, {\"date\": \"2020-03-14T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 350.0, \"ncumul_hosp\": 43.0, \"ncumul_ICU\": 14.0, \"ncumul_vent\": null, \"ncumul_released\": 5.0, \"ncumul_deceased\": 3.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.379680783837727, \"ncumul_deceased_10k\": 0.03754012100432337}, {\"date\": \"2020-03-15T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 406.0, \"ncumul_hosp\": 62.0, \"ncumul_ICU\": 19.0, \"ncumul_vent\": null, \"ncumul_released\": 5.0, \"ncumul_deceased\": 4.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.080429709251763, \"ncumul_deceased_10k\": 0.05005349467243116}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 508.0, \"ncumul_hosp\": 66.0, \"ncumul_ICU\": 27.0, \"ncumul_vent\": null, \"ncumul_released\": 5.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.356793823398758, \"ncumul_deceased_10k\": 0.06256686834053896}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 608.0, \"ncumul_hosp\": 95.0, \"ncumul_ICU\": 35.0, \"ncumul_vent\": null, \"ncumul_released\": 9.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.608131190209536, \"ncumul_deceased_10k\": 0.06256686834053896}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 796.0, \"ncumul_hosp\": 128.0, \"ncumul_ICU\": 34.0, \"ncumul_vent\": null, \"ncumul_released\": 16.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 9.960645439813803, \"ncumul_deceased_10k\": 0.06256686834053896}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 1212.0, \"ncumul_hosp\": 140.0, \"ncumul_ICU\": 32.0, \"ncumul_vent\": null, \"ncumul_released\": 52.0, \"ncumul_deceased\": 7.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 15.166208885746641, \"ncumul_deceased_10k\": 0.08759361567675453}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 1432.0, \"ncumul_hosp\": 152.0, \"ncumul_ICU\": 30.0, \"ncumul_vent\": null, \"ncumul_released\": 62.0, \"ncumul_deceased\": 12.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 17.919151092730356, \"ncumul_deceased_10k\": 0.15016048401729348}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 1676.0, \"ncumul_hosp\": 175.0, \"ncumul_ICU\": 23.0, \"ncumul_vent\": null, \"ncumul_released\": 70.0, \"ncumul_deceased\": 15.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 20.972414267748654, \"ncumul_deceased_10k\": 0.18770060502161687}, {\"date\": \"2020-03-22T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 1782.0, \"ncumul_hosp\": 203.0, \"ncumul_ICU\": 23.0, \"ncumul_vent\": null, \"ncumul_released\": 75.0, \"ncumul_deceased\": 16.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 22.298831876568084, \"ncumul_deceased_10k\": 0.20021397868972465}, {\"date\": \"2020-03-03T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SZ\", \"ncumul_tested\": 1.0, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sz.ch/public/upload/assets/45351/MM_Coronavirus_4_3_2020.pdf\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.06282788301448183, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-04T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SZ\", \"ncumul_tested\": 3.0, \"ncumul_conf\": 3.0, \"ncumul_hosp\": 1.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sz.ch/public/upload/assets/45351/MM_Coronavirus_4_3_2020.pdf\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.18848364904344547, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-06T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SZ\", \"ncumul_tested\": 6.0, \"ncumul_conf\": 6.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sz.ch/public/upload/assets/45417/MM_Coronavirus_6_3_2020.pdf\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.37696729808689095, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-13T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"SZ\", \"ncumul_tested\": 10.0, \"ncumul_conf\": 9.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sz.ch/public/upload/assets/45585/MM_Coronavirus_13_03_2020.pdf\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.5654509471303364, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-14T00:00:00\", \"time\": \"03:03\", \"abbreviation_canton_and_fl\": \"SZ\", \"ncumul_tested\": 1.0, \"ncumul_conf\": 12.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.bote.ch/nachrichten/schwyz/schwyz_bdu/coronavirus-einsatz-fuer-spitalbataillon-5;art146989,1229758\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.7539345961737819, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-15T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SZ\", \"ncumul_tested\": null, \"ncumul_conf\": 13.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sz.ch/public/upload/assets/45590/MM_Coronavirus_15_3_2020.pdf\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.8167624791882637, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-06T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"SO\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://so.ch/startseite/aktuell/news/erster-laborbestaetigter-covid-19-fall-im-kanton-solothurn/?tx_news_pi1%5Bcontroller%5D=News&tx_news_pi1%5Baction%5D=detail&cHash=3074bbdc8f0fcdcb9f1e11a21fc05e73\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.03660402497858665, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SO\", \"ncumul_tested\": null, \"ncumul_conf\": 43.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.oltnertagblatt.ch/solothurn/kanton-solothurn/zivilschuetzer-kontrollieren-wer-in-die-solothurner-spitaeler-rein-will-137174885\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.573973074079226, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"17:37\", \"abbreviation_canton_and_fl\": \"SO\", \"ncumul_tested\": null, \"ncumul_conf\": 66.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://twitter.com/KantonSolothurn/status/1241041303024041989?p=p\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.4158656485867187, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"SO\", \"ncumul_tested\": null, \"ncumul_conf\": 95.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://corona.so.ch/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.477382372965731, \"ncumul_deceased_10k\": 0.03660402497858665}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"00:00\", \"abbreviation_canton_and_fl\": \"SO\", \"ncumul_tested\": null, \"ncumul_conf\": 104.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://corona.so.ch/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.8068185977730113, \"ncumul_deceased_10k\": 0.03660402497858665}, {\"date\": \"2020-02-26T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": 1.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 1.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"TotalPosTests1\": null, \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.020020821654520703, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-02-27T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": 1.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 1.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"TotalPosTests1\": null, \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.020020821654520703, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-02-28T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 3.0, \"ncumul_hosp\": 2.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 2.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"TotalPosTests1\": null, \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.06006246496356211, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-02-29T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 5.0, \"ncumul_hosp\": 3.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 3.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"TotalPosTests1\": null, \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.1001041082726035, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-01T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 7.0, \"ncumul_hosp\": 3.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 3.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"TotalPosTests1\": null, \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.1401457515816449, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-02T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 7.0, \"ncumul_hosp\": 3.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 3.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"TotalPosTests1\": null, \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.1401457515816449, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-03T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 8.0, \"ncumul_hosp\": 4.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 4.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"TotalPosTests1\": null, \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.16016657323616562, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-04T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 8.0, \"ncumul_hosp\": 4.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 4.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"TotalPosTests1\": null, \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.16016657323616562, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-05T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 11.0, \"ncumul_hosp\": 5.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 5.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"TotalPosTests1\": null, \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.22022903819972772, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-06T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 15.0, \"ncumul_hosp\": 7.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 7.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"TotalPosTests1\": null, \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.30031232481781056, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-07T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 24.0, \"ncumul_hosp\": 7.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 7.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"TotalPosTests1\": null, \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.48049971970849686, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-08T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 32.0, \"ncumul_hosp\": 9.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 9.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"TotalPosTests1\": null, \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.6406662929446625, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-09T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 33.0, \"ncumul_hosp\": 13.0, \"ncumul_ICU\": 3.0, \"ncumul_vent\": 10.0, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"TotalPosTests1\": null, \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.6606871145991832, \"ncumul_deceased_10k\": 0.020020821654520703}, {\"date\": \"2020-03-10T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 59.0, \"ncumul_hosp\": 18.0, \"ncumul_ICU\": 4.0, \"ncumul_vent\": 14.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"TotalPosTests1\": null, \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 1.0, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.1812284776167212, \"ncumul_deceased_10k\": 0.040041643309041405}, {\"date\": \"2020-03-11T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 66.0, \"ncumul_hosp\": 20.0, \"ncumul_ICU\": 6.0, \"ncumul_vent\": 14.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"TotalPosTests1\": null, \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 1.0, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.3213742291983663, \"ncumul_deceased_10k\": 0.040041643309041405}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 80.0, \"ncumul_hosp\": 23.0, \"ncumul_ICU\": 6.0, \"ncumul_vent\": 17.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"TotalPosTests1\": null, \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 4.0, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.601665732361656, \"ncumul_deceased_10k\": 0.040041643309041405}, {\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 104.0, \"ncumul_hosp\": 33.0, \"ncumul_ICU\": 7.0, \"ncumul_vent\": 26.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"TotalPosTests1\": null, \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 4.0, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.082165452070153, \"ncumul_deceased_10k\": 0.040041643309041405}, {\"date\": \"2020-03-14T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 196.0, \"ncumul_hosp\": 43.0, \"ncumul_ICU\": 8.0, \"ncumul_vent\": 33.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"TotalPosTests1\": null, \"ncumul_ICF\": 2.0, \"ncumul_ICU_intub\": 5.0, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.9240810442860576, \"ncumul_deceased_10k\": 0.040041643309041405}, {\"date\": \"2020-03-15T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 281.0, \"ncumul_hosp\": 46.0, \"ncumul_ICU\": 12.0, \"ncumul_vent\": 32.0, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"TotalPosTests1\": null, \"ncumul_ICF\": 2.0, \"ncumul_ICU_intub\": 5.0, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.625850884920317, \"ncumul_deceased_10k\": 0.08008328661808281}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 373.0, \"ncumul_hosp\": 66.0, \"ncumul_ICU\": 10.0, \"ncumul_vent\": 52.0, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"TotalPosTests1\": null, \"ncumul_ICF\": 4.0, \"ncumul_ICU_intub\": 8.0, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.467766477136222, \"ncumul_deceased_10k\": 0.08008328661808281}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 495.0, \"ncumul_hosp\": 75.0, \"ncumul_ICU\": 19.0, \"ncumul_vent\": 54.0, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"TotalPosTests1\": null, \"ncumul_ICF\": 2.0, \"ncumul_ICU_intub\": 9.0, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 9.910306718987746, \"ncumul_deceased_10k\": 0.08008328661808281}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 629.0, \"ncumul_hosp\": 78.0, \"ncumul_ICU\": 20.0, \"ncumul_vent\": 56.0, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"TotalPosTests1\": null, \"ncumul_ICF\": 2.0, \"ncumul_ICU_intub\": 17.0, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 12.593096820693521, \"ncumul_deceased_10k\": 0.1001041082726035}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 826.0, \"ncumul_hosp\": 92.0, \"ncumul_ICU\": 19.0, \"ncumul_vent\": 68.0, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"TotalPosTests1\": null, \"ncumul_ICF\": 5.0, \"ncumul_ICU_intub\": 17.0, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 16.5371986866341, \"ncumul_deceased_10k\": 0.1001041082726035}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 994.0, \"ncumul_hosp\": 109.0, \"ncumul_ICU\": 22.0, \"ncumul_vent\": 82.0, \"ncumul_released\": null, \"ncumul_deceased\": 8.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"TotalPosTests1\": null, \"ncumul_ICF\": 5.0, \"ncumul_ICU_intub\": 21.0, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 19.90069672459358, \"ncumul_deceased_10k\": 0.16016657323616562}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 1128.0, \"ncumul_hosp\": 145.0, \"ncumul_ICU\": 25.0, \"ncumul_vent\": 107.0, \"ncumul_released\": null, \"ncumul_deceased\": 10.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"TotalPosTests1\": null, \"ncumul_ICF\": 13.0, \"ncumul_ICU_intub\": 24.0, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 22.58348682629935, \"ncumul_deceased_10k\": 0.200208216545207}, {\"date\": \"2020-03-22T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 1203.0, \"ncumul_hosp\": 179.0, \"ncumul_ICU\": 36.0, \"ncumul_vent\": 137.0, \"ncumul_released\": null, \"ncumul_deceased\": 9.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"TotalPosTests1\": null, \"ncumul_ICF\": 6.0, \"ncumul_ICU_intub\": 36.0, \"ncumul_deceased_suspect\": 4.0, \"TotalCured\": null, \"ncumul_conf_10k\": 24.085048450388403, \"ncumul_deceased_10k\": 0.18018739489068633}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 1231.0, \"ncumul_hosp\": 214.0, \"ncumul_ICU\": 43.0, \"ncumul_vent\": 160.0, \"ncumul_released\": null, \"ncumul_deceased\": 9.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"TotalPosTests1\": null, \"ncumul_ICF\": 11.0, \"ncumul_ICU_intub\": 41.0, \"ncumul_deceased_suspect\": 5.0, \"TotalCured\": null, \"ncumul_conf_10k\": 24.64563145671498, \"ncumul_deceased_10k\": 0.18018739489068633}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 123.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.1884322067060429, \"ncumul_deceased_10k\": 0.009662050461024736}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 193.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.8647757389777744, \"ncumul_deceased_10k\": 0.009662050461024736}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 282.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.724698230008976, \"ncumul_deceased_10k\": 0.009662050461024736}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 377.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.642593023806326, \"ncumul_deceased_10k\": 0.019324100922049472}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 418.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.03873709270834, \"ncumul_deceased_10k\": 0.028986151383074213}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 470.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.541163716681627, \"ncumul_deceased_10k\": 0.04831025230512369}, {\"date\": \"2020-03-24T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 532.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 6.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.140210845265161, \"ncumul_deceased_10k\": 0.057972302766148426}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"UR\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": null, \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.5489528723959048, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"UR\", \"ncumul_tested\": 85.0, \"ncumul_conf\": 5.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ur.ch/mmdirektionen/63802\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.3723821809897618, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"UR\", \"ncumul_tested\": null, \"ncumul_conf\": 7.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ur.ch/mmdirektionen/63841\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.9213350533856668, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"UR\", \"ncumul_tested\": null, \"ncumul_conf\": 7.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ur.ch/themen/2920\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.9213350533856668, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"UR\", \"ncumul_tested\": null, \"ncumul_conf\": 12.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ur.ch/themen/2920\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.293717234375429, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"UR\", \"ncumul_tested\": null, \"ncumul_conf\": 22.0, \"ncumul_hosp\": 1.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 1.0, \"ncumul_deceased\": null, \"source\": \"https://www.ur.ch/themen/2920\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.038481596354953, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-24T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"UR\", \"ncumul_tested\": null, \"ncumul_conf\": 22.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ur.ch/themen/2920\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.038481596354953, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-01T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"FR\", \"ncumul_tested\": 30.0, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.fr.ch/sites/default/files/2020-03/200301_commd_dsas_covid_cas_fr.pdf\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.031376092672427316, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-02T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"FR\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.fr.ch/sites/default/files/2020-03/200302_CommD_DSAS_covid_cas%20FR.pdf\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.06275218534485463, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-04T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"FR\", \"ncumul_tested\": null, \"ncumul_conf\": 4.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.fr.ch/sites/default/files/2020-03/200304_CommD_DSAS_covid_cas%20FR.pdf\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.12550437068970927, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-05T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"FR\", \"ncumul_tested\": null, \"ncumul_conf\": 6.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.fr.ch/de/covid19/gesundheit/covid-19/coronavirus-entwicklungen-der-situation\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.1882565560345639, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-08T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"FR\", \"ncumul_tested\": null, \"ncumul_conf\": 8.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.fr.ch/de/covid19/gesundheit/covid-19/coronavirus-entwicklungen-der-situation\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.25100874137941853, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-09T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"FR\", \"ncumul_tested\": null, \"ncumul_conf\": 11.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.fr.ch/de/covid19/gesundheit/covid-19/coronavirus-entwicklungen-der-situation\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.3451370193967005, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-18T00:00:00\", \"time\": \"16:00\", \"abbreviation_canton_and_fl\": \"LU\", \"ncumul_tested\": null, \"ncumul_conf\": 65.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://web.archive.org/web/20200318191404/https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.587080674973203, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"09:40\", \"abbreviation_canton_and_fl\": \"LU\", \"ncumul_tested\": null, \"ncumul_conf\": 92.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.2463295707313025, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"11:00\", \"abbreviation_canton_and_fl\": \"LU\", \"ncumul_tested\": null, \"ncumul_conf\": 109.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus;https://newsletter.lu.ch/inxmail/html_mail.jsp?params=7UGt4J1Fx6OIONHlV9upAAuOzkQ6ZmQA%2FxRrLjJkeDWZdweUdKfwhAE94i2Apium%2F6rIvcF2Z5MaTtV52A77W2jrwVmrkZ8UhFPVmHC4iuI%3D\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.661412208801217, \"ncumul_deceased_10k\": 0.024416625768818503}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"11:00\", \"abbreviation_canton_and_fl\": \"LU\", \"ncumul_tested\": null, \"ncumul_conf\": 131.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.198577975715224, \"ncumul_deceased_10k\": 0.024416625768818503}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"11:00\", \"abbreviation_canton_and_fl\": \"LU\", \"ncumul_tested\": null, \"ncumul_conf\": 156.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.808993619935687, \"ncumul_deceased_10k\": 0.024416625768818503}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"11:00\", \"abbreviation_canton_and_fl\": \"LU\", \"ncumul_tested\": null, \"ncumul_conf\": 205.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.005408282607793, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-01T00:00:00\", \"time\": \"17:29\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-coronavirus-anzahl-der-getesteten-faelle-und-zwischenstand-kita-riehen-gd.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.05134366367846544, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-02T00:00:00\", \"time\": \"17:15\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": 235.0, \"ncumul_conf\": 3.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-coronavirus-zwei-neue-positive-faelle-in-basel-stadt-gd.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.15403099103539633, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-03T00:00:00\", \"time\": \"17:30\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 3.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1234880556095213569?s=20\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.15403099103539633, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-04T00:00:00\", \"time\": \"17:20\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 3.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1235240377134862336?s=20\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.15403099103539633, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-05T00:00:00\", \"time\": \"17:15\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 8.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-coronavirus-fuenf-neue-positive-faelle-in-basel-stadt-gd.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.41074930942772353, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-06T00:00:00\", \"time\": \"14:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 15.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1235934884167852035?s=20\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.7701549551769815, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-07T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 21.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1236249864473894914?s=20\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.0782169372477741, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-08T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 24.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1236609191831384064?s=20\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.2322479282831706, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-09T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 28.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1236973685602426881?s=20\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.4376225829970324, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-10T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 33.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1237336196772175873?s=20\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.6943409013893596, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-11T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 37.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1237694819419422720?s=20\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.8997155561032215, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-12T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 73.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 4.0, \"ncumul_deceased\": 1.0, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1238073089902235648?s=20 https://www.coronavirus.bs.ch/nm/2020-coronavirus-ende-der-quarantaenemassnahmen-im-fall-kita-riehen-gd.html https://www.coronavirus.bs.ch/nm/2020-coronavirus-erster-todesfall-im-kanton-basel-stadt-gd.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.7480874485279774, \"ncumul_deceased_10k\": 0.05134366367846544}, {\"date\": \"2020-03-13T00:00:00\", \"time\": \"12:30\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 92.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1238430659762364417?s=20\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.72361705841882, \"ncumul_deceased_10k\": 0.05134366367846544}, {\"date\": \"2020-03-14T00:00:00\", \"time\": \"11:27\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 100.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1238773726423941127?s=20\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.134366367846544, \"ncumul_deceased_10k\": 0.05134366367846544}, {\"date\": \"2020-03-16T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 144.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-144-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.393487569699023, \"ncumul_deceased_10k\": 0.20537465471386177}, {\"date\": \"2020-03-17T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 165.0, \"ncumul_hosp\": 30.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 25.0, \"ncumul_deceased\": 4.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-165-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 8.471704506946798, \"ncumul_deceased_10k\": 0.20537465471386177}, {\"date\": \"2020-03-18T00:00:00\", \"time\": \"11:15\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 182.0, \"ncumul_hosp\": 40.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 36.0, \"ncumul_deceased\": 4.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-182-bestaetigte-faelle-im-kanton-basel-stadt-treffen-mit-allen-spitaelern-gd.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 9.34454678948071, \"ncumul_deceased_10k\": 0.20537465471386177}, {\"date\": \"2020-03-19T00:00:00\", \"time\": \"11:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 222.0, \"ncumul_hosp\": 40.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 44.0, \"ncumul_deceased\": 4.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-222-bestaetigte-faelle-basel-stadt-trifft-gemeinsam-mit-den-spitaelern-vorkehrungen-fuer-intensiv--und-beatmungskapazitaeten-gd.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 11.398293336619327, \"ncumul_deceased_10k\": 0.20537465471386177}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"10:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 272.0, \"ncumul_hosp\": 45.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 46.0, \"ncumul_deceased\": 4.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-272-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 13.9654765205426, \"ncumul_deceased_10k\": 0.20537465471386177}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"10:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 299.0, \"ncumul_hosp\": 46.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 57.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-299-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 15.351755439861167, \"ncumul_deceased_10k\": 0.2567183183923272}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"10:30\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 358.0, \"ncumul_hosp\": 50.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 73.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-358-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 18.381031596890626, \"ncumul_deceased_10k\": 0.2567183183923272}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"10:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 376.0, \"ncumul_hosp\": 56.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 78.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-376-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 19.305217543103005, \"ncumul_deceased_10k\": 0.2567183183923272}, {\"date\": \"2020-02-27T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"TotalPosTests1\": 2.0, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.006574760284240037, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-02-28T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"TotalPosTests1\": 9.0, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.013149520568480073, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-02T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"TotalPosTests1\": 13.0, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.013149520568480073, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-03T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": 400.0, \"ncumul_conf\": 9.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"TotalPosTests1\": 19.0, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.05917284255816033, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-05T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 19.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"TotalPosTests1\": 26.0, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.1249204454005607, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-06T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 26.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"TotalPosTests1\": 30.0, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.17094376739024095, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-07T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 30.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"TotalPosTests1\": 37.0, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.19724280852720108, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-08T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 37.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"TotalPosTests1\": 40.0, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.24326613051688137, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-09T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": 855.0, \"ncumul_conf\": 40.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"TotalPosTests1\": 49.0, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.2629904113696015, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-10T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 49.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"TotalPosTests1\": 59.0, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": 1.0, \"ncumul_conf_10k\": 0.3221632539277618, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-11T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 59.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": 7.0, \"ncumul_conf_10k\": 0.3879108567701622, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 92.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": 11.0, \"ncumul_conf_10k\": 0.6048779461500834, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 140.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.9204664397936051, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 270.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.7751852767448097, \"ncumul_deceased_10k\": 0.006574760284240037}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 294.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.9329795235665708, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 424.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.7876983605177754, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 526.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.458323909510259, \"ncumul_deceased_10k\": 0.01972428085272011}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 773.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.082289699717548, \"ncumul_deceased_10k\": 0.01972428085272011}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 1068.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.021843983568359, \"ncumul_deceased_10k\": 0.03287380142120019}, {\"date\": \"2020-03-24T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 1211.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://twitter.com/gd_zuerich/status/1242375974710370304?s=20\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.962034704214685, \"ncumul_deceased_10k\": 0.03287380142120019}, {\"date\": \"2020-03-19T00:00:00\", \"time\": \"16:00\", \"abbreviation_canton_and_fl\": \"JU\", \"ncumul_tested\": null, \"ncumul_conf\": 27.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.jura.ch/fr/Autorites/Coronavirus/Accueil/Coronavirus-Informations-officielles-a-la-population-jurassienne.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.677522167286397, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"17:00\", \"abbreviation_canton_and_fl\": \"JU\", \"ncumul_tested\": null, \"ncumul_conf\": 29.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.jura.ch/fr/Autorites/Coronavirus/Accueil/Coronavirus-Informations-officielles-a-la-population-jurassienne.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.949931216715019, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"18:00\", \"abbreviation_canton_and_fl\": \"JU\", \"ncumul_tested\": null, \"ncumul_conf\": 49.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.jura.ch/fr/Autorites/Coronavirus/Accueil/Coronavirus-Informations-officielles-a-la-population-jurassienne.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.67402171100124, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"17:00\", \"abbreviation_canton_and_fl\": \"JU\", \"ncumul_tested\": null, \"ncumul_conf\": 51.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.jura.ch/fr/Autorites/Coronavirus/Accueil/Coronavirus-Informations-officielles-a-la-population-jurassienne.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.946430760429862, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"18:00\", \"abbreviation_canton_and_fl\": \"JU\", \"ncumul_tested\": null, \"ncumul_conf\": 57.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.jura.ch/fr/Autorites/Coronavirus/Accueil/Coronavirus-Informations-officielles-a-la-population-jurassienne.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.763657908715728, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-11T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"NW\", \"ncumul_tested\": null, \"ncumul_conf\": 4.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.nw.ch/aktuellesinformationen/63359\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.9254332184253754, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"NW\", \"ncumul_tested\": null, \"ncumul_conf\": 25.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.nw.ch/gesundheitsamtdienste/6044\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.783957615158596, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"15:20\", \"abbreviation_canton_and_fl\": \"NW\", \"ncumul_tested\": null, \"ncumul_conf\": 28.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.nw.ch/gesundheitsamtdienste/6044\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.478032528977628, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"18:15\", \"abbreviation_canton_and_fl\": \"NW\", \"ncumul_tested\": null, \"ncumul_conf\": 33.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.nw.ch/gesundheitsamtdienste/6044\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.634824052009346, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"16:25\", \"abbreviation_canton_and_fl\": \"NW\", \"ncumul_tested\": null, \"ncumul_conf\": 36.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.nw.ch/gesundheitsamtdienste/6044\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 8.32889896582838, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"19:00\", \"abbreviation_canton_and_fl\": \"NW\", \"ncumul_tested\": null, \"ncumul_conf\": 39.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.nw.ch/gesundheitsamtdienste/6044\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 9.02297387964741, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-04T00:00:00\", \"time\": \"06:35\", \"abbreviation_canton_and_fl\": \"SG\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sg.ch/news/sgch_allgemein/2020/03/erster-bestaetigter-corona-fall-im-kanton-.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.019696787650902013, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-04T00:00:00\", \"time\": \"15:38\", \"abbreviation_canton_and_fl\": \"SG\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sg.ch/news/sgch_allgemein/2020/03/zweiter-bestaetigter-fall-einer-corona-patientin.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.039393575301804026, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SG\", \"ncumul_tested\": null, \"ncumul_conf\": 15.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sg.ch/tools/informationen-coronavirus.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.2954518147635302, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SG\", \"ncumul_tested\": null, \"ncumul_conf\": 47.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sg.ch/tools/informationen-coronavirus.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.9257490195923948, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SG\", \"ncumul_tested\": null, \"ncumul_conf\": 61.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sg.ch/tools/informationen-coronavirus.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.2015040467050229, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SG\", \"ncumul_tested\": null, \"ncumul_conf\": 85.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sg.ch/tools/informationen-coronavirus.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.6742269503266713, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SG\", \"ncumul_tested\": null, \"ncumul_conf\": 98.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sg.ch/tools/informationen-coronavirus.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.9302851897883972, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SG\", \"ncumul_tested\": null, \"ncumul_conf\": 200.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.sg.ch/tools/informationen-coronavirus.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.939357530180403, \"ncumul_deceased_10k\": 0.019696787650902013}, {\"date\": \"2020-02-28T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://vs.ch/documents/529400/6767345/2020+02+28+-+Medienmitteilung+-+1.+Fall+Coronavirus+VS.pdf/37c4f942-c5d5-6ab5-64fd-83444de4eba5?t=1582923242156\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.02907357067058191, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-03T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://vs.ch/documents/529400/6789273/2020+03+03+-+Medienmitteilung+-+Best%C3%A4tigung+2.+Fall.pdf/9e063e45-70a1-682e-fc37-31d9685f71f1?t=1583233390225\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.05814714134116382, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-05T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 3.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=5#collapse6812036\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.08722071201174572, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-06T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 5.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=5#collapse6828733\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.14536785335290953, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-08T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 7.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=4\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.20351499469407336, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-09T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 12.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=4#collapse6846567\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.3488828480469829, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-10T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 18.0, \"ncumul_hosp\": 4.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 3.0, \"ncumul_deceased\": null, \"source\": \"https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=3#collapse6858802\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.5233242720704744, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-11T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 22.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=3#collapse6870561\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.6396185547528019, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 22.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=3#collapse6898881\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.6396185547528019, \"ncumul_deceased_10k\": 0.02907357067058191}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 95.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=2#collapse6927494\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.7619892137052813, \"ncumul_deceased_10k\": 0.08722071201174572}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 232.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.vs.ch/de/web/coronavirus#collapse6955818\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.745068395575003, \"ncumul_deceased_10k\": 0.11629428268232764}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 282.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://www.vs.ch/de/web/coronavirus\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 8.198746929104098, \"ncumul_deceased_10k\": 0.14536785335290953}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 359.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 9.0, \"source\": \"https://www.vs.ch/de/web/coronavirus\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 10.437411870738904, \"ncumul_deceased_10k\": 0.2616621360352372}, {\"date\": \"2020-03-22T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 432.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 10.0, \"source\": \"https://www.vs.ch/de/web/coronavirus\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 12.559782529691383, \"ncumul_deceased_10k\": 0.29073570670581905}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 492.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 12.0, \"source\": \"https://www.vs.ch/de/web/coronavirus\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 14.304196769926298, \"ncumul_deceased_10k\": 0.3488828480469829}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TG\", \"ncumul_tested\": 246.0, \"ncumul_conf\": 17.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": null, \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.6148904771550103, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TG\", \"ncumul_tested\": 276.0, \"ncumul_conf\": 23.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": null, \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.8319106455626609, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TG\", \"ncumul_tested\": null, \"ncumul_conf\": 32.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.tg.ch/news/fachdossier-coronavirus.html/10552\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.157440898174137, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TG\", \"ncumul_tested\": null, \"ncumul_conf\": 36.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.tg.ch/news/fachdossier-coronavirus.html/10552\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.3021210104459042, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TG\", \"ncumul_tested\": null, \"ncumul_conf\": 49.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.tg.ch/news/fachdossier-coronavirus.html/10552\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.7723313753291472, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TG\", \"ncumul_tested\": null, \"ncumul_conf\": 56.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.tg.ch/news/fachdossier-coronavirus.html/10552\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.02552157180474, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-22T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TG\", \"ncumul_tested\": null, \"ncumul_conf\": 75.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.tg.ch/news/fachdossier-coronavirus.html/10552\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.7127521050956336, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TG\", \"ncumul_tested\": null, \"ncumul_conf\": 81.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.tg.ch/news/fachdossier-coronavirus.html/10552\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.9297722735032843, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-24T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TG\", \"ncumul_tested\": null, \"ncumul_conf\": 87.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.tg.ch/news/fachdossier-coronavirus.html/10552\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.146792441910935, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"16:00\", \"abbreviation_canton_and_fl\": \"NE\", \"ncumul_tested\": null, \"ncumul_conf\": 159.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 8.990670059372349, \"ncumul_deceased_10k\": 0.1130901894260673}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"15:30\", \"abbreviation_canton_and_fl\": \"NE\", \"ncumul_tested\": null, \"ncumul_conf\": 177.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 10.008481764206955, \"ncumul_deceased_10k\": 0.1130901894260673}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"NE\", \"ncumul_tested\": null, \"ncumul_conf\": 188.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 10.630477806050326, \"ncumul_deceased_10k\": 0.1130901894260673}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"NE\", \"ncumul_tested\": null, \"ncumul_conf\": 204.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 11.535199321458864, \"ncumul_deceased_10k\": 0.1130901894260673}, {\"date\": \"2020-02-28T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/neuer-coronavirus-covid-19-erster-bestaetigter-fall-aus-dem-kanton-basel-landschaft\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.03470631516110671, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-02-29T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/weiterer-bestaetigter-fall-aus-dem-kanton-basel-landschaft\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.06941263032221343, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-01T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": null, \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.06941263032221343, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-02T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": null, \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.06941263032221343, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-03T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": null, \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.06941263032221343, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-04T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": null, \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.06941263032221343, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-05T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 6.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/neuer-coronavirus-covid-19-sechs-bestaetigte-faelle-im-kanton-basel-landschaft\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.20823789096664028, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-06T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 6.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": null, \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.20823789096664028, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-07T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 15.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-15-bestaetigte-faelle-in-basel-landschaft\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.5205947274166007, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-08T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 19.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/patient-im-kantonsspital-baselland-stirbt-an-den-folgen-einer-coronavirus-infektion\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.6594199880610276, \"ncumul_deceased_10k\": 0.03470631516110671}, {\"date\": \"2020-03-09T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 20.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-xx-bestaetigte-faelle-in-basel-landschaft\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.6941263032221343, \"ncumul_deceased_10k\": 0.03470631516110671}, {\"date\": \"2020-03-10T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 22.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.7635389335443478, \"ncumul_deceased_10k\": 0.03470631516110671}, {\"date\": \"2020-03-11T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 26.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-26-bestaetigte-faelle-in-basel-landschaft-1\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.9023641941887746, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 26.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": null, \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.9023641941887746, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 42.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-26-bestaetigte-faelle-in-basel-landschaft-2\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.4576652367664822, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-14T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 47.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-47-bestaetigte-faelle-in-basel-landschaft\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.6311968125720158, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-15T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 54.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-54-bestaetigte-faelle-in-basel-landschaft\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.8741410186997627, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 76.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-67-bestaetigte-faelle-in-basel-landschaft\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.6376799522441106, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 89.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-89-bestaetigte-faelle-in-basel-landschaft\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.0888620493384975, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 116.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-116-bestaetigte-faelle-in-basel-landschaft\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.025932558688379, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 134.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-131-bestaetigte-faelle-in-basel-landschaft\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.6506462315883, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 184.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-170-bestaetigte-faelle-in-basel-landschaft\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.385961989643636, \"ncumul_deceased_10k\": 0.10411894548332014}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"14:00\", \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 282.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-282-bestaetigte-faelle-in-basel-landschaft\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 9.787180875432094, \"ncumul_deceased_10k\": 0.10411894548332014}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"14:00\", \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 289.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-289-bestaetigte-faelle-in-basel-landschaft\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 10.03012508155984, \"ncumul_deceased_10k\": 0.10411894548332014}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"14:00\", \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 302.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-289-bestaetigte-faelle-in-basel-landschaft-1\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 10.481307178654227, \"ncumul_deceased_10k\": 0.10411894548332014}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 116.0, \"ncumul_hosp\": 13.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.847393121247713, \"ncumul_deceased_10k\": 0.05040856139006649}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 145.0, \"ncumul_hosp\": 18.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.309241401559641, \"ncumul_deceased_10k\": 0.05040856139006649}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 213.0, \"ncumul_hosp\": 24.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 10.73702357608416, \"ncumul_deceased_10k\": 0.15122568417019946}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 239.0, \"ncumul_hosp\": 24.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 12.04764617222589, \"ncumul_deceased_10k\": 0.15122568417019946}, {\"date\": \"2020-03-22T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 266.0, \"ncumul_hosp\": 27.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 6.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 13.408677329757685, \"ncumul_deceased_10k\": 0.30245136834039893}, {\"date\": \"2020-03-24T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 276.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 6.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 13.912762943658352, \"ncumul_deceased_10k\": 0.30245136834039893}, {\"date\": \"2020-03-14T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"AI\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ai.ch/themen/gesundheit-alter-und-soziales/gesundheitsfoerderung-und-praevention/aktuelles/erste-bestaetigte-coronavirus-faelle-auch-in-innerrhoden\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.36209581055147194, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"AI\", \"ncumul_tested\": null, \"ncumul_conf\": 4.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"Kantonaler F\\u00fchrungsstab Appenzell Innerrhoden\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.7241916211029439, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"AI\", \"ncumul_tested\": null, \"ncumul_conf\": 5.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"Kantonaler F\\u00fchrungsstab Appenzell Innerrhoden\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.9052395263786798, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"AI\", \"ncumul_tested\": null, \"ncumul_conf\": 6.0, \"ncumul_hosp\": 1.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"Kantonaler F\\u00fchrungsstab Appenzell Innerrhoden\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.0862874316544158, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GL\", \"ncumul_tested\": null, \"ncumul_conf\": 10.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.suedostschweiz.ch/ereignisse/2020-03-20/die-zahl-der-corona-faelle-im-glarnerland-steigt-stark-an\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.4750637328911216, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GL\", \"ncumul_tested\": null, \"ncumul_conf\": 17.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.suedostschweiz.ch/ereignisse/2020-03-20/die-zahl-der-corona-faelle-im-glarnerland-steigt-stark-an\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.207608345914908, \"ncumul_deceased_10k\": null}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"13:30\", \"abbreviation_canton_and_fl\": \"GL\", \"ncumul_tested\": null, \"ncumul_conf\": 31.0, \"ncumul_hosp\": 3.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.gl.ch/verwaltung/finanzen-und-gesundheit/gesundheit/coronavirus.html/4817#Fallzahlen\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.672697571962478, \"ncumul_deceased_10k\": null}]}}, {\"mode\": \"vega-lite\"});\n", + " })({\"config\": {\"view\": {\"continuousWidth\": 400, \"continuousHeight\": 300}, \"title\": {\"anchor\": \"middle\"}}, \"hconcat\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"abbreviation_canton_and_fl\", \"legend\": {\"title\": \"Canton\"}}, \"opacity\": {\"condition\": {\"value\": 1, \"selection\": \"selector001\"}, \"value\": 0.2}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"abbreviation_canton_and_fl\", \"title\": \"Canton\"}, {\"type\": \"quantitative\", \"field\": \"ncumul_conf\", \"title\": \"Cases\"}, {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}], \"x\": {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"ncumul_conf\", \"scale\": {\"type\": \"linear\"}, \"title\": \"Cases\"}}, \"selection\": {\"selector001\": {\"type\": \"multi\", \"fields\": [\"abbreviation_canton_and_fl\"], \"bind\": \"legend\"}}}, {\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"abbreviation_canton_and_fl\", \"legend\": {\"title\": \"Canton\"}}, \"opacity\": {\"condition\": {\"value\": 1, \"selection\": \"selector002\"}, \"value\": 0.2}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"abbreviation_canton_and_fl\", \"title\": \"Canton\"}, {\"type\": \"quantitative\", \"field\": \"ncumul_conf_100k\", \"title\": \"Cases/100k\"}, {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}], \"x\": {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"ncumul_conf_100k\", \"scale\": {\"type\": \"linear\"}, \"title\": \"Cases per 100k population\"}}, \"selection\": {\"selector002\": {\"type\": \"multi\", \"fields\": [\"abbreviation_canton_and_fl\"], \"bind\": \"legend\"}}}], \"data\": {\"name\": \"data-aafcdb8d7b91cd0d5efa094b7903df68\"}, \"title\": \"Covid-19 cases in Switzerland by Canton\", \"$schema\": \"https://vega.github.io/schema/vega-lite/v4.0.2.json\", \"datasets\": {\"data-aafcdb8d7b91cd0d5efa094b7903df68\": [{\"date\": \"2020-02-28T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://vs.ch/documents/529400/6767345/2020+02+28+-+Medienmitteilung+-+1.+Fall+Coronavirus+VS.pdf/37c4f942-c5d5-6ab5-64fd-83444de4eba5?t=1582923242156\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 0.2907357067058191, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-03T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://vs.ch/documents/529400/6789273/2020+03+03+-+Medienmitteilung+-+Best%C3%A4tigung+2.+Fall.pdf/9e063e45-70a1-682e-fc37-31d9685f71f1?t=1583233390225\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 0.5814714134116382, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-05T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 3.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=5#collapse6812036\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 0.8722071201174572, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-06T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 5.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=5#collapse6828733\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 1.4536785335290954, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-08T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 7.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=4\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 2.0351499469407335, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-09T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 12.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=4#collapse6846567\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 3.4888284804698286, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-10T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 18.0, \"ncumul_hosp\": 4.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 3.0, \"ncumul_deceased\": null, \"source\": \"https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=3#collapse6858802\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 5.233242720704744, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-11T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 22.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=3#collapse6870561\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 6.396185547528019, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 22.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=3#collapse6898881\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 6.396185547528019, \"ncumul_deceased_100k\": 0.2907357067058191}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 95.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=2#collapse6927494\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 27.619892137052812, \"ncumul_deceased_100k\": 0.8722071201174572}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 232.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.vs.ch/de/web/coronavirus#collapse6955818\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 67.45068395575002, \"ncumul_deceased_100k\": 1.1629428268232764}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 282.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://www.vs.ch/de/web/coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 81.98746929104098, \"ncumul_deceased_100k\": 1.4536785335290954}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 359.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 9.0, \"source\": \"https://www.vs.ch/de/web/coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 104.37411870738904, \"ncumul_deceased_100k\": 2.616621360352372}, {\"date\": \"2020-03-22T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 432.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 10.0, \"source\": \"https://www.vs.ch/de/web/coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 125.59782529691383, \"ncumul_deceased_100k\": 2.9073570670581907}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 492.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 12.0, \"source\": \"https://www.vs.ch/de/web/coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 143.04196769926298, \"ncumul_deceased_100k\": 3.4888284804698286}, {\"date\": \"2020-03-24T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 544.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 13.0, \"source\": \"https://www.vs.ch/de/web/coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 158.1602244479656, \"ncumul_deceased_100k\": 3.7795641871756476}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 116.0, \"ncumul_hosp\": 13.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 58.473931212477126, \"ncumul_deceased_100k\": 0.5040856139006649}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 145.0, \"ncumul_hosp\": 18.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 73.0924140155964, \"ncumul_deceased_100k\": 0.5040856139006649}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 213.0, \"ncumul_hosp\": 24.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 107.37023576084161, \"ncumul_deceased_100k\": 1.5122568417019946}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 239.0, \"ncumul_hosp\": 24.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 120.4764617222589, \"ncumul_deceased_100k\": 1.5122568417019946}, {\"date\": \"2020-03-22T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 266.0, \"ncumul_hosp\": 27.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 6.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 134.08677329757685, \"ncumul_deceased_100k\": 3.024513683403989}, {\"date\": \"2020-03-24T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 276.0, \"ncumul_hosp\": 29.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 6.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 139.12762943658353, \"ncumul_deceased_100k\": 3.024513683403989}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 123.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 11.884322067060427, \"ncumul_deceased_100k\": 0.09662050461024736}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 193.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 18.647757389777745, \"ncumul_deceased_100k\": 0.09662050461024736}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 282.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 27.24698230008976, \"ncumul_deceased_100k\": 0.09662050461024736}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 377.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 36.42593023806326, \"ncumul_deceased_100k\": 0.19324100922049472}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 418.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 40.3873709270834, \"ncumul_deceased_100k\": 0.28986151383074216}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 470.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 45.41163716681627, \"ncumul_deceased_100k\": 0.48310252305123685}, {\"date\": \"2020-03-24T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 532.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 6.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 51.4021084526516, \"ncumul_deceased_100k\": 0.5797230276614843}, {\"date\": \"2020-03-25T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 624.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 6.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 60.29119487679437, \"ncumul_deceased_100k\": 0.5797230276614843}, {\"date\": \"2020-03-14T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"AI\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ai.ch/themen/gesundheit-alter-und-soziales/gesundheitsfoerderung-und-praevention/aktuelles/erste-bestaetigte-coronavirus-faelle-auch-in-innerrhoden\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 3.620958105514719, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"AI\", \"ncumul_tested\": null, \"ncumul_conf\": 4.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"Kantonaler F\\u00fchrungsstab Appenzell Innerrhoden\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 7.241916211029438, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"AI\", \"ncumul_tested\": null, \"ncumul_conf\": 5.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"Kantonaler F\\u00fchrungsstab Appenzell Innerrhoden\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 9.052395263786797, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"AI\", \"ncumul_tested\": null, \"ncumul_conf\": 6.0, \"ncumul_hosp\": 1.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"Kantonaler F\\u00fchrungsstab Appenzell Innerrhoden\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 10.862874316544158, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"10:00\", \"abbreviation_canton_and_fl\": \"AI\", \"ncumul_tested\": null, \"ncumul_conf\": 8.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ai.ch/themen/gesundheit-alter-und-soziales/gesundheitsfoerderung-und-praevention/uebertragbare-krankheiten/coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 14.483832422058876, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-02-28T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/neuer-coronavirus-covid-19-erster-bestaetigter-fall-aus-dem-kanton-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 0.34706315161106716, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-02-29T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/weiterer-bestaetigter-fall-aus-dem-kanton-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 0.6941263032221343, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-01T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 0.6941263032221343, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-02T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 0.6941263032221343, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-03T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 0.6941263032221343, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-04T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 0.6941263032221343, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-05T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 6.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/neuer-coronavirus-covid-19-sechs-bestaetigte-faelle-im-kanton-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 2.082378909666403, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-06T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 6.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 2.082378909666403, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-07T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 15.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-15-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 5.205947274166007, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-08T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 19.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/patient-im-kantonsspital-baselland-stirbt-an-den-folgen-einer-coronavirus-infektion\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 6.594199880610277, \"ncumul_deceased_100k\": 0.34706315161106716}, {\"date\": \"2020-03-09T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 20.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-xx-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 6.941263032221343, \"ncumul_deceased_100k\": 0.34706315161106716}, {\"date\": \"2020-03-10T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 22.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 7.635389335443477, \"ncumul_deceased_100k\": 0.34706315161106716}, {\"date\": \"2020-03-11T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 26.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-26-bestaetigte-faelle-in-basel-landschaft-1\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 9.023641941887746, \"ncumul_deceased_100k\": 0.6941263032221343}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 26.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 9.023641941887746, \"ncumul_deceased_100k\": 0.6941263032221343}, {\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 42.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-26-bestaetigte-faelle-in-basel-landschaft-2\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 14.576652367664822, \"ncumul_deceased_100k\": 0.6941263032221343}, {\"date\": \"2020-03-14T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 47.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-47-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 16.311968125720156, \"ncumul_deceased_100k\": 0.6941263032221343}, {\"date\": \"2020-03-15T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 54.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-54-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 18.741410186997626, \"ncumul_deceased_100k\": 0.6941263032221343}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 76.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-67-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 26.376799522441107, \"ncumul_deceased_100k\": 0.6941263032221343}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 89.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-89-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 30.888620493384977, \"ncumul_deceased_100k\": 0.6941263032221343}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 116.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-116-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 40.25932558688379, \"ncumul_deceased_100k\": 0.6941263032221343}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 134.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-131-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 46.506462315883, \"ncumul_deceased_100k\": 0.6941263032221343}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 184.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-170-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 63.859619896436364, \"ncumul_deceased_100k\": 1.0411894548332015}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"14:00\", \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 282.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-282-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 97.87180875432094, \"ncumul_deceased_100k\": 1.0411894548332015}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"14:00\", \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 289.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-289-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 100.30125081559841, \"ncumul_deceased_100k\": 1.0411894548332015}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"14:00\", \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 302.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-289-bestaetigte-faelle-in-basel-landschaft-1\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 104.81307178654227, \"ncumul_deceased_100k\": 1.0411894548332015}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"15:30\", \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 306.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/amt-fur-gesundheit/medizinische-dienste/kantonsarztlicher-dienst/aktuelles/covid-19-faelle-kanton-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 106.20132439298655, \"ncumul_deceased_100k\": 1.3882526064442686}, {\"date\": \"2020-03-06T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"SO\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://so.ch/startseite/aktuell/news/erster-laborbestaetigter-covid-19-fall-im-kanton-solothurn/?tx_news_pi1%5Bcontroller%5D=News&tx_news_pi1%5Baction%5D=detail&cHash=3074bbdc8f0fcdcb9f1e11a21fc05e73\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 0.36604024978586647, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SO\", \"ncumul_tested\": null, \"ncumul_conf\": 43.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.oltnertagblatt.ch/solothurn/kanton-solothurn/zivilschuetzer-kontrollieren-wer-in-die-solothurner-spitaeler-rein-will-137174885\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 15.73973074079226, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"17:37\", \"abbreviation_canton_and_fl\": \"SO\", \"ncumul_tested\": null, \"ncumul_conf\": 66.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://twitter.com/KantonSolothurn/status/1241041303024041989?p=p\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 24.158656485867187, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"SO\", \"ncumul_tested\": null, \"ncumul_conf\": 95.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://corona.so.ch/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 34.77382372965731, \"ncumul_deceased_100k\": 0.36604024978586647}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"00:00\", \"abbreviation_canton_and_fl\": \"SO\", \"ncumul_tested\": null, \"ncumul_conf\": 104.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://corona.so.ch/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 38.06818597773011, \"ncumul_deceased_100k\": 0.36604024978586647}, {\"date\": \"2020-03-25T00:00:00\", \"time\": \"00:00\", \"abbreviation_canton_and_fl\": \"SO\", \"ncumul_tested\": null, \"ncumul_conf\": 129.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://corona.so.ch/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 47.219192222376776, \"ncumul_deceased_100k\": 0.36604024978586647}, {\"date\": \"2020-03-04T00:00:00\", \"time\": \"06:35\", \"abbreviation_canton_and_fl\": \"SG\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sg.ch/news/sgch_allgemein/2020/03/erster-bestaetigter-corona-fall-im-kanton-.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 0.19696787650902012, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-06T00:00:00\", \"time\": \"15:38\", \"abbreviation_canton_and_fl\": \"SG\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sg.ch/news/sgch_allgemein/2020/03/zweiter-bestaetigter-fall-einer-corona-patientin.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 0.39393575301804024, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SG\", \"ncumul_tested\": null, \"ncumul_conf\": 15.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sg.ch/tools/informationen-coronavirus.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 2.954518147635302, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SG\", \"ncumul_tested\": null, \"ncumul_conf\": 47.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sg.ch/tools/informationen-coronavirus.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 9.257490195923948, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SG\", \"ncumul_tested\": null, \"ncumul_conf\": 61.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sg.ch/tools/informationen-coronavirus.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 12.015040467050229, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SG\", \"ncumul_tested\": null, \"ncumul_conf\": 85.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sg.ch/tools/informationen-coronavirus.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 16.742269503266712, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SG\", \"ncumul_tested\": null, \"ncumul_conf\": 98.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sg.ch/tools/informationen-coronavirus.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 19.302851897883972, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SG\", \"ncumul_tested\": null, \"ncumul_conf\": 200.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.sg.ch/tools/informationen-coronavirus.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 39.39357530180403, \"ncumul_deceased_100k\": 0.19696787650902012}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"16:00\", \"abbreviation_canton_and_fl\": \"NE\", \"ncumul_tested\": null, \"ncumul_conf\": 159.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 89.90670059372349, \"ncumul_deceased_100k\": 1.130901894260673}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"15:30\", \"abbreviation_canton_and_fl\": \"NE\", \"ncumul_tested\": null, \"ncumul_conf\": 177.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 100.08481764206955, \"ncumul_deceased_100k\": 1.130901894260673}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"NE\", \"ncumul_tested\": null, \"ncumul_conf\": 188.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 106.30477806050325, \"ncumul_deceased_100k\": 1.130901894260673}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"NE\", \"ncumul_tested\": null, \"ncumul_conf\": 204.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 115.35199321458863, \"ncumul_deceased_100k\": 1.130901894260673}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"NE\", \"ncumul_tested\": null, \"ncumul_conf\": 230.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 130.05371783997737, \"ncumul_deceased_100k\": 1.130901894260673}, {\"date\": \"2020-03-18T00:00:00\", \"time\": \"16:00\", \"abbreviation_canton_and_fl\": \"LU\", \"ncumul_tested\": null, \"ncumul_conf\": 65.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://web.archive.org/web/20200318191404/https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 15.87080674973203, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"09:40\", \"abbreviation_canton_and_fl\": \"LU\", \"ncumul_tested\": null, \"ncumul_conf\": 92.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 22.463295707313026, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"11:00\", \"abbreviation_canton_and_fl\": \"LU\", \"ncumul_tested\": null, \"ncumul_conf\": 109.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus;https://newsletter.lu.ch/inxmail/html_mail.jsp?params=7UGt4J1Fx6OIONHlV9upAAuOzkQ6ZmQA%2FxRrLjJkeDWZdweUdKfwhAE94i2Apium%2F6rIvcF2Z5MaTtV52A77W2jrwVmrkZ8UhFPVmHC4iuI%3D\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 26.61412208801217, \"ncumul_deceased_100k\": 0.24416625768818503}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"11:00\", \"abbreviation_canton_and_fl\": \"LU\", \"ncumul_tested\": null, \"ncumul_conf\": 131.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 31.98577975715224, \"ncumul_deceased_100k\": 0.24416625768818503}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"11:00\", \"abbreviation_canton_and_fl\": \"LU\", \"ncumul_tested\": null, \"ncumul_conf\": 156.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 38.08993619935686, \"ncumul_deceased_100k\": 0.24416625768818503}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"11:00\", \"abbreviation_canton_and_fl\": \"LU\", \"ncumul_tested\": null, \"ncumul_conf\": 205.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 50.05408282607794, \"ncumul_deceased_100k\": 0.48833251537637007}, {\"date\": \"2020-03-01T00:00:00\", \"time\": \"17:29\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-coronavirus-anzahl-der-getesteten-faelle-und-zwischenstand-kita-riehen-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 0.5134366367846545, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-02T00:00:00\", \"time\": \"17:15\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": 235.0, \"ncumul_conf\": 3.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-coronavirus-zwei-neue-positive-faelle-in-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 1.5403099103539633, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-03T00:00:00\", \"time\": \"17:30\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 3.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1234880556095213569?s=20\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 1.5403099103539633, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-04T00:00:00\", \"time\": \"17:20\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 3.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1235240377134862336?s=20\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 1.5403099103539633, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-05T00:00:00\", \"time\": \"17:15\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 8.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-coronavirus-fuenf-neue-positive-faelle-in-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 4.107493094277236, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-06T00:00:00\", \"time\": \"14:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 15.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1235934884167852035?s=20\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 7.701549551769816, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-07T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 21.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1236249864473894914?s=20\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 10.782169372477743, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-08T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 24.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1236609191831384064?s=20\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 12.322479282831706, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-09T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 28.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1236973685602426881?s=20\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 14.376225829970323, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-10T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 33.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1237336196772175873?s=20\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 16.943409013893596, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-11T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 37.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1237694819419422720?s=20\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 18.997155561032216, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-12T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 73.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 4.0, \"ncumul_deceased\": 1.0, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1238073089902235648?s=20 https://www.coronavirus.bs.ch/nm/2020-coronavirus-ende-der-quarantaenemassnahmen-im-fall-kita-riehen-gd.html https://www.coronavirus.bs.ch/nm/2020-coronavirus-erster-todesfall-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 37.48087448527977, \"ncumul_deceased_100k\": 0.5134366367846545}, {\"date\": \"2020-03-13T00:00:00\", \"time\": \"12:30\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 92.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1238430659762364417?s=20\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 47.2361705841882, \"ncumul_deceased_100k\": 0.5134366367846545}, {\"date\": \"2020-03-14T00:00:00\", \"time\": \"11:27\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 100.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1238773726423941127?s=20\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 51.34366367846545, \"ncumul_deceased_100k\": 0.5134366367846545}, {\"date\": \"2020-03-16T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 144.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-144-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 73.93487569699023, \"ncumul_deceased_100k\": 2.053746547138618}, {\"date\": \"2020-03-17T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 165.0, \"ncumul_hosp\": 30.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 25.0, \"ncumul_deceased\": 4.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-165-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 84.71704506946797, \"ncumul_deceased_100k\": 2.053746547138618}, {\"date\": \"2020-03-18T00:00:00\", \"time\": \"11:15\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 182.0, \"ncumul_hosp\": 40.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 36.0, \"ncumul_deceased\": 4.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-182-bestaetigte-faelle-im-kanton-basel-stadt-treffen-mit-allen-spitaelern-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 93.4454678948071, \"ncumul_deceased_100k\": 2.053746547138618}, {\"date\": \"2020-03-19T00:00:00\", \"time\": \"11:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 222.0, \"ncumul_hosp\": 40.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 44.0, \"ncumul_deceased\": 4.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-222-bestaetigte-faelle-basel-stadt-trifft-gemeinsam-mit-den-spitaelern-vorkehrungen-fuer-intensiv--und-beatmungskapazitaeten-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 113.98293336619327, \"ncumul_deceased_100k\": 2.053746547138618}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"10:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 272.0, \"ncumul_hosp\": 45.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 46.0, \"ncumul_deceased\": 4.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-272-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 139.654765205426, \"ncumul_deceased_100k\": 2.053746547138618}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"10:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 299.0, \"ncumul_hosp\": 46.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 57.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-299-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 153.51755439861168, \"ncumul_deceased_100k\": 2.567183183923272}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"10:30\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 358.0, \"ncumul_hosp\": 50.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 73.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-358-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 183.81031596890628, \"ncumul_deceased_100k\": 2.567183183923272}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"10:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 376.0, \"ncumul_hosp\": 56.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 78.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-376-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 193.05217543103007, \"ncumul_deceased_100k\": 2.567183183923272}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"09:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 414.0, \"ncumul_hosp\": 58.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 105.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-414-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 212.56276762884693, \"ncumul_deceased_100k\": 2.567183183923272}, {\"date\": \"2020-02-28T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/20200228_KFS_20200106_Coronavirus_Lagebulletin_AG_Unterschrieben.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 0.14744760817862393, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-02T00:00:00\", \"time\": \"18:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/200302_KFS_Coronavirus_Lagebulletin_2.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 0.29489521635724786, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-03T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 6.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200303_KFS_Coronavirus_Lagebulletin_3.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 0.8846856490717436, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-04T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 7.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200304_KFS_Coronavirus_Lagebulletin_4.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 1.0321332572503674, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-05T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 9.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200305_KFS_Coronavirus_Lagebulletin_5.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 1.3270284736076154, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-06T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 12.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 1.0, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200305_KFS_Coronavirus_Lagebulletin_6.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 1.7693712981434873, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-09T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 14.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 2.0, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200309_KFS_Coronavirus_Lagebulletin_7.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 2.064266514500735, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-10T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 17.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 2.0, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200310_KFS_Coronavirus_Lagebulletin_8.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 2.506609339036607, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-11T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 18.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 2.0, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200311_KFS_Coronavirus_Lagebulletin_9.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 2.654056947215231, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-12T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 27.0, \"ncumul_hosp\": 1.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 3.0, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200312_KFS_Coronavirus_Lagebulletin_10.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 3.9810854208228466, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-13T00:00:00\", \"time\": \"13:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 32.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 3.0, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200313_KFS_Coronavirus_Lagebulletin_11.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 4.718323461715966, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-16T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 52.0, \"ncumul_hosp\": 2.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 4.0, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200316_KFS_Coronavirus_Lagebulletin_12.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 7.667275625288444, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-17T00:00:00\", \"time\": \"16:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 67.0, \"ncumul_hosp\": 2.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 4.0, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200317_KFS_Coronavirus_Lagebulletin_13.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 9.878989747967804, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-18T00:00:00\", \"time\": \"16:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 101.0, \"ncumul_hosp\": 6.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 4.0, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200318_KFS_Coronavirus_Lagebulletin_14.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 14.892208426041018, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-19T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 118.0, \"ncumul_hosp\": 17.0, \"ncumul_ICU\": 6.0, \"ncumul_vent\": 3.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200319_KFS_Coronavirus_Lagebulletin_15.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 17.398817765077624, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 168.0, \"ncumul_hosp\": 25.0, \"ncumul_ICU\": 4.0, \"ncumul_vent\": 2.0, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200320_KFS_Coronavirus_Lagebulletin_16.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 24.771198174008823, \"ncumul_deceased_100k\": 0.14744760817862393}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 232.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ag.ch/de/aktuelles/medienportal/medienmitteilung/medienmitteilungen/mediendetails_139237.jsp\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 34.20784509744075, \"ncumul_deceased_100k\": 0.14744760817862393}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 241.0, \"ncumul_hosp\": 10.0, \"ncumul_ICU\": 3.0, \"ncumul_vent\": 2.0, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200323_KFS_Coronavirus_Lagebulletin_17.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 35.534873571048365, \"ncumul_deceased_100k\": 0.14744760817862393}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 266.0, \"ncumul_hosp\": 24.0, \"ncumul_ICU\": 2.0, \"ncumul_vent\": 2.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200324_KFS_Coronavirus_Lagebulletin_18.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 39.22106377551396, \"ncumul_deceased_100k\": 0.29489521635724786}, {\"date\": \"2020-03-03T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SZ\", \"ncumul_tested\": 1.0, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sz.ch/public/upload/assets/45351/MM_Coronavirus_4_3_2020.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 0.6282788301448183, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-04T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SZ\", \"ncumul_tested\": 3.0, \"ncumul_conf\": 3.0, \"ncumul_hosp\": 1.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sz.ch/public/upload/assets/45351/MM_Coronavirus_4_3_2020.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 1.8848364904344548, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-06T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SZ\", \"ncumul_tested\": 6.0, \"ncumul_conf\": 6.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sz.ch/public/upload/assets/45417/MM_Coronavirus_6_3_2020.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 3.7696729808689096, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-13T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"SZ\", \"ncumul_tested\": 10.0, \"ncumul_conf\": 9.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sz.ch/public/upload/assets/45585/MM_Coronavirus_13_03_2020.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 5.654509471303364, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-14T00:00:00\", \"time\": \"03:03\", \"abbreviation_canton_and_fl\": \"SZ\", \"ncumul_tested\": 1.0, \"ncumul_conf\": 12.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.bote.ch/nachrichten/schwyz/schwyz_bdu/coronavirus-einsatz-fuer-spitalbataillon-5;art146989,1229758\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 7.539345961737819, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-15T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SZ\", \"ncumul_tested\": null, \"ncumul_conf\": 13.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sz.ch/public/upload/assets/45590/MM_Coronavirus_15_3_2020.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 8.167624791882638, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-25T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SZ\", \"ncumul_tested\": null, \"ncumul_conf\": 99.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.sz.ch/behoerden/information-medien/medienmitteilungen/coronavirus.html/72-416-412-1379-6948\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 62.19960418433701, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-13T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"OW\", \"ncumul_tested\": 6.0, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ow.ch/de/aktuelles/aktuellesinformationen/amtsmitteilungen/welcome.php?action=showinfo&info_id=63566&ls=0&sq=&kategorie_id=&date_from=&date_to=\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 2.6426362939668615, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"OW\", \"ncumul_tested\": null, \"ncumul_conf\": 25.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ow.ch/de/verwaltung/dienstleistungen/?dienst_id=5962\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 66.06590734917152, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-24T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"OW\", \"ncumul_tested\": null, \"ncumul_conf\": 25.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ow.ch/de/verwaltung/dienstleistungen/?dienst_id=5962\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 66.06590734917152, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-02-26T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": 1.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 1.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 0.200208216545207, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-02-27T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": 1.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 1.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 0.200208216545207, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-02-28T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 3.0, \"ncumul_hosp\": 2.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 2.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 0.6006246496356211, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-02-29T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 5.0, \"ncumul_hosp\": 3.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 3.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 1.0010410827260352, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-01T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 7.0, \"ncumul_hosp\": 3.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 3.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 1.401457515816449, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-02T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 7.0, \"ncumul_hosp\": 3.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 3.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 1.401457515816449, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-03T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 8.0, \"ncumul_hosp\": 4.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 4.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 1.601665732361656, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-04T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 8.0, \"ncumul_hosp\": 4.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 4.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 1.601665732361656, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-05T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 11.0, \"ncumul_hosp\": 5.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 5.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 2.2022903819972774, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-06T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 15.0, \"ncumul_hosp\": 7.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 7.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 3.003123248178105, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-07T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 24.0, \"ncumul_hosp\": 7.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 7.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 4.804997197084969, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-08T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 32.0, \"ncumul_hosp\": 9.0, \"ncumul_ICU\": 0.0, \"ncumul_vent\": 9.0, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 6.406662929446624, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-09T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 33.0, \"ncumul_hosp\": 13.0, \"ncumul_ICU\": 3.0, \"ncumul_vent\": 10.0, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 6.606871145991831, \"ncumul_deceased_100k\": 0.200208216545207}, {\"date\": \"2020-03-10T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 59.0, \"ncumul_hosp\": 18.0, \"ncumul_ICU\": 4.0, \"ncumul_vent\": 14.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 1.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 11.812284776167214, \"ncumul_deceased_100k\": 0.400416433090414}, {\"date\": \"2020-03-11T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 66.0, \"ncumul_hosp\": 20.0, \"ncumul_ICU\": 6.0, \"ncumul_vent\": 14.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 1.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 13.213742291983662, \"ncumul_deceased_100k\": 0.400416433090414}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 80.0, \"ncumul_hosp\": 23.0, \"ncumul_ICU\": 6.0, \"ncumul_vent\": 17.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 4.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 16.016657323616563, \"ncumul_deceased_100k\": 0.400416433090414}, {\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 104.0, \"ncumul_hosp\": 33.0, \"ncumul_ICU\": 7.0, \"ncumul_vent\": 26.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 4.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 20.82165452070153, \"ncumul_deceased_100k\": 0.400416433090414}, {\"date\": \"2020-03-14T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 196.0, \"ncumul_hosp\": 43.0, \"ncumul_ICU\": 8.0, \"ncumul_vent\": 33.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 2.0, \"ncumul_ICU_intub\": 5.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 39.24081044286058, \"ncumul_deceased_100k\": 0.400416433090414}, {\"date\": \"2020-03-15T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 281.0, \"ncumul_hosp\": 46.0, \"ncumul_ICU\": 12.0, \"ncumul_vent\": 32.0, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 2.0, \"ncumul_ICU_intub\": 5.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 56.258508849203174, \"ncumul_deceased_100k\": 0.800832866180828}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 373.0, \"ncumul_hosp\": 66.0, \"ncumul_ICU\": 10.0, \"ncumul_vent\": 52.0, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 4.0, \"ncumul_ICU_intub\": 8.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 74.67766477136222, \"ncumul_deceased_100k\": 0.800832866180828}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 495.0, \"ncumul_hosp\": 75.0, \"ncumul_ICU\": 19.0, \"ncumul_vent\": 54.0, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 2.0, \"ncumul_ICU_intub\": 9.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 99.10306718987746, \"ncumul_deceased_100k\": 0.800832866180828}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 629.0, \"ncumul_hosp\": 78.0, \"ncumul_ICU\": 20.0, \"ncumul_vent\": 56.0, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 2.0, \"ncumul_ICU_intub\": 17.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 125.9309682069352, \"ncumul_deceased_100k\": 1.0010410827260352}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 826.0, \"ncumul_hosp\": 92.0, \"ncumul_ICU\": 19.0, \"ncumul_vent\": 68.0, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 5.0, \"ncumul_ICU_intub\": 17.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 165.371986866341, \"ncumul_deceased_100k\": 1.0010410827260352}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 994.0, \"ncumul_hosp\": 109.0, \"ncumul_ICU\": 22.0, \"ncumul_vent\": 82.0, \"ncumul_released\": null, \"ncumul_deceased\": 8.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 5.0, \"ncumul_ICU_intub\": 21.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 199.00696724593578, \"ncumul_deceased_100k\": 1.601665732361656}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 1128.0, \"ncumul_hosp\": 145.0, \"ncumul_ICU\": 25.0, \"ncumul_vent\": 107.0, \"ncumul_released\": null, \"ncumul_deceased\": 10.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 13.0, \"ncumul_ICU_intub\": 24.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 225.8348682629935, \"ncumul_deceased_100k\": 2.0020821654520704}, {\"date\": \"2020-03-22T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 1203.0, \"ncumul_hosp\": 179.0, \"ncumul_ICU\": 36.0, \"ncumul_vent\": 137.0, \"ncumul_released\": null, \"ncumul_deceased\": 9.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 6.0, \"ncumul_ICU_intub\": 36.0, \"ncumul_deceased_suspect\": 4.0, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 240.85048450388402, \"ncumul_deceased_100k\": 1.8018739489068631}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 1509.0, \"ncumul_hosp\": 214.0, \"ncumul_ICU\": 43.0, \"ncumul_vent\": 160.0, \"ncumul_released\": null, \"ncumul_deceased\": 9.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 11.0, \"ncumul_ICU_intub\": 41.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 302.1141987667174, \"ncumul_deceased_100k\": 1.8018739489068631}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 1510.0, \"ncumul_hosp\": 238.0, \"ncumul_ICU\": 41.0, \"ncumul_vent\": 176.0, \"ncumul_released\": null, \"ncumul_deceased\": 12.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 21.0, \"ncumul_ICU_intub\": 41.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 302.3144069832626, \"ncumul_deceased_100k\": 2.4024985985424845}, {\"date\": \"2020-03-03T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZG\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.zg.ch/behoerden/gesundheitsdirektion/direktionssekretariat/aktuell/coronavirus-sars-cov-2-erste-person-aus-dem-kanton-zug-infiziert\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 0.7884134755631242, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-05T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZG\", \"ncumul_tested\": null, \"ncumul_conf\": 3.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.zg.ch/behoerden/gesundheitsdirektion/direktionssekretariat/aktuell/coronavirus-sars-cov-2-zwei-weitere-faelle-im-kanton-zug\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 2.365240426689373, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZG\", \"ncumul_tested\": null, \"ncumul_conf\": 13.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.zg.ch/behoerden/gesundheitsdirektion/direktionssekretariat/aktuell/coronavirus-kanton-zug-stellt-sich-hinter-massnahmen-des-bundes\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 10.249375182320616, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-14T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZG\", \"ncumul_tested\": null, \"ncumul_conf\": 13.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://twitter.com/gesundZG/status/1238733148462157824?s=20\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 10.249375182320616, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZG\", \"ncumul_tested\": null, \"ncumul_conf\": 24.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.zg.ch/behoerden/gesundheitsdirektion/direktionssekretariat/aktuell/covid-19-zuger-spitaeler-bereiten-sich-gemeinsam-auf-herausfordernde-zeit-vor\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 18.921923413514985, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZG\", \"ncumul_tested\": null, \"ncumul_conf\": 48.0, \"ncumul_hosp\": 1.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 5.0, \"ncumul_deceased\": null, \"source\": \"https://www.zg.ch/behoerden/gesundheitsdirektion/direktionssekretariat/aktuell/coronavirus-ausreichende-testkapazitaeten-im-kanton-zug-vorhanden\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 37.84384682702997, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"ZG\", \"ncumul_tested\": null, \"ncumul_conf\": 62.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 10.0, \"ncumul_deceased\": null, \"source\": \"https://www.zg.ch/behoerden/gesundheitsdirektion/amt-fuer-gesundheit/corona\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 48.8816354849137, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"ZG\", \"ncumul_tested\": null, \"ncumul_conf\": 72.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 12.0, \"ncumul_deceased\": null, \"source\": \"https://www.zg.ch/behoerden/gesundheitsdirektion/amt-fuer-gesundheit/corona\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 56.76577024054495, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-25T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"ZG\", \"ncumul_tested\": null, \"ncumul_conf\": 80.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 18.0, \"ncumul_deceased\": 0.0, \"source\": \"https://www.zg.ch/behoerden/gesundheitsdirektion/amt-fuer-gesundheit/corona\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 63.07307804504995, \"ncumul_deceased_100k\": 0.0}, {\"date\": \"2020-03-11T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"NW\", \"ncumul_tested\": null, \"ncumul_conf\": 4.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.nw.ch/aktuellesinformationen/63359\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 9.254332184253753, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"NW\", \"ncumul_tested\": null, \"ncumul_conf\": 25.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.nw.ch/gesundheitsamtdienste/6044\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 57.83957615158596, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"15:20\", \"abbreviation_canton_and_fl\": \"NW\", \"ncumul_tested\": null, \"ncumul_conf\": 28.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.nw.ch/gesundheitsamtdienste/6044\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 64.78032528977629, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"18:15\", \"abbreviation_canton_and_fl\": \"NW\", \"ncumul_tested\": null, \"ncumul_conf\": 33.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.nw.ch/gesundheitsamtdienste/6044\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 76.34824052009347, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"16:25\", \"abbreviation_canton_and_fl\": \"NW\", \"ncumul_tested\": null, \"ncumul_conf\": 36.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.nw.ch/gesundheitsamtdienste/6044\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 83.28898965828378, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"19:00\", \"abbreviation_canton_and_fl\": \"NW\", \"ncumul_tested\": null, \"ncumul_conf\": 39.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.nw.ch/gesundheitsamtdienste/6044\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 90.2297387964741, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"15:15\", \"abbreviation_canton_and_fl\": \"NW\", \"ncumul_tested\": null, \"ncumul_conf\": 42.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.nw.ch/gesundheitsamtdienste/6044\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 97.17048793466441, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-02-25T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.srf.ch/news/schweiz/tessiner-patient-erster-coronavirus-fall-in-der-schweiz\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 0.2830111251673303, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-02T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187352&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=ea65dbcabb28d4711459f3b613bbc1b7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": 6.0, \"TotalCured\": null, \"ncumul_conf_100k\": 0.5660222503346606, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-03T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 4.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187363&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=b34e82602a39cad67a7f8d54150dcf70 https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187369&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=3154d18e72821fc23d7b3c5cdfe9f9a3\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 1.1320445006693212, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-04T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 5.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187371&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=174f2d754f3b657af79f343c92fc5c89\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": 18.0, \"TotalCured\": null, \"ncumul_conf_100k\": 1.4150556258366518, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 180.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187437&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=59cf6112c82abed490acd8901f5a0bb2\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 50.94200253011947, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 258.0, \"ncumul_hosp\": 65.0, \"ncumul_ICU\": 13.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.youtube.com/watch?v=_x_yQ6uwGAQ\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 73.01687029317122, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-14T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 265.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187466&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=1b10e6e8117296766155edcf9c317a4c\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 74.99794816934254, \"ncumul_deceased_100k\": 0.849033375501991}, {\"date\": \"2020-03-15T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 291.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 6.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187467&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=af5473066754ef4d1272e156056acc07\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 82.35623742369313, \"ncumul_deceased_100k\": 1.698066751003982}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 330.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 8.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187475&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=dee4a529abd4e9300e116c7ff4db5774\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 93.39367130521902, \"ncumul_deceased_100k\": 2.2640890013386423}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 422.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 10.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187486&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=d106aab74491da09b294ff13ffadd02f\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 119.43069482061341, \"ncumul_deceased_100k\": 2.8301112516733036}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 511.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 14.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187493&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=7803bbc03dd49ef2e421dfd6b12dd239\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 144.6186849605058, \"ncumul_deceased_100k\": 3.9621557523426247}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 638.0, \"ncumul_hosp\": 155.0, \"ncumul_ICU\": 33.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 15.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187499&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=634a783514bdcbb426c005f1ea916268 https://www.youtube.com/watch?v=34RQ7OOWYoI\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 180.56109785675676, \"ncumul_deceased_100k\": 4.245166877509955}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 834.0, \"ncumul_hosp\": 168.0, \"ncumul_ICU\": 35.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 22.0, \"source\": \"https://www4.ti.ch/dss/dsp/covid19/home/ https://www.youtube.com/watch?v=34RQ7OOWYoI\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 236.0312783895535, \"ncumul_deceased_100k\": 6.226244753681267}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 918.0, \"ncumul_hosp\": 184.0, \"ncumul_ICU\": 40.0, \"ncumul_vent\": 37.0, \"ncumul_released\": null, \"ncumul_deceased\": 28.0, \"source\": \"https://www4.ti.ch/dss/dsp/covid19/home/ https://www.youtube.com/watch?v=7g2sALU9bQM\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 259.8042129036092, \"ncumul_deceased_100k\": 7.9243115046852495}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 939.0, \"ncumul_hosp\": 246.0, \"ncumul_ICU\": 46.0, \"ncumul_vent\": 43.0, \"ncumul_released\": null, \"ncumul_deceased\": 37.0, \"source\": \"https://web.archive.org/web/20200322153528/https://www4.ti.ch/dss/dsp/covid19/home/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 265.74744653212315, \"ncumul_deceased_100k\": 10.471411631191222}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 1165.0, \"ncumul_hosp\": 261.0, \"ncumul_ICU\": 45.0, \"ncumul_vent\": 43.0, \"ncumul_released\": null, \"ncumul_deceased\": 48.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187510&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=0120f665ab49651b9d66c876ef272a91\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 329.70796081993984, \"ncumul_deceased_100k\": 13.584534008031856}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 1211.0, \"ncumul_hosp\": 285.0, \"ncumul_ICU\": 50.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 53.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187520&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=4d581f57e92de04937175bab9e5b0f14\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": 48.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 342.726472577637, \"ncumul_deceased_100k\": 14.999589633868506}, {\"date\": \"2020-03-01T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"FR\", \"ncumul_tested\": 30.0, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.fr.ch/sites/default/files/2020-03/200301_commd_dsas_covid_cas_fr.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 0.3137609267242732, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-02T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"FR\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.fr.ch/sites/default/files/2020-03/200302_CommD_DSAS_covid_cas%20FR.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 0.6275218534485464, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-04T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"FR\", \"ncumul_tested\": null, \"ncumul_conf\": 4.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.fr.ch/sites/default/files/2020-03/200304_CommD_DSAS_covid_cas%20FR.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 1.2550437068970928, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-05T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"FR\", \"ncumul_tested\": null, \"ncumul_conf\": 6.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.fr.ch/de/covid19/gesundheit/covid-19/coronavirus-entwicklungen-der-situation\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 1.882565560345639, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-08T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"FR\", \"ncumul_tested\": null, \"ncumul_conf\": 8.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.fr.ch/de/covid19/gesundheit/covid-19/coronavirus-entwicklungen-der-situation\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 2.5100874137941855, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-09T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"FR\", \"ncumul_tested\": null, \"ncumul_conf\": 11.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.fr.ch/de/covid19/gesundheit/covid-19/coronavirus-entwicklungen-der-situation\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 3.451370193967005, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TG\", \"ncumul_tested\": 246.0, \"ncumul_conf\": 17.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 6.148904771550103, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TG\", \"ncumul_tested\": 276.0, \"ncumul_conf\": 23.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 8.31910645562661, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TG\", \"ncumul_tested\": null, \"ncumul_conf\": 32.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.tg.ch/news/fachdossier-coronavirus.html/10552\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 11.574408981741371, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TG\", \"ncumul_tested\": null, \"ncumul_conf\": 36.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.tg.ch/news/fachdossier-coronavirus.html/10552\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 13.02121010445904, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TG\", \"ncumul_tested\": null, \"ncumul_conf\": 49.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.tg.ch/news/fachdossier-coronavirus.html/10552\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 17.72331375329147, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TG\", \"ncumul_tested\": null, \"ncumul_conf\": 56.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.tg.ch/news/fachdossier-coronavirus.html/10552\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 20.2552157180474, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-22T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TG\", \"ncumul_tested\": null, \"ncumul_conf\": 75.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.tg.ch/news/fachdossier-coronavirus.html/10552\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 27.127521050956336, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TG\", \"ncumul_tested\": null, \"ncumul_conf\": 81.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.tg.ch/news/fachdossier-coronavirus.html/10552\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 29.297722735032842, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-24T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TG\", \"ncumul_tested\": null, \"ncumul_conf\": 87.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.tg.ch/news/fachdossier-coronavirus.html/10552 & https://www.tg.ch/news/news-detailseite.html/485/news/44925\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 31.46792441910935, \"ncumul_deceased_100k\": 0.36170028067941784}, {\"date\": \"2020-02-27T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": 2.0, \"TotalCured\": null, \"ncumul_conf_100k\": 0.06574760284240036, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-02-28T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": 9.0, \"TotalCured\": null, \"ncumul_conf_100k\": 0.13149520568480072, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-02T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": 13.0, \"TotalCured\": null, \"ncumul_conf_100k\": 0.13149520568480072, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-03T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": 400.0, \"ncumul_conf\": 9.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": 19.0, \"TotalCured\": null, \"ncumul_conf_100k\": 0.5917284255816032, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-05T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 19.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": 26.0, \"TotalCured\": null, \"ncumul_conf_100k\": 1.2492044540056069, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-06T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 26.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": 30.0, \"TotalCured\": null, \"ncumul_conf_100k\": 1.7094376739024095, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-07T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 30.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": 37.0, \"TotalCured\": null, \"ncumul_conf_100k\": 1.9724280852720109, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-08T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 37.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": 40.0, \"TotalCured\": null, \"ncumul_conf_100k\": 2.4326613051688137, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-09T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": 855.0, \"ncumul_conf\": 40.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": 49.0, \"TotalCured\": null, \"ncumul_conf_100k\": 2.6299041136960146, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-10T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 49.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": 59.0, \"TotalCured\": 1.0, \"ncumul_conf_100k\": 3.2216325392776177, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-11T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 59.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": 7.0, \"ncumul_conf_100k\": 3.8791085677016217, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 92.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": 11.0, \"ncumul_conf_100k\": 6.048779461500834, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 140.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 9.204664397936051, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 270.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 17.7518527674481, \"ncumul_deceased_100k\": 0.06574760284240036}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 294.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 19.329795235665706, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 424.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 27.876983605177756, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 526.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 34.58323909510259, \"ncumul_deceased_100k\": 0.1972428085272011}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 773.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 50.822896997175484, \"ncumul_deceased_100k\": 0.1972428085272011}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 1068.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 70.2184398356836, \"ncumul_deceased_100k\": 0.32873801421200183}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"9:30\", \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 1211.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 79.62034704214685, \"ncumul_deceased_100k\": 0.32873801421200183}, {\"date\": \"2020-03-19T00:00:00\", \"time\": \"16:00\", \"abbreviation_canton_and_fl\": \"JU\", \"ncumul_tested\": null, \"ncumul_conf\": 27.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.jura.ch/fr/Autorites/Coronavirus/Accueil/Coronavirus-Informations-officielles-a-la-population-jurassienne.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 36.77522167286397, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"17:00\", \"abbreviation_canton_and_fl\": \"JU\", \"ncumul_tested\": null, \"ncumul_conf\": 29.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.jura.ch/fr/Autorites/Coronavirus/Accueil/Coronavirus-Informations-officielles-a-la-population-jurassienne.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 39.499312167150194, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"18:00\", \"abbreviation_canton_and_fl\": \"JU\", \"ncumul_tested\": null, \"ncumul_conf\": 49.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.jura.ch/fr/Autorites/Coronavirus/Accueil/Coronavirus-Informations-officielles-a-la-population-jurassienne.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 66.7402171100124, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"17:00\", \"abbreviation_canton_and_fl\": \"JU\", \"ncumul_tested\": null, \"ncumul_conf\": 51.0, \"ncumul_hosp\": 1.0, \"ncumul_ICU\": 1.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.jura.ch/fr/Autorites/Coronavirus/Accueil/Coronavirus-Informations-officielles-a-la-population-jurassienne.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 69.46430760429861, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"18:00\", \"abbreviation_canton_and_fl\": \"JU\", \"ncumul_tested\": null, \"ncumul_conf\": 57.0, \"ncumul_hosp\": 2.0, \"ncumul_ICU\": 2.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.jura.ch/fr/Autorites/Coronavirus/Accueil/Coronavirus-Informations-officielles-a-la-population-jurassienne.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 77.63657908715727, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"17:00\", \"abbreviation_canton_and_fl\": \"JU\", \"ncumul_tested\": null, \"ncumul_conf\": 66.0, \"ncumul_hosp\": null, \"ncumul_ICU\": 3.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.jura.ch/fr/Autorites/Coronavirus/Accueil/Coronavirus-Informations-officielles-a-la-population-jurassienne.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 89.89498631144527, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-06T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 23.0, \"ncumul_hosp\": 15.0, \"ncumul_ICU\": 2.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 2.878075943664792, \"ncumul_deceased_100k\": 0.1251337366810779}, {\"date\": \"2020-03-07T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 30.0, \"ncumul_hosp\": 16.0, \"ncumul_ICU\": 4.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 3.754012100432337, \"ncumul_deceased_100k\": 0.1251337366810779}, {\"date\": \"2020-03-08T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 40.0, \"ncumul_hosp\": 22.0, \"ncumul_ICU\": 3.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 5.005349467243116, \"ncumul_deceased_100k\": 0.1251337366810779}, {\"date\": \"2020-03-09T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 51.0, \"ncumul_hosp\": 29.0, \"ncumul_ICU\": 5.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 6.381820570734973, \"ncumul_deceased_100k\": 0.1251337366810779}, {\"date\": \"2020-03-10T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 77.0, \"ncumul_hosp\": 36.0, \"ncumul_ICU\": 6.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 9.635297724442998, \"ncumul_deceased_100k\": 0.1251337366810779}, {\"date\": \"2020-03-11T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 108.0, \"ncumul_hosp\": 38.0, \"ncumul_ICU\": 7.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 13.514443561556416, \"ncumul_deceased_100k\": 0.1251337366810779}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 156.0, \"ncumul_hosp\": 43.0, \"ncumul_ICU\": 8.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 19.520862922248153, \"ncumul_deceased_100k\": 0.1251337366810779}, {\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 204.0, \"ncumul_hosp\": 52.0, \"ncumul_ICU\": 10.0, \"ncumul_vent\": null, \"ncumul_released\": 5.0, \"ncumul_deceased\": 2.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 25.527282282939893, \"ncumul_deceased_100k\": 0.2502674733621558}, {\"date\": \"2020-03-14T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 350.0, \"ncumul_hosp\": 43.0, \"ncumul_ICU\": 14.0, \"ncumul_vent\": null, \"ncumul_released\": 5.0, \"ncumul_deceased\": 3.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 43.79680783837727, \"ncumul_deceased_100k\": 0.3754012100432337}, {\"date\": \"2020-03-15T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 406.0, \"ncumul_hosp\": 62.0, \"ncumul_ICU\": 19.0, \"ncumul_vent\": null, \"ncumul_released\": 5.0, \"ncumul_deceased\": 4.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 50.80429709251763, \"ncumul_deceased_100k\": 0.5005349467243116}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 508.0, \"ncumul_hosp\": 66.0, \"ncumul_ICU\": 27.0, \"ncumul_vent\": null, \"ncumul_released\": 5.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 63.567938233987576, \"ncumul_deceased_100k\": 0.6256686834053895}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 608.0, \"ncumul_hosp\": 95.0, \"ncumul_ICU\": 35.0, \"ncumul_vent\": null, \"ncumul_released\": 9.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 76.08131190209536, \"ncumul_deceased_100k\": 0.6256686834053895}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 796.0, \"ncumul_hosp\": 128.0, \"ncumul_ICU\": 34.0, \"ncumul_vent\": null, \"ncumul_released\": 16.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 99.60645439813801, \"ncumul_deceased_100k\": 0.6256686834053895}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 1212.0, \"ncumul_hosp\": 140.0, \"ncumul_ICU\": 32.0, \"ncumul_vent\": null, \"ncumul_released\": 52.0, \"ncumul_deceased\": 7.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 151.66208885746641, \"ncumul_deceased_100k\": 0.8759361567675453}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 1432.0, \"ncumul_hosp\": 152.0, \"ncumul_ICU\": 30.0, \"ncumul_vent\": null, \"ncumul_released\": 62.0, \"ncumul_deceased\": 12.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 179.19151092730357, \"ncumul_deceased_100k\": 1.5016048401729347}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 1676.0, \"ncumul_hosp\": 175.0, \"ncumul_ICU\": 23.0, \"ncumul_vent\": null, \"ncumul_released\": 70.0, \"ncumul_deceased\": 15.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 209.72414267748655, \"ncumul_deceased_100k\": 1.8770060502161685}, {\"date\": \"2020-03-22T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 1782.0, \"ncumul_hosp\": 203.0, \"ncumul_ICU\": 23.0, \"ncumul_vent\": null, \"ncumul_released\": 75.0, \"ncumul_deceased\": 16.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 222.98831876568082, \"ncumul_deceased_100k\": 2.0021397868972466}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 2162.0, \"ncumul_hosp\": 223.0, \"ncumul_ICU\": 41.0, \"ncumul_vent\": null, \"ncumul_released\": 91.0, \"ncumul_deceased\": 17.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 270.5391387044904, \"ncumul_deceased_100k\": 2.127273523578324}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"UR\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 5.489528723959048, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"UR\", \"ncumul_tested\": 85.0, \"ncumul_conf\": 5.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ur.ch/mmdirektionen/63802\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 13.723821809897618, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"UR\", \"ncumul_tested\": null, \"ncumul_conf\": 7.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ur.ch/mmdirektionen/63841\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 19.21335053385667, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"UR\", \"ncumul_tested\": null, \"ncumul_conf\": 7.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ur.ch/themen/2920\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 19.21335053385667, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"UR\", \"ncumul_tested\": null, \"ncumul_conf\": 12.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ur.ch/themen/2920\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 32.93717234375429, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"UR\", \"ncumul_tested\": null, \"ncumul_conf\": 22.0, \"ncumul_hosp\": 1.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 1.0, \"ncumul_deceased\": null, \"source\": \"https://www.ur.ch/themen/2920\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 60.38481596354953, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"UR\", \"ncumul_tested\": null, \"ncumul_conf\": 25.0, \"ncumul_hosp\": 1.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 1.0, \"ncumul_deceased\": null, \"source\": \"https://www.ur.ch/themen/2920\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 68.6191090494881, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GL\", \"ncumul_tested\": null, \"ncumul_conf\": 10.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.suedostschweiz.ch/ereignisse/2020-03-20/die-zahl-der-corona-faelle-im-glarnerland-steigt-stark-an\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 24.750637328911218, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GL\", \"ncumul_tested\": null, \"ncumul_conf\": 17.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.suedostschweiz.ch/ereignisse/2020-03-20/die-zahl-der-corona-faelle-im-glarnerland-steigt-stark-an\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 42.076083459149075, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"13:30\", \"abbreviation_canton_and_fl\": \"GL\", \"ncumul_tested\": null, \"ncumul_conf\": 31.0, \"ncumul_hosp\": 3.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.gl.ch/verwaltung/finanzen-und-gesundheit/gesundheit/coronavirus.html/4817#Fallzahlen\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 76.72697571962478, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"13:30\", \"abbreviation_canton_and_fl\": \"GL\", \"ncumul_tested\": null, \"ncumul_conf\": 33.0, \"ncumul_hosp\": 3.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.gl.ch/verwaltung/finanzen-und-gesundheit/gesundheit/coronavirus.html/4817#Fallzahlen\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 81.67710318540702, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SH\", \"ncumul_tested\": null, \"ncumul_conf\": 14.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://sh.ch/CMS/Webseite/Kanton-Schaffhausen/Beh-rde/Verwaltung/Departement-des-Innern/Gesundheitsamt-3209198-DE.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 17.075044821992655, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SH\", \"ncumul_tested\": null, \"ncumul_conf\": 30.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://sh.ch/CMS/Webseite/Kanton-Schaffhausen/Beh-rde/Verwaltung/Departement-des-Innern/Gesundheitsamt-3209198-DE.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 36.58938176141284, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-24T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SH\", \"ncumul_tested\": null, \"ncumul_conf\": 32.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://sh.ch/CMS/Webseite/Kanton-Schaffhausen/Beh-rde/Verwaltung/Departement-des-Innern/Gesundheitsamt-3209198-DE.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 39.02867387884036, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-05T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"AR\", \"ncumul_tested\": null, \"ncumul_conf\": 1.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ar.ch/verwaltung/departement-gesundheit-und-soziales/news-aus-dem-departement/detail/news/coronavirusersterfallinappenzellausserrhoden/?tx_news_pi1[controller]=News&tx_news_pi1[action]=detail&cHash=fb1a9cf08108cdc7b82780b9239b009d\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 6.193868070610096, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-09T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"AR\", \"ncumul_tested\": null, \"ncumul_conf\": 2.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ar.ch/schnellzugriff/medienmitteilungen-der-kantonalen-verwaltung/detail/news/zweiter-coronafall-in-appenzell-ausserrhoden/?tx_news_pi1[controller]=News&tx_news_pi1[action]=detail&cHash=de7ec38198b5e60b6dce8fccc7735501\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 12.387736141220191, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"AR\", \"ncumul_tested\": null, \"ncumul_conf\": 5.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ar.ch/schnellzugriff/medienmitteilungen-der-kantonalen-verwaltung/detail/news/coronavirus-drei-neue-faelle-in-appenzell-ausserrhoden/?tx_news_pi1[controller]=News&tx_news_pi1[action]=detail&cHash=272411484066c8fb971dcc838aa96ef9\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 30.96934035305048, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"AR\", \"ncumul_tested\": null, \"ncumul_conf\": 11.0, \"ncumul_hosp\": 3.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": null, \"source\": \"https://www.ar.ch/schnellzugriff/medienmitteilungen-der-kantonalen-verwaltung/detail/news/coronavirus-bevoelkerung-und-alle-spitaeler-machen-bei-der-gesundheitsversorgung-mit/?tx_news_pi1%5Bcontroller%5D=News&tx_news_pi1%5Baction%5D=detail&cHash=3d2a0733446b5fc7cdad0f48f61c28fd\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 68.13254877671105, \"ncumul_deceased_100k\": null}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"10:00\", \"abbreviation_canton_and_fl\": \"AR\", \"ncumul_tested\": null, \"ncumul_conf\": 30.0, \"ncumul_hosp\": 7.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ar.ch/verwaltung/departement-gesundheit-und-soziales/amt-fuer-gesundheit/informationsseite-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 185.81604211830287, \"ncumul_deceased_100k\": 6.193868070610096}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"10:00\", \"abbreviation_canton_and_fl\": \"AR\", \"ncumul_tested\": null, \"ncumul_conf\": 33.0, \"ncumul_hosp\": 6.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ar.ch/verwaltung/departement-gesundheit-und-soziales/amt-fuer-gesundheit/informationsseite-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 204.39764633013317, \"ncumul_deceased_100k\": 12.387736141220191}]}}, {\"mode\": \"vega-lite\"});\n", "</script>" ], "text/plain": [ @@ -579,10 +579,10 @@ "base.configure_axis(labelFontSize=15, titleFontSize=15)\n", "\n", "cumul = generate_canton_chart('ncumul_conf', 'Cases', 'Cases')\n", - "cumul_10k = generate_canton_chart('ncumul_conf_10k', 'Cases per 10k population', 'Cases/10k')\n", + "cumul_100k = generate_canton_chart('ncumul_conf_100k', 'Cases per 100k population', 'Cases/100k')\n", "\n", "chart = alt.hconcat(\n", - " cumul, cumul_10k, title='Covid-19 cases in Switzerland by Canton'\n", + " cumul, cumul_100k, title='Covid-19 cases in Switzerland by Canton'\n", ").configure_title(\n", " anchor='middle'\n", ")\n", @@ -598,10 +598,10 @@ "cell_type": "markdown", "metadata": { "papermill": { - "duration": 0.0154, - "end_time": "2020-03-24T11:41:52.427279", + "duration": 0.030747, + "end_time": "2020-03-25T08:24:18.016685", "exception": false, - "start_time": "2020-03-24T11:41:52.411879", + "start_time": "2020-03-25T08:24:17.985938", "status": "completed" }, "tags": [] @@ -618,10 +618,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.155521, - "end_time": "2020-03-24T11:41:52.596967", + "duration": 0.19026, + "end_time": "2020-03-25T08:24:18.225816", "exception": false, - "start_time": "2020-03-24T11:41:52.441446", + "start_time": "2020-03-25T08:24:18.035556", "status": "completed" }, "tags": [] @@ -631,10 +631,10 @@ "data": { "text/html": [ "\n", - "<div id=\"altair-viz-9be83f7b6e474b83a55c675129cf318d\"></div>\n", + "<div id=\"altair-viz-98b8ede85d7442b6b46e4307b6764249\"></div>\n", "<script type=\"text/javascript\">\n", " (function(spec, embedOpt){\n", - " const outputDiv = document.getElementById(\"altair-viz-9be83f7b6e474b83a55c675129cf318d\");\n", + " const outputDiv = document.getElementById(\"altair-viz-98b8ede85d7442b6b46e4307b6764249\");\n", " const paths = {\n", " \"vega\": \"https://cdn.jsdelivr.net/npm//vega@5?noext\",\n", " \"vega-lib\": \"https://cdn.jsdelivr.net/npm//vega-lib?noext\",\n", @@ -675,7 +675,7 @@ " .catch(showError)\n", " .then(() => displayChart(vegaEmbed));\n", " }\n", - " })({\"config\": {\"view\": {\"continuousWidth\": 400, \"continuousHeight\": 300}, \"title\": {\"anchor\": \"middle\"}}, \"hconcat\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"abbreviation_canton_and_fl\", \"legend\": {\"title\": \"Canton\"}}, \"opacity\": {\"condition\": {\"value\": 1, \"selection\": \"selector003\"}, \"value\": 0.2}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"abbreviation_canton_and_fl\", \"title\": \"Canton\"}, {\"type\": \"quantitative\", \"field\": \"ncumul_deceased\", \"title\": \"Deaths\"}, {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}], \"x\": {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"ncumul_deceased\", \"scale\": {\"type\": \"linear\"}, \"title\": \"Deaths\"}}, \"selection\": {\"selector003\": {\"type\": \"multi\", \"fields\": [\"abbreviation_canton_and_fl\"], \"bind\": \"legend\"}}}, {\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"abbreviation_canton_and_fl\", \"legend\": {\"title\": \"Canton\"}}, \"opacity\": {\"condition\": {\"value\": 1, \"selection\": \"selector004\"}, \"value\": 0.2}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"abbreviation_canton_and_fl\", \"title\": \"Canton\"}, {\"type\": \"quantitative\", \"field\": \"ncumul_deceased_10k\", \"title\": \"Deaths/10k\"}, {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}], \"x\": {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"ncumul_deceased_10k\", \"scale\": {\"type\": \"linear\"}, \"title\": \"Deaths per 10k population\"}}, \"selection\": {\"selector004\": {\"type\": \"multi\", \"fields\": [\"abbreviation_canton_and_fl\"], \"bind\": \"legend\"}}}], \"data\": {\"name\": \"data-5ae6810426835d6380d324e137ba36fb\"}, \"title\": \"Covid-19 deaths in Switzerland by Canton\", \"$schema\": \"https://vega.github.io/schema/vega-lite/v4.0.2.json\", \"datasets\": {\"data-5ae6810426835d6380d324e137ba36fb\": [{\"date\": \"2020-03-20T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 168.0, \"ncumul_hosp\": 25.0, \"ncumul_ICU\": 4.0, \"ncumul_vent\": 2.0, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200320_KFS_Coronavirus_Lagebulletin_16.pdf\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.477119817400882, \"ncumul_deceased_10k\": 0.014744760817862393}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 232.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ag.ch/de/aktuelles/medienportal/medienmitteilung/medienmitteilungen/mediendetails_139237.jsp\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.420784509744075, \"ncumul_deceased_10k\": 0.014744760817862393}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 241.0, \"ncumul_hosp\": 10.0, \"ncumul_ICU\": 3.0, \"ncumul_vent\": 2.0, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200323_KFS_Coronavirus_Lagebulletin_17.pdf\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.5534873571048364, \"ncumul_deceased_10k\": 0.014744760817862393}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"AR\", \"ncumul_tested\": null, \"ncumul_conf\": null, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ar.ch/schnellzugriff/medienmitteilungen-der-kantonalen-verwaltung/detail/news/coronavirus-erster-todesfall-in-appenzell-ausserrhoden/?tx_news_pi1%5Bcontroller%5D=News&tx_news_pi1%5Baction%5D=detail&cHash=a88f209df29c38474f9c5f9e1c5dd53f\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": null, \"ncumul_deceased_10k\": 0.6193868070610096}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"10:00\", \"abbreviation_canton_and_fl\": \"AR\", \"ncumul_tested\": null, \"ncumul_conf\": 30.0, \"ncumul_hosp\": 7.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ar.ch/verwaltung/departement-gesundheit-und-soziales/amt-fuer-gesundheit/informationsseite-coronavirus/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 18.58160421183029, \"ncumul_deceased_10k\": 0.6193868070610096}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"10:00\", \"abbreviation_canton_and_fl\": \"AR\", \"ncumul_tested\": null, \"ncumul_conf\": 33.0, \"ncumul_hosp\": 6.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ar.ch/verwaltung/departement-gesundheit-und-soziales/amt-fuer-gesundheit/informationsseite-coronavirus/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 20.439764633013315, \"ncumul_deceased_10k\": 1.2387736141220191}, {\"date\": \"2020-03-10T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": null, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187422&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=24aa247e65de88fdd1551a61fcc407d9\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": null, \"ncumul_deceased_10k\": 0.02830111251673303}, {\"date\": \"2020-03-14T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 265.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187466&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=1b10e6e8117296766155edcf9c317a4c\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.499794816934254, \"ncumul_deceased_10k\": 0.0849033375501991}, {\"date\": \"2020-03-15T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 291.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 6.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187467&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=af5473066754ef4d1272e156056acc07\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 8.235623742369313, \"ncumul_deceased_10k\": 0.1698066751003982}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 330.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 8.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187475&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=dee4a529abd4e9300e116c7ff4db5774\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 9.339367130521902, \"ncumul_deceased_10k\": 0.22640890013386425}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 422.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 10.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187486&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=d106aab74491da09b294ff13ffadd02f\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 11.943069482061341, \"ncumul_deceased_10k\": 0.28301112516733035}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 511.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 14.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187493&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=7803bbc03dd49ef2e421dfd6b12dd239\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 14.46186849605058, \"ncumul_deceased_10k\": 0.3962155752342625}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 638.0, \"ncumul_hosp\": 155.0, \"ncumul_ICU\": 33.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 15.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187499&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=634a783514bdcbb426c005f1ea916268 https://www.youtube.com/watch?v=34RQ7OOWYoI\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 18.056109785675677, \"ncumul_deceased_10k\": 0.42451668775099544}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 834.0, \"ncumul_hosp\": 168.0, \"ncumul_ICU\": 35.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 22.0, \"source\": \"https://www4.ti.ch/dss/dsp/covid19/home/ https://www.youtube.com/watch?v=34RQ7OOWYoI\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 23.603127838955352, \"ncumul_deceased_10k\": 0.6226244753681267}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 918.0, \"ncumul_hosp\": 184.0, \"ncumul_ICU\": 40.0, \"ncumul_vent\": 37.0, \"ncumul_released\": null, \"ncumul_deceased\": 28.0, \"source\": \"https://www4.ti.ch/dss/dsp/covid19/home/ https://www.youtube.com/watch?v=7g2sALU9bQM\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 25.980421290360923, \"ncumul_deceased_10k\": 0.792431150468525}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 939.0, \"ncumul_hosp\": 246.0, \"ncumul_ICU\": 46.0, \"ncumul_vent\": 43.0, \"ncumul_released\": null, \"ncumul_deceased\": 37.0, \"source\": \"https://web.archive.org/web/20200322153528/https://www4.ti.ch/dss/dsp/covid19/home/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 26.574744653212317, \"ncumul_deceased_10k\": 1.0471411631191223}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 1165.0, \"ncumul_hosp\": 261.0, \"ncumul_ICU\": 45.0, \"ncumul_vent\": 43.0, \"ncumul_released\": null, \"ncumul_deceased\": 48.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187510&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=0120f665ab49651b9d66c876ef272a91\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 32.97079608199398, \"ncumul_deceased_10k\": 1.3584534008031857}, {\"date\": \"2020-03-06T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 23.0, \"ncumul_hosp\": 15.0, \"ncumul_ICU\": 2.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.2878075943664792, \"ncumul_deceased_10k\": 0.01251337366810779}, {\"date\": \"2020-03-07T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 30.0, \"ncumul_hosp\": 16.0, \"ncumul_ICU\": 4.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.37540121004323374, \"ncumul_deceased_10k\": 0.01251337366810779}, {\"date\": \"2020-03-08T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 40.0, \"ncumul_hosp\": 22.0, \"ncumul_ICU\": 3.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.5005349467243116, \"ncumul_deceased_10k\": 0.01251337366810779}, {\"date\": \"2020-03-09T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 51.0, \"ncumul_hosp\": 29.0, \"ncumul_ICU\": 5.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.6381820570734973, \"ncumul_deceased_10k\": 0.01251337366810779}, {\"date\": \"2020-03-10T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 77.0, \"ncumul_hosp\": 36.0, \"ncumul_ICU\": 6.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.9635297724442998, \"ncumul_deceased_10k\": 0.01251337366810779}, {\"date\": \"2020-03-11T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 108.0, \"ncumul_hosp\": 38.0, \"ncumul_ICU\": 7.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.3514443561556415, \"ncumul_deceased_10k\": 0.01251337366810779}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 156.0, \"ncumul_hosp\": 43.0, \"ncumul_ICU\": 8.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.9520862922248154, \"ncumul_deceased_10k\": 0.01251337366810779}, {\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 204.0, \"ncumul_hosp\": 52.0, \"ncumul_ICU\": 10.0, \"ncumul_vent\": null, \"ncumul_released\": 5.0, \"ncumul_deceased\": 2.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.552728228293989, \"ncumul_deceased_10k\": 0.02502674733621558}, {\"date\": \"2020-03-14T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 350.0, \"ncumul_hosp\": 43.0, \"ncumul_ICU\": 14.0, \"ncumul_vent\": null, \"ncumul_released\": 5.0, \"ncumul_deceased\": 3.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.379680783837727, \"ncumul_deceased_10k\": 0.03754012100432337}, {\"date\": \"2020-03-15T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 406.0, \"ncumul_hosp\": 62.0, \"ncumul_ICU\": 19.0, \"ncumul_vent\": null, \"ncumul_released\": 5.0, \"ncumul_deceased\": 4.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.080429709251763, \"ncumul_deceased_10k\": 0.05005349467243116}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 508.0, \"ncumul_hosp\": 66.0, \"ncumul_ICU\": 27.0, \"ncumul_vent\": null, \"ncumul_released\": 5.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.356793823398758, \"ncumul_deceased_10k\": 0.06256686834053896}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 608.0, \"ncumul_hosp\": 95.0, \"ncumul_ICU\": 35.0, \"ncumul_vent\": null, \"ncumul_released\": 9.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.608131190209536, \"ncumul_deceased_10k\": 0.06256686834053896}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 796.0, \"ncumul_hosp\": 128.0, \"ncumul_ICU\": 34.0, \"ncumul_vent\": null, \"ncumul_released\": 16.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 9.960645439813803, \"ncumul_deceased_10k\": 0.06256686834053896}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 1212.0, \"ncumul_hosp\": 140.0, \"ncumul_ICU\": 32.0, \"ncumul_vent\": null, \"ncumul_released\": 52.0, \"ncumul_deceased\": 7.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 15.166208885746641, \"ncumul_deceased_10k\": 0.08759361567675453}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 1432.0, \"ncumul_hosp\": 152.0, \"ncumul_ICU\": 30.0, \"ncumul_vent\": null, \"ncumul_released\": 62.0, \"ncumul_deceased\": 12.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 17.919151092730356, \"ncumul_deceased_10k\": 0.15016048401729348}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 1676.0, \"ncumul_hosp\": 175.0, \"ncumul_ICU\": 23.0, \"ncumul_vent\": null, \"ncumul_released\": 70.0, \"ncumul_deceased\": 15.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 20.972414267748654, \"ncumul_deceased_10k\": 0.18770060502161687}, {\"date\": \"2020-03-22T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 1782.0, \"ncumul_hosp\": 203.0, \"ncumul_ICU\": 23.0, \"ncumul_vent\": null, \"ncumul_released\": 75.0, \"ncumul_deceased\": 16.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 22.298831876568084, \"ncumul_deceased_10k\": 0.20021397868972465}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"SO\", \"ncumul_tested\": null, \"ncumul_conf\": 95.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://corona.so.ch/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.477382372965731, \"ncumul_deceased_10k\": 0.03660402497858665}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"00:00\", \"abbreviation_canton_and_fl\": \"SO\", \"ncumul_tested\": null, \"ncumul_conf\": 104.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://corona.so.ch/\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.8068185977730113, \"ncumul_deceased_10k\": 0.03660402497858665}, {\"date\": \"2020-03-09T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 33.0, \"ncumul_hosp\": 13.0, \"ncumul_ICU\": 3.0, \"ncumul_vent\": 10.0, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"TotalPosTests1\": null, \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.6606871145991832, \"ncumul_deceased_10k\": 0.020020821654520703}, {\"date\": \"2020-03-10T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 59.0, \"ncumul_hosp\": 18.0, \"ncumul_ICU\": 4.0, \"ncumul_vent\": 14.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"TotalPosTests1\": null, \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 1.0, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.1812284776167212, \"ncumul_deceased_10k\": 0.040041643309041405}, {\"date\": \"2020-03-11T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 66.0, \"ncumul_hosp\": 20.0, \"ncumul_ICU\": 6.0, \"ncumul_vent\": 14.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"TotalPosTests1\": null, \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 1.0, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.3213742291983663, \"ncumul_deceased_10k\": 0.040041643309041405}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 80.0, \"ncumul_hosp\": 23.0, \"ncumul_ICU\": 6.0, \"ncumul_vent\": 17.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"TotalPosTests1\": null, \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 4.0, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.601665732361656, \"ncumul_deceased_10k\": 0.040041643309041405}, {\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 104.0, \"ncumul_hosp\": 33.0, \"ncumul_ICU\": 7.0, \"ncumul_vent\": 26.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"TotalPosTests1\": null, \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 4.0, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.082165452070153, \"ncumul_deceased_10k\": 0.040041643309041405}, {\"date\": \"2020-03-14T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 196.0, \"ncumul_hosp\": 43.0, \"ncumul_ICU\": 8.0, \"ncumul_vent\": 33.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"TotalPosTests1\": null, \"ncumul_ICF\": 2.0, \"ncumul_ICU_intub\": 5.0, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.9240810442860576, \"ncumul_deceased_10k\": 0.040041643309041405}, {\"date\": \"2020-03-15T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 281.0, \"ncumul_hosp\": 46.0, \"ncumul_ICU\": 12.0, \"ncumul_vent\": 32.0, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"TotalPosTests1\": null, \"ncumul_ICF\": 2.0, \"ncumul_ICU_intub\": 5.0, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.625850884920317, \"ncumul_deceased_10k\": 0.08008328661808281}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 373.0, \"ncumul_hosp\": 66.0, \"ncumul_ICU\": 10.0, \"ncumul_vent\": 52.0, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"TotalPosTests1\": null, \"ncumul_ICF\": 4.0, \"ncumul_ICU_intub\": 8.0, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.467766477136222, \"ncumul_deceased_10k\": 0.08008328661808281}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 495.0, \"ncumul_hosp\": 75.0, \"ncumul_ICU\": 19.0, \"ncumul_vent\": 54.0, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"TotalPosTests1\": null, \"ncumul_ICF\": 2.0, \"ncumul_ICU_intub\": 9.0, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 9.910306718987746, \"ncumul_deceased_10k\": 0.08008328661808281}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 629.0, \"ncumul_hosp\": 78.0, \"ncumul_ICU\": 20.0, \"ncumul_vent\": 56.0, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"TotalPosTests1\": null, \"ncumul_ICF\": 2.0, \"ncumul_ICU_intub\": 17.0, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 12.593096820693521, \"ncumul_deceased_10k\": 0.1001041082726035}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 826.0, \"ncumul_hosp\": 92.0, \"ncumul_ICU\": 19.0, \"ncumul_vent\": 68.0, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"TotalPosTests1\": null, \"ncumul_ICF\": 5.0, \"ncumul_ICU_intub\": 17.0, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 16.5371986866341, \"ncumul_deceased_10k\": 0.1001041082726035}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 994.0, \"ncumul_hosp\": 109.0, \"ncumul_ICU\": 22.0, \"ncumul_vent\": 82.0, \"ncumul_released\": null, \"ncumul_deceased\": 8.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"TotalPosTests1\": null, \"ncumul_ICF\": 5.0, \"ncumul_ICU_intub\": 21.0, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 19.90069672459358, \"ncumul_deceased_10k\": 0.16016657323616562}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 1128.0, \"ncumul_hosp\": 145.0, \"ncumul_ICU\": 25.0, \"ncumul_vent\": 107.0, \"ncumul_released\": null, \"ncumul_deceased\": 10.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"TotalPosTests1\": null, \"ncumul_ICF\": 13.0, \"ncumul_ICU_intub\": 24.0, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 22.58348682629935, \"ncumul_deceased_10k\": 0.200208216545207}, {\"date\": \"2020-03-22T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 1203.0, \"ncumul_hosp\": 179.0, \"ncumul_ICU\": 36.0, \"ncumul_vent\": 137.0, \"ncumul_released\": null, \"ncumul_deceased\": 9.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"TotalPosTests1\": null, \"ncumul_ICF\": 6.0, \"ncumul_ICU_intub\": 36.0, \"ncumul_deceased_suspect\": 4.0, \"TotalCured\": null, \"ncumul_conf_10k\": 24.085048450388403, \"ncumul_deceased_10k\": 0.18018739489068633}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 1231.0, \"ncumul_hosp\": 214.0, \"ncumul_ICU\": 43.0, \"ncumul_vent\": 160.0, \"ncumul_released\": null, \"ncumul_deceased\": 9.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"TotalPosTests1\": null, \"ncumul_ICF\": 11.0, \"ncumul_ICU_intub\": 41.0, \"ncumul_deceased_suspect\": 5.0, \"TotalCured\": null, \"ncumul_conf_10k\": 24.64563145671498, \"ncumul_deceased_10k\": 0.18018739489068633}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 123.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.1884322067060429, \"ncumul_deceased_10k\": 0.009662050461024736}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 193.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.8647757389777744, \"ncumul_deceased_10k\": 0.009662050461024736}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 282.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.724698230008976, \"ncumul_deceased_10k\": 0.009662050461024736}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 377.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.642593023806326, \"ncumul_deceased_10k\": 0.019324100922049472}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 418.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.03873709270834, \"ncumul_deceased_10k\": 0.028986151383074213}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 470.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.541163716681627, \"ncumul_deceased_10k\": 0.04831025230512369}, {\"date\": \"2020-03-24T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 532.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 6.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.140210845265161, \"ncumul_deceased_10k\": 0.057972302766148426}, {\"date\": \"2020-03-18T00:00:00\", \"time\": \"17:00\", \"abbreviation_canton_and_fl\": \"FR\", \"ncumul_tested\": null, \"ncumul_conf\": null, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.fr.ch/de/sr/gesundheit/covid-19/covid-19-im-kanton-freiburg-ist-ein-erster-todesfall-zu-beklagen\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": null, \"ncumul_deceased_10k\": 0.031376092672427316}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"11:00\", \"abbreviation_canton_and_fl\": \"LU\", \"ncumul_tested\": null, \"ncumul_conf\": 109.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus;https://newsletter.lu.ch/inxmail/html_mail.jsp?params=7UGt4J1Fx6OIONHlV9upAAuOzkQ6ZmQA%2FxRrLjJkeDWZdweUdKfwhAE94i2Apium%2F6rIvcF2Z5MaTtV52A77W2jrwVmrkZ8UhFPVmHC4iuI%3D\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.661412208801217, \"ncumul_deceased_10k\": 0.024416625768818503}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"11:00\", \"abbreviation_canton_and_fl\": \"LU\", \"ncumul_tested\": null, \"ncumul_conf\": 131.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.198577975715224, \"ncumul_deceased_10k\": 0.024416625768818503}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"11:00\", \"abbreviation_canton_and_fl\": \"LU\", \"ncumul_tested\": null, \"ncumul_conf\": 156.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.808993619935687, \"ncumul_deceased_10k\": 0.024416625768818503}, {\"date\": \"2020-03-12T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 73.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 4.0, \"ncumul_deceased\": 1.0, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1238073089902235648?s=20 https://www.coronavirus.bs.ch/nm/2020-coronavirus-ende-der-quarantaenemassnahmen-im-fall-kita-riehen-gd.html https://www.coronavirus.bs.ch/nm/2020-coronavirus-erster-todesfall-im-kanton-basel-stadt-gd.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.7480874485279774, \"ncumul_deceased_10k\": 0.05134366367846544}, {\"date\": \"2020-03-13T00:00:00\", \"time\": \"12:30\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 92.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1238430659762364417?s=20\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.72361705841882, \"ncumul_deceased_10k\": 0.05134366367846544}, {\"date\": \"2020-03-14T00:00:00\", \"time\": \"11:27\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 100.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1238773726423941127?s=20\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.134366367846544, \"ncumul_deceased_10k\": 0.05134366367846544}, {\"date\": \"2020-03-16T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 144.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-144-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.393487569699023, \"ncumul_deceased_10k\": 0.20537465471386177}, {\"date\": \"2020-03-17T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 165.0, \"ncumul_hosp\": 30.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 25.0, \"ncumul_deceased\": 4.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-165-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 8.471704506946798, \"ncumul_deceased_10k\": 0.20537465471386177}, {\"date\": \"2020-03-18T00:00:00\", \"time\": \"11:15\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 182.0, \"ncumul_hosp\": 40.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 36.0, \"ncumul_deceased\": 4.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-182-bestaetigte-faelle-im-kanton-basel-stadt-treffen-mit-allen-spitaelern-gd.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 9.34454678948071, \"ncumul_deceased_10k\": 0.20537465471386177}, {\"date\": \"2020-03-19T00:00:00\", \"time\": \"11:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 222.0, \"ncumul_hosp\": 40.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 44.0, \"ncumul_deceased\": 4.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-222-bestaetigte-faelle-basel-stadt-trifft-gemeinsam-mit-den-spitaelern-vorkehrungen-fuer-intensiv--und-beatmungskapazitaeten-gd.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 11.398293336619327, \"ncumul_deceased_10k\": 0.20537465471386177}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"10:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 272.0, \"ncumul_hosp\": 45.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 46.0, \"ncumul_deceased\": 4.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-272-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 13.9654765205426, \"ncumul_deceased_10k\": 0.20537465471386177}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"10:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 299.0, \"ncumul_hosp\": 46.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 57.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-299-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 15.351755439861167, \"ncumul_deceased_10k\": 0.2567183183923272}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"10:30\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 358.0, \"ncumul_hosp\": 50.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 73.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-358-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 18.381031596890626, \"ncumul_deceased_10k\": 0.2567183183923272}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"10:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 376.0, \"ncumul_hosp\": 56.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 78.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-376-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 19.305217543103005, \"ncumul_deceased_10k\": 0.2567183183923272}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 270.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.7751852767448097, \"ncumul_deceased_10k\": 0.006574760284240037}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 526.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.458323909510259, \"ncumul_deceased_10k\": 0.01972428085272011}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 773.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.082289699717548, \"ncumul_deceased_10k\": 0.01972428085272011}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 1068.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.021843983568359, \"ncumul_deceased_10k\": 0.03287380142120019}, {\"date\": \"2020-03-24T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 1211.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://twitter.com/gd_zuerich/status/1242375974710370304?s=20\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.962034704214685, \"ncumul_deceased_10k\": 0.03287380142120019}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SG\", \"ncumul_tested\": null, \"ncumul_conf\": 200.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.sg.ch/tools/informationen-coronavirus.html\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.939357530180403, \"ncumul_deceased_10k\": 0.019696787650902013}, {\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 22.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=3#collapse6898881\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.6396185547528019, \"ncumul_deceased_10k\": 0.02907357067058191}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 95.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=2#collapse6927494\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.7619892137052813, \"ncumul_deceased_10k\": 0.08722071201174572}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 232.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.vs.ch/de/web/coronavirus#collapse6955818\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.745068395575003, \"ncumul_deceased_10k\": 0.11629428268232764}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 282.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://www.vs.ch/de/web/coronavirus\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 8.198746929104098, \"ncumul_deceased_10k\": 0.14536785335290953}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 359.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 9.0, \"source\": \"https://www.vs.ch/de/web/coronavirus\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 10.437411870738904, \"ncumul_deceased_10k\": 0.2616621360352372}, {\"date\": \"2020-03-22T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 432.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 10.0, \"source\": \"https://www.vs.ch/de/web/coronavirus\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 12.559782529691383, \"ncumul_deceased_10k\": 0.29073570670581905}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 492.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 12.0, \"source\": \"https://www.vs.ch/de/web/coronavirus\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 14.304196769926298, \"ncumul_deceased_10k\": 0.3488828480469829}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"16:00\", \"abbreviation_canton_and_fl\": \"NE\", \"ncumul_tested\": null, \"ncumul_conf\": 159.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 8.990670059372349, \"ncumul_deceased_10k\": 0.1130901894260673}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"15:30\", \"abbreviation_canton_and_fl\": \"NE\", \"ncumul_tested\": null, \"ncumul_conf\": 177.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 10.008481764206955, \"ncumul_deceased_10k\": 0.1130901894260673}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"NE\", \"ncumul_tested\": null, \"ncumul_conf\": 188.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 10.630477806050326, \"ncumul_deceased_10k\": 0.1130901894260673}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"NE\", \"ncumul_tested\": null, \"ncumul_conf\": 204.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 11.535199321458864, \"ncumul_deceased_10k\": 0.1130901894260673}, {\"date\": \"2020-03-08T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 19.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/patient-im-kantonsspital-baselland-stirbt-an-den-folgen-einer-coronavirus-infektion\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.6594199880610276, \"ncumul_deceased_10k\": 0.03470631516110671}, {\"date\": \"2020-03-09T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 20.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-xx-bestaetigte-faelle-in-basel-landschaft\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.6941263032221343, \"ncumul_deceased_10k\": 0.03470631516110671}, {\"date\": \"2020-03-10T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 22.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.7635389335443478, \"ncumul_deceased_10k\": 0.03470631516110671}, {\"date\": \"2020-03-11T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 26.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-26-bestaetigte-faelle-in-basel-landschaft-1\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.9023641941887746, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 26.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": null, \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.9023641941887746, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 42.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-26-bestaetigte-faelle-in-basel-landschaft-2\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.4576652367664822, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-14T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 47.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-47-bestaetigte-faelle-in-basel-landschaft\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.6311968125720158, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-15T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 54.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-54-bestaetigte-faelle-in-basel-landschaft\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.8741410186997627, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 76.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-67-bestaetigte-faelle-in-basel-landschaft\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.6376799522441106, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 89.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-89-bestaetigte-faelle-in-basel-landschaft\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.0888620493384975, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 116.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-116-bestaetigte-faelle-in-basel-landschaft\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.025932558688379, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 134.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-131-bestaetigte-faelle-in-basel-landschaft\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.6506462315883, \"ncumul_deceased_10k\": 0.06941263032221343}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 184.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-170-bestaetigte-faelle-in-basel-landschaft\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.385961989643636, \"ncumul_deceased_10k\": 0.10411894548332014}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"14:00\", \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 282.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-282-bestaetigte-faelle-in-basel-landschaft\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 9.787180875432094, \"ncumul_deceased_10k\": 0.10411894548332014}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"14:00\", \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 289.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-289-bestaetigte-faelle-in-basel-landschaft\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 10.03012508155984, \"ncumul_deceased_10k\": 0.10411894548332014}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"14:00\", \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 302.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-289-bestaetigte-faelle-in-basel-landschaft-1\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 10.481307178654227, \"ncumul_deceased_10k\": 0.10411894548332014}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 116.0, \"ncumul_hosp\": 13.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.847393121247713, \"ncumul_deceased_10k\": 0.05040856139006649}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 145.0, \"ncumul_hosp\": 18.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 7.309241401559641, \"ncumul_deceased_10k\": 0.05040856139006649}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 213.0, \"ncumul_hosp\": 24.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 10.73702357608416, \"ncumul_deceased_10k\": 0.15122568417019946}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 239.0, \"ncumul_hosp\": 24.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 12.04764617222589, \"ncumul_deceased_10k\": 0.15122568417019946}, {\"date\": \"2020-03-22T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 266.0, \"ncumul_hosp\": 27.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 6.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 13.408677329757685, \"ncumul_deceased_10k\": 0.30245136834039893}, {\"date\": \"2020-03-24T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 276.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 6.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"TotalPosTests1\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 13.912762943658352, \"ncumul_deceased_10k\": 0.30245136834039893}]}}, {\"mode\": \"vega-lite\"});\n", + " })({\"config\": {\"view\": {\"continuousWidth\": 400, \"continuousHeight\": 300}, \"title\": {\"anchor\": \"middle\"}}, \"hconcat\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"abbreviation_canton_and_fl\", \"legend\": {\"title\": \"Canton\"}}, \"opacity\": {\"condition\": {\"value\": 1, \"selection\": \"selector003\"}, \"value\": 0.2}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"abbreviation_canton_and_fl\", \"title\": \"Canton\"}, {\"type\": \"quantitative\", \"field\": \"ncumul_deceased\", \"title\": \"Deaths\"}, {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}], \"x\": {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"ncumul_deceased\", \"scale\": {\"type\": \"linear\"}, \"title\": \"Deaths\"}}, \"selection\": {\"selector003\": {\"type\": \"multi\", \"fields\": [\"abbreviation_canton_and_fl\"], \"bind\": \"legend\"}}}, {\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"abbreviation_canton_and_fl\", \"legend\": {\"title\": \"Canton\"}}, \"opacity\": {\"condition\": {\"value\": 1, \"selection\": \"selector004\"}, \"value\": 0.2}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"abbreviation_canton_and_fl\", \"title\": \"Canton\"}, {\"type\": \"quantitative\", \"field\": \"ncumul_deceased_100k\", \"title\": \"Deaths/100k\"}, {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}], \"x\": {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"ncumul_deceased_100k\", \"scale\": {\"type\": \"linear\"}, \"title\": \"Deaths per 100k population\"}}, \"selection\": {\"selector004\": {\"type\": \"multi\", \"fields\": [\"abbreviation_canton_and_fl\"], \"bind\": \"legend\"}}}], \"data\": {\"name\": \"data-88328a8e91a36071cab931f20b9cae28\"}, \"title\": \"Covid-19 deaths in Switzerland by Canton\", \"$schema\": \"https://vega.github.io/schema/vega-lite/v4.0.2.json\", \"datasets\": {\"data-88328a8e91a36071cab931f20b9cae28\": [{\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 22.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=3#collapse6898881\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 6.396185547528019, \"ncumul_deceased_100k\": 0.2907357067058191}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 95.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.vs.ch/de/web/coronavirus/info?p_p_id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_delta=5&p_r_p_resetCur=false&_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1rjMHS5sCcaN_cur=2#collapse6927494\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 27.619892137052812, \"ncumul_deceased_100k\": 0.8722071201174572}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 232.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.vs.ch/de/web/coronavirus#collapse6955818\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 67.45068395575002, \"ncumul_deceased_100k\": 1.1629428268232764}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 282.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://www.vs.ch/de/web/coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 81.98746929104098, \"ncumul_deceased_100k\": 1.4536785335290954}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 359.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 9.0, \"source\": \"https://www.vs.ch/de/web/coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 104.37411870738904, \"ncumul_deceased_100k\": 2.616621360352372}, {\"date\": \"2020-03-22T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 432.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 10.0, \"source\": \"https://www.vs.ch/de/web/coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 125.59782529691383, \"ncumul_deceased_100k\": 2.9073570670581907}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 492.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 12.0, \"source\": \"https://www.vs.ch/de/web/coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 143.04196769926298, \"ncumul_deceased_100k\": 3.4888284804698286}, {\"date\": \"2020-03-24T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VS\", \"ncumul_tested\": null, \"ncumul_conf\": 544.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 13.0, \"source\": \"https://www.vs.ch/de/web/coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 158.1602244479656, \"ncumul_deceased_100k\": 3.7795641871756476}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 116.0, \"ncumul_hosp\": 13.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 58.473931212477126, \"ncumul_deceased_100k\": 0.5040856139006649}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 145.0, \"ncumul_hosp\": 18.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 73.0924140155964, \"ncumul_deceased_100k\": 0.5040856139006649}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 213.0, \"ncumul_hosp\": 24.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 107.37023576084161, \"ncumul_deceased_100k\": 1.5122568417019946}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 239.0, \"ncumul_hosp\": 24.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 120.4764617222589, \"ncumul_deceased_100k\": 1.5122568417019946}, {\"date\": \"2020-03-22T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 266.0, \"ncumul_hosp\": 27.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 6.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 134.08677329757685, \"ncumul_deceased_100k\": 3.024513683403989}, {\"date\": \"2020-03-24T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GR\", \"ncumul_tested\": null, \"ncumul_conf\": 276.0, \"ncumul_hosp\": 29.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 6.0, \"source\": \"https://www.gr.ch/DE/institutionen/verwaltung/djsg/ga/coronavirus/info/Seiten/Start.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 139.12762943658353, \"ncumul_deceased_100k\": 3.024513683403989}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 123.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 11.884322067060427, \"ncumul_deceased_100k\": 0.09662050461024736}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 193.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 18.647757389777745, \"ncumul_deceased_100k\": 0.09662050461024736}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 282.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 27.24698230008976, \"ncumul_deceased_100k\": 0.09662050461024736}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 377.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 36.42593023806326, \"ncumul_deceased_100k\": 0.19324100922049472}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 418.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 40.3873709270834, \"ncumul_deceased_100k\": 0.28986151383074216}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 470.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 45.41163716681627, \"ncumul_deceased_100k\": 0.48310252305123685}, {\"date\": \"2020-03-24T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 532.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 6.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 51.4021084526516, \"ncumul_deceased_100k\": 0.5797230276614843}, {\"date\": \"2020-03-25T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BE\", \"ncumul_tested\": null, \"ncumul_conf\": 624.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 6.0, \"source\": \"https://www.besondere-lage.sites.be.ch/besondere-lage_sites/de/index/corona/index.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 60.29119487679437, \"ncumul_deceased_100k\": 0.5797230276614843}, {\"date\": \"2020-03-08T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 19.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/patient-im-kantonsspital-baselland-stirbt-an-den-folgen-einer-coronavirus-infektion\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 6.594199880610277, \"ncumul_deceased_100k\": 0.34706315161106716}, {\"date\": \"2020-03-09T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 20.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-xx-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 6.941263032221343, \"ncumul_deceased_100k\": 0.34706315161106716}, {\"date\": \"2020-03-10T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 22.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 7.635389335443477, \"ncumul_deceased_100k\": 0.34706315161106716}, {\"date\": \"2020-03-11T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 26.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-26-bestaetigte-faelle-in-basel-landschaft-1\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 9.023641941887746, \"ncumul_deceased_100k\": 0.6941263032221343}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 26.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": null, \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 9.023641941887746, \"ncumul_deceased_100k\": 0.6941263032221343}, {\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 42.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-26-bestaetigte-faelle-in-basel-landschaft-2\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 14.576652367664822, \"ncumul_deceased_100k\": 0.6941263032221343}, {\"date\": \"2020-03-14T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 47.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-47-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 16.311968125720156, \"ncumul_deceased_100k\": 0.6941263032221343}, {\"date\": \"2020-03-15T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 54.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-54-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 18.741410186997626, \"ncumul_deceased_100k\": 0.6941263032221343}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 76.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-67-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 26.376799522441107, \"ncumul_deceased_100k\": 0.6941263032221343}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 89.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-89-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 30.888620493384977, \"ncumul_deceased_100k\": 0.6941263032221343}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 116.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-116-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 40.25932558688379, \"ncumul_deceased_100k\": 0.6941263032221343}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 134.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-131-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 46.506462315883, \"ncumul_deceased_100k\": 0.6941263032221343}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 184.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-170-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 63.859619896436364, \"ncumul_deceased_100k\": 1.0411894548332015}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"14:00\", \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 282.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-282-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 97.87180875432094, \"ncumul_deceased_100k\": 1.0411894548332015}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"14:00\", \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 289.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-289-bestaetigte-faelle-in-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 100.30125081559841, \"ncumul_deceased_100k\": 1.0411894548332015}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"14:00\", \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 302.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/medienmitteilungen/update-289-bestaetigte-faelle-in-basel-landschaft-1\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 104.81307178654227, \"ncumul_deceased_100k\": 1.0411894548332015}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"15:30\", \"abbreviation_canton_and_fl\": \"BL\", \"ncumul_tested\": null, \"ncumul_conf\": 306.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.baselland.ch/politik-und-behorden/direktionen/volkswirtschafts-und-gesundheitsdirektion/amt-fur-gesundheit/medizinische-dienste/kantonsarztlicher-dienst/aktuelles/covid-19-faelle-kanton-basel-landschaft\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 106.20132439298655, \"ncumul_deceased_100k\": 1.3882526064442686}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"SO\", \"ncumul_tested\": null, \"ncumul_conf\": 95.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://corona.so.ch/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 34.77382372965731, \"ncumul_deceased_100k\": 0.36604024978586647}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"00:00\", \"abbreviation_canton_and_fl\": \"SO\", \"ncumul_tested\": null, \"ncumul_conf\": 104.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://corona.so.ch/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 38.06818597773011, \"ncumul_deceased_100k\": 0.36604024978586647}, {\"date\": \"2020-03-25T00:00:00\", \"time\": \"00:00\", \"abbreviation_canton_and_fl\": \"SO\", \"ncumul_tested\": null, \"ncumul_conf\": 129.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://corona.so.ch/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 47.219192222376776, \"ncumul_deceased_100k\": 0.36604024978586647}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"SG\", \"ncumul_tested\": null, \"ncumul_conf\": 200.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.sg.ch/tools/informationen-coronavirus.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 39.39357530180403, \"ncumul_deceased_100k\": 0.19696787650902012}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"16:00\", \"abbreviation_canton_and_fl\": \"NE\", \"ncumul_tested\": null, \"ncumul_conf\": 159.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 89.90670059372349, \"ncumul_deceased_100k\": 1.130901894260673}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"15:30\", \"abbreviation_canton_and_fl\": \"NE\", \"ncumul_tested\": null, \"ncumul_conf\": 177.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 100.08481764206955, \"ncumul_deceased_100k\": 1.130901894260673}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"NE\", \"ncumul_tested\": null, \"ncumul_conf\": 188.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 106.30477806050325, \"ncumul_deceased_100k\": 1.130901894260673}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"NE\", \"ncumul_tested\": null, \"ncumul_conf\": 204.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 115.35199321458863, \"ncumul_deceased_100k\": 1.130901894260673}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"NE\", \"ncumul_tested\": null, \"ncumul_conf\": 230.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ne.ch/autorites/DFS/SCSP/medecin-cantonal/maladies-vaccinations/Pages/Coronavirus.aspx\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 130.05371783997737, \"ncumul_deceased_100k\": 1.130901894260673}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"11:00\", \"abbreviation_canton_and_fl\": \"LU\", \"ncumul_tested\": null, \"ncumul_conf\": 109.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus;https://newsletter.lu.ch/inxmail/html_mail.jsp?params=7UGt4J1Fx6OIONHlV9upAAuOzkQ6ZmQA%2FxRrLjJkeDWZdweUdKfwhAE94i2Apium%2F6rIvcF2Z5MaTtV52A77W2jrwVmrkZ8UhFPVmHC4iuI%3D\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 26.61412208801217, \"ncumul_deceased_100k\": 0.24416625768818503}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"11:00\", \"abbreviation_canton_and_fl\": \"LU\", \"ncumul_tested\": null, \"ncumul_conf\": 131.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 31.98577975715224, \"ncumul_deceased_100k\": 0.24416625768818503}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"11:00\", \"abbreviation_canton_and_fl\": \"LU\", \"ncumul_tested\": null, \"ncumul_conf\": 156.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 38.08993619935686, \"ncumul_deceased_100k\": 0.24416625768818503}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"11:00\", \"abbreviation_canton_and_fl\": \"LU\", \"ncumul_tested\": null, \"ncumul_conf\": 205.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 50.05408282607794, \"ncumul_deceased_100k\": 0.48833251537637007}, {\"date\": \"2020-03-12T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 73.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 4.0, \"ncumul_deceased\": 1.0, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1238073089902235648?s=20 https://www.coronavirus.bs.ch/nm/2020-coronavirus-ende-der-quarantaenemassnahmen-im-fall-kita-riehen-gd.html https://www.coronavirus.bs.ch/nm/2020-coronavirus-erster-todesfall-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 37.48087448527977, \"ncumul_deceased_100k\": 0.5134366367846545}, {\"date\": \"2020-03-13T00:00:00\", \"time\": \"12:30\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 92.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1238430659762364417?s=20\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 47.2361705841882, \"ncumul_deceased_100k\": 0.5134366367846545}, {\"date\": \"2020-03-14T00:00:00\", \"time\": \"11:27\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 100.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://twitter.com/BAG_OFSP_UFSP/status/1238773726423941127?s=20\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 51.34366367846545, \"ncumul_deceased_100k\": 0.5134366367846545}, {\"date\": \"2020-03-16T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 144.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-144-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 73.93487569699023, \"ncumul_deceased_100k\": 2.053746547138618}, {\"date\": \"2020-03-17T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 165.0, \"ncumul_hosp\": 30.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 25.0, \"ncumul_deceased\": 4.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-165-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 84.71704506946797, \"ncumul_deceased_100k\": 2.053746547138618}, {\"date\": \"2020-03-18T00:00:00\", \"time\": \"11:15\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 182.0, \"ncumul_hosp\": 40.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 36.0, \"ncumul_deceased\": 4.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-182-bestaetigte-faelle-im-kanton-basel-stadt-treffen-mit-allen-spitaelern-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 93.4454678948071, \"ncumul_deceased_100k\": 2.053746547138618}, {\"date\": \"2020-03-19T00:00:00\", \"time\": \"11:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 222.0, \"ncumul_hosp\": 40.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 44.0, \"ncumul_deceased\": 4.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-222-bestaetigte-faelle-basel-stadt-trifft-gemeinsam-mit-den-spitaelern-vorkehrungen-fuer-intensiv--und-beatmungskapazitaeten-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 113.98293336619327, \"ncumul_deceased_100k\": 2.053746547138618}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"10:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 272.0, \"ncumul_hosp\": 45.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 46.0, \"ncumul_deceased\": 4.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-272-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 139.654765205426, \"ncumul_deceased_100k\": 2.053746547138618}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"10:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 299.0, \"ncumul_hosp\": 46.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 57.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-299-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 153.51755439861168, \"ncumul_deceased_100k\": 2.567183183923272}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"10:30\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 358.0, \"ncumul_hosp\": 50.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 73.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-358-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 183.81031596890628, \"ncumul_deceased_100k\": 2.567183183923272}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"10:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 376.0, \"ncumul_hosp\": 56.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 78.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-376-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 193.05217543103007, \"ncumul_deceased_100k\": 2.567183183923272}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"09:00\", \"abbreviation_canton_and_fl\": \"BS\", \"ncumul_tested\": null, \"ncumul_conf\": 414.0, \"ncumul_hosp\": 58.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": 105.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-414-bestaetigte-faelle-im-kanton-basel-stadt-gd.html\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 212.56276762884693, \"ncumul_deceased_100k\": 2.567183183923272}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 168.0, \"ncumul_hosp\": 25.0, \"ncumul_ICU\": 4.0, \"ncumul_vent\": 2.0, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200320_KFS_Coronavirus_Lagebulletin_16.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 24.771198174008823, \"ncumul_deceased_100k\": 0.14744760817862393}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 232.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ag.ch/de/aktuelles/medienportal/medienmitteilung/medienmitteilungen/mediendetails_139237.jsp\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 34.20784509744075, \"ncumul_deceased_100k\": 0.14744760817862393}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 241.0, \"ncumul_hosp\": 10.0, \"ncumul_ICU\": 3.0, \"ncumul_vent\": 2.0, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200323_KFS_Coronavirus_Lagebulletin_17.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 35.534873571048365, \"ncumul_deceased_100k\": 0.14744760817862393}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"15:00\", \"abbreviation_canton_and_fl\": \"AG\", \"ncumul_tested\": null, \"ncumul_conf\": 266.0, \"ncumul_hosp\": 24.0, \"ncumul_ICU\": 2.0, \"ncumul_vent\": 2.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ag.ch/media/kanton_aargau/themen_1/coronavirus_1/lagebulletins/200324_KFS_Coronavirus_Lagebulletin_18.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 39.22106377551396, \"ncumul_deceased_100k\": 0.29489521635724786}, {\"date\": \"2020-03-09T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 33.0, \"ncumul_hosp\": 13.0, \"ncumul_ICU\": 3.0, \"ncumul_vent\": 10.0, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 0.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 6.606871145991831, \"ncumul_deceased_100k\": 0.200208216545207}, {\"date\": \"2020-03-10T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 59.0, \"ncumul_hosp\": 18.0, \"ncumul_ICU\": 4.0, \"ncumul_vent\": 14.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 1.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 11.812284776167214, \"ncumul_deceased_100k\": 0.400416433090414}, {\"date\": \"2020-03-11T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 66.0, \"ncumul_hosp\": 20.0, \"ncumul_ICU\": 6.0, \"ncumul_vent\": 14.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 1.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 13.213742291983662, \"ncumul_deceased_100k\": 0.400416433090414}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 80.0, \"ncumul_hosp\": 23.0, \"ncumul_ICU\": 6.0, \"ncumul_vent\": 17.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 4.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 16.016657323616563, \"ncumul_deceased_100k\": 0.400416433090414}, {\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 104.0, \"ncumul_hosp\": 33.0, \"ncumul_ICU\": 7.0, \"ncumul_vent\": 26.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 0.0, \"ncumul_ICU_intub\": 4.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 20.82165452070153, \"ncumul_deceased_100k\": 0.400416433090414}, {\"date\": \"2020-03-14T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 196.0, \"ncumul_hosp\": 43.0, \"ncumul_ICU\": 8.0, \"ncumul_vent\": 33.0, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 2.0, \"ncumul_ICU_intub\": 5.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 39.24081044286058, \"ncumul_deceased_100k\": 0.400416433090414}, {\"date\": \"2020-03-15T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 281.0, \"ncumul_hosp\": 46.0, \"ncumul_ICU\": 12.0, \"ncumul_vent\": 32.0, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 2.0, \"ncumul_ICU_intub\": 5.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 56.258508849203174, \"ncumul_deceased_100k\": 0.800832866180828}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 373.0, \"ncumul_hosp\": 66.0, \"ncumul_ICU\": 10.0, \"ncumul_vent\": 52.0, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 4.0, \"ncumul_ICU_intub\": 8.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 74.67766477136222, \"ncumul_deceased_100k\": 0.800832866180828}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 495.0, \"ncumul_hosp\": 75.0, \"ncumul_ICU\": 19.0, \"ncumul_vent\": 54.0, \"ncumul_released\": null, \"ncumul_deceased\": 4.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 2.0, \"ncumul_ICU_intub\": 9.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 99.10306718987746, \"ncumul_deceased_100k\": 0.800832866180828}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 629.0, \"ncumul_hosp\": 78.0, \"ncumul_ICU\": 20.0, \"ncumul_vent\": 56.0, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 2.0, \"ncumul_ICU_intub\": 17.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 125.9309682069352, \"ncumul_deceased_100k\": 1.0010410827260352}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 826.0, \"ncumul_hosp\": 92.0, \"ncumul_ICU\": 19.0, \"ncumul_vent\": 68.0, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 5.0, \"ncumul_ICU_intub\": 17.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 165.371986866341, \"ncumul_deceased_100k\": 1.0010410827260352}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 994.0, \"ncumul_hosp\": 109.0, \"ncumul_ICU\": 22.0, \"ncumul_vent\": 82.0, \"ncumul_released\": null, \"ncumul_deceased\": 8.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 5.0, \"ncumul_ICU_intub\": 21.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 199.00696724593578, \"ncumul_deceased_100k\": 1.601665732361656}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 1128.0, \"ncumul_hosp\": 145.0, \"ncumul_ICU\": 25.0, \"ncumul_vent\": 107.0, \"ncumul_released\": null, \"ncumul_deceased\": 10.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 13.0, \"ncumul_ICU_intub\": 24.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 225.8348682629935, \"ncumul_deceased_100k\": 2.0020821654520704}, {\"date\": \"2020-03-22T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 1203.0, \"ncumul_hosp\": 179.0, \"ncumul_ICU\": 36.0, \"ncumul_vent\": 137.0, \"ncumul_released\": null, \"ncumul_deceased\": 9.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 6.0, \"ncumul_ICU_intub\": 36.0, \"ncumul_deceased_suspect\": 4.0, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 240.85048450388402, \"ncumul_deceased_100k\": 1.8018739489068631}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 1509.0, \"ncumul_hosp\": 214.0, \"ncumul_ICU\": 43.0, \"ncumul_vent\": 160.0, \"ncumul_released\": null, \"ncumul_deceased\": 9.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 11.0, \"ncumul_ICU_intub\": 41.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 302.1141987667174, \"ncumul_deceased_100k\": 1.8018739489068631}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"12:00\", \"abbreviation_canton_and_fl\": \"GE\", \"ncumul_tested\": null, \"ncumul_conf\": 1510.0, \"ncumul_hosp\": 238.0, \"ncumul_ICU\": 41.0, \"ncumul_vent\": 176.0, \"ncumul_released\": null, \"ncumul_deceased\": 12.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 21.0, \"ncumul_ICU_intub\": 41.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 302.3144069832626, \"ncumul_deceased_100k\": 2.4024985985424845}, {\"date\": \"2020-03-10T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": null, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187422&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=24aa247e65de88fdd1551a61fcc407d9\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": null, \"ncumul_deceased_100k\": 0.2830111251673303}, {\"date\": \"2020-03-14T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 265.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187466&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=1b10e6e8117296766155edcf9c317a4c\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 74.99794816934254, \"ncumul_deceased_100k\": 0.849033375501991}, {\"date\": \"2020-03-15T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 291.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 6.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187467&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=af5473066754ef4d1272e156056acc07\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 82.35623742369313, \"ncumul_deceased_100k\": 1.698066751003982}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 330.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 8.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187475&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=dee4a529abd4e9300e116c7ff4db5774\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 93.39367130521902, \"ncumul_deceased_100k\": 2.2640890013386423}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 422.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 10.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187486&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=d106aab74491da09b294ff13ffadd02f\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 119.43069482061341, \"ncumul_deceased_100k\": 2.8301112516733036}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 511.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 14.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187493&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=7803bbc03dd49ef2e421dfd6b12dd239\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 144.6186849605058, \"ncumul_deceased_100k\": 3.9621557523426247}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 638.0, \"ncumul_hosp\": 155.0, \"ncumul_ICU\": 33.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 15.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187499&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=634a783514bdcbb426c005f1ea916268 https://www.youtube.com/watch?v=34RQ7OOWYoI\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 180.56109785675676, \"ncumul_deceased_100k\": 4.245166877509955}, {\"date\": \"2020-03-20T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 834.0, \"ncumul_hosp\": 168.0, \"ncumul_ICU\": 35.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 22.0, \"source\": \"https://www4.ti.ch/dss/dsp/covid19/home/ https://www.youtube.com/watch?v=34RQ7OOWYoI\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 236.0312783895535, \"ncumul_deceased_100k\": 6.226244753681267}, {\"date\": \"2020-03-21T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 918.0, \"ncumul_hosp\": 184.0, \"ncumul_ICU\": 40.0, \"ncumul_vent\": 37.0, \"ncumul_released\": null, \"ncumul_deceased\": 28.0, \"source\": \"https://www4.ti.ch/dss/dsp/covid19/home/ https://www.youtube.com/watch?v=7g2sALU9bQM\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 259.8042129036092, \"ncumul_deceased_100k\": 7.9243115046852495}, {\"date\": \"2020-03-22T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 939.0, \"ncumul_hosp\": 246.0, \"ncumul_ICU\": 46.0, \"ncumul_vent\": 43.0, \"ncumul_released\": null, \"ncumul_deceased\": 37.0, \"source\": \"https://web.archive.org/web/20200322153528/https://www4.ti.ch/dss/dsp/covid19/home/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 265.74744653212315, \"ncumul_deceased_100k\": 10.471411631191222}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 1165.0, \"ncumul_hosp\": 261.0, \"ncumul_ICU\": 45.0, \"ncumul_vent\": 43.0, \"ncumul_released\": null, \"ncumul_deceased\": 48.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187510&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=0120f665ab49651b9d66c876ef272a91\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 329.70796081993984, \"ncumul_deceased_100k\": 13.584534008031856}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"08:00\", \"abbreviation_canton_and_fl\": \"TI\", \"ncumul_tested\": null, \"ncumul_conf\": 1211.0, \"ncumul_hosp\": 285.0, \"ncumul_ICU\": 50.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 53.0, \"source\": \"https://www4.ti.ch/area-media/comunicati/dettaglio-comunicato/?NEWS_ID=187520&tx_tichareamedia_comunicazioni%5Baction%5D=show&tx_tichareamedia_comunicazioni%5Bcontroller%5D=Comunicazioni&cHash=4d581f57e92de04937175bab9e5b0f14\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": 48.0, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 342.726472577637, \"ncumul_deceased_100k\": 14.999589633868506}, {\"date\": \"2020-03-18T00:00:00\", \"time\": \"17:00\", \"abbreviation_canton_and_fl\": \"FR\", \"ncumul_tested\": null, \"ncumul_conf\": null, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.fr.ch/de/sr/gesundheit/covid-19/covid-19-im-kanton-freiburg-ist-ein-erster-todesfall-zu-beklagen\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": null, \"ncumul_deceased_100k\": 0.3137609267242732}, {\"date\": \"2020-03-24T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"TG\", \"ncumul_tested\": null, \"ncumul_conf\": 87.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.tg.ch/news/fachdossier-coronavirus.html/10552 & https://www.tg.ch/news/news-detailseite.html/485/news/44925\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 31.46792441910935, \"ncumul_deceased_100k\": 0.36170028067941784}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 270.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 17.7518527674481, \"ncumul_deceased_100k\": 0.06574760284240036}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 526.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 34.58323909510259, \"ncumul_deceased_100k\": 0.1972428085272011}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 773.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 3.0, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 50.822896997175484, \"ncumul_deceased_100k\": 0.1972428085272011}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 1068.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 70.2184398356836, \"ncumul_deceased_100k\": 0.32873801421200183}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"9:30\", \"abbreviation_canton_and_fl\": \"ZH\", \"ncumul_tested\": null, \"ncumul_conf\": 1211.0, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 5.0, \"source\": \"https://gd.zh.ch/internet/gesundheitsdirektion/de/themen/coronavirus.html#title-content-internet-gesundheitsdirektion-de-themen-coronavirus-jcr-content-contentPar-textimage_7\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 79.62034704214685, \"ncumul_deceased_100k\": 0.32873801421200183}, {\"date\": \"2020-03-06T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 23.0, \"ncumul_hosp\": 15.0, \"ncumul_ICU\": 2.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 2.878075943664792, \"ncumul_deceased_100k\": 0.1251337366810779}, {\"date\": \"2020-03-07T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 30.0, \"ncumul_hosp\": 16.0, \"ncumul_ICU\": 4.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 3.754012100432337, \"ncumul_deceased_100k\": 0.1251337366810779}, {\"date\": \"2020-03-08T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 40.0, \"ncumul_hosp\": 22.0, \"ncumul_ICU\": 3.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 5.005349467243116, \"ncumul_deceased_100k\": 0.1251337366810779}, {\"date\": \"2020-03-09T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 51.0, \"ncumul_hosp\": 29.0, \"ncumul_ICU\": 5.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 6.381820570734973, \"ncumul_deceased_100k\": 0.1251337366810779}, {\"date\": \"2020-03-10T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 77.0, \"ncumul_hosp\": 36.0, \"ncumul_ICU\": 6.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 9.635297724442998, \"ncumul_deceased_100k\": 0.1251337366810779}, {\"date\": \"2020-03-11T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 108.0, \"ncumul_hosp\": 38.0, \"ncumul_ICU\": 7.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 13.514443561556416, \"ncumul_deceased_100k\": 0.1251337366810779}, {\"date\": \"2020-03-12T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 156.0, \"ncumul_hosp\": 43.0, \"ncumul_ICU\": 8.0, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 19.520862922248153, \"ncumul_deceased_100k\": 0.1251337366810779}, {\"date\": \"2020-03-13T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 204.0, \"ncumul_hosp\": 52.0, \"ncumul_ICU\": 10.0, \"ncumul_vent\": null, \"ncumul_released\": 5.0, \"ncumul_deceased\": 2.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 25.527282282939893, \"ncumul_deceased_100k\": 0.2502674733621558}, {\"date\": \"2020-03-14T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 350.0, \"ncumul_hosp\": 43.0, \"ncumul_ICU\": 14.0, \"ncumul_vent\": null, \"ncumul_released\": 5.0, \"ncumul_deceased\": 3.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 43.79680783837727, \"ncumul_deceased_100k\": 0.3754012100432337}, {\"date\": \"2020-03-15T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 406.0, \"ncumul_hosp\": 62.0, \"ncumul_ICU\": 19.0, \"ncumul_vent\": null, \"ncumul_released\": 5.0, \"ncumul_deceased\": 4.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 50.80429709251763, \"ncumul_deceased_100k\": 0.5005349467243116}, {\"date\": \"2020-03-16T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 508.0, \"ncumul_hosp\": 66.0, \"ncumul_ICU\": 27.0, \"ncumul_vent\": null, \"ncumul_released\": 5.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 63.567938233987576, \"ncumul_deceased_100k\": 0.6256686834053895}, {\"date\": \"2020-03-17T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 608.0, \"ncumul_hosp\": 95.0, \"ncumul_ICU\": 35.0, \"ncumul_vent\": null, \"ncumul_released\": 9.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 76.08131190209536, \"ncumul_deceased_100k\": 0.6256686834053895}, {\"date\": \"2020-03-18T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 796.0, \"ncumul_hosp\": 128.0, \"ncumul_ICU\": 34.0, \"ncumul_vent\": null, \"ncumul_released\": 16.0, \"ncumul_deceased\": 5.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 99.60645439813801, \"ncumul_deceased_100k\": 0.6256686834053895}, {\"date\": \"2020-03-19T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 1212.0, \"ncumul_hosp\": 140.0, \"ncumul_ICU\": 32.0, \"ncumul_vent\": null, \"ncumul_released\": 52.0, \"ncumul_deceased\": 7.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 151.66208885746641, \"ncumul_deceased_100k\": 0.8759361567675453}, {\"date\": \"2020-03-20T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 1432.0, \"ncumul_hosp\": 152.0, \"ncumul_ICU\": 30.0, \"ncumul_vent\": null, \"ncumul_released\": 62.0, \"ncumul_deceased\": 12.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 179.19151092730357, \"ncumul_deceased_100k\": 1.5016048401729347}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 1676.0, \"ncumul_hosp\": 175.0, \"ncumul_ICU\": 23.0, \"ncumul_vent\": null, \"ncumul_released\": 70.0, \"ncumul_deceased\": 15.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 209.72414267748655, \"ncumul_deceased_100k\": 1.8770060502161685}, {\"date\": \"2020-03-22T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 1782.0, \"ncumul_hosp\": 203.0, \"ncumul_ICU\": 23.0, \"ncumul_vent\": null, \"ncumul_released\": 75.0, \"ncumul_deceased\": 16.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 222.98831876568082, \"ncumul_deceased_100k\": 2.0021397868972466}, {\"date\": \"2020-03-23T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"VD\", \"ncumul_tested\": null, \"ncumul_conf\": 2162.0, \"ncumul_hosp\": 223.0, \"ncumul_ICU\": 41.0, \"ncumul_vent\": null, \"ncumul_released\": 91.0, \"ncumul_deceased\": 17.0, \"source\": \"https://www.vd.ch/toutes-les-actualites/hotline-et-informations-sur-le-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 270.5391387044904, \"ncumul_deceased_100k\": 2.127273523578324}, {\"date\": \"2020-03-21T00:00:00\", \"time\": null, \"abbreviation_canton_and_fl\": \"AR\", \"ncumul_tested\": null, \"ncumul_conf\": null, \"ncumul_hosp\": null, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ar.ch/schnellzugriff/medienmitteilungen-der-kantonalen-verwaltung/detail/news/coronavirus-erster-todesfall-in-appenzell-ausserrhoden/?tx_news_pi1%5Bcontroller%5D=News&tx_news_pi1%5Baction%5D=detail&cHash=a88f209df29c38474f9c5f9e1c5dd53f\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": null, \"ncumul_deceased_100k\": 6.193868070610096}, {\"date\": \"2020-03-23T00:00:00\", \"time\": \"10:00\", \"abbreviation_canton_and_fl\": \"AR\", \"ncumul_tested\": null, \"ncumul_conf\": 30.0, \"ncumul_hosp\": 7.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 1.0, \"source\": \"https://www.ar.ch/verwaltung/departement-gesundheit-und-soziales/amt-fuer-gesundheit/informationsseite-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 185.81604211830287, \"ncumul_deceased_100k\": 6.193868070610096}, {\"date\": \"2020-03-24T00:00:00\", \"time\": \"10:00\", \"abbreviation_canton_and_fl\": \"AR\", \"ncumul_tested\": null, \"ncumul_conf\": 33.0, \"ncumul_hosp\": 6.0, \"ncumul_ICU\": null, \"ncumul_vent\": null, \"ncumul_released\": null, \"ncumul_deceased\": 2.0, \"source\": \"https://www.ar.ch/verwaltung/departement-gesundheit-und-soziales/amt-fuer-gesundheit/informationsseite-coronavirus/\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"ncumul_deceased_suspect\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_100k\": 204.39764633013317, \"ncumul_deceased_100k\": 12.387736141220191}]}}, {\"mode\": \"vega-lite\"});\n", "</script>" ], "text/plain": [ @@ -711,10 +711,10 @@ "base.configure_axis(labelFontSize=15, titleFontSize=15)\n", "\n", "deaths = generate_canton_chart('ncumul_deceased', 'Deaths', 'Deaths')\n", - "deaths_10k = generate_canton_chart('ncumul_deceased_10k', 'Deaths per 10k population', 'Deaths/10k')\n", + "deaths_100k = generate_canton_chart('ncumul_deceased_100k', 'Deaths per 100k population', 'Deaths/100k')\n", "\n", "chart = alt.hconcat(\n", - " deaths, deaths_10k, title='Covid-19 deaths in Switzerland by Canton'\n", + " deaths, deaths_100k, title='Covid-19 deaths in Switzerland by Canton'\n", ").configure_title(\n", " anchor='middle'\n", ")\n", @@ -733,10 +733,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.015465, - "end_time": "2020-03-24T11:41:52.626770", + "duration": 0.018242, + "end_time": "2020-03-25T08:24:18.263341", "exception": false, - "start_time": "2020-03-24T11:41:52.611305", + "start_time": "2020-03-25T08:24:18.245099", "status": "completed" }, "tags": [] @@ -762,22 +762,22 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.7" + "version": "3.7.3" }, "papermill": { - "duration": 26.68685, - "end_time": "2020-03-24T11:41:52.648081", + "duration": 29.395743, + "end_time": "2020-03-25T08:24:18.692886", "environment_variables": {}, "exception": null, - "input_path": "/private/var/folders/c0/w1kmhx108xl92w006s7jjhyh0000gp/T/qh42y53v/notebooks/examples/openzh-covid-19-example.ipynb", + "input_path": "/tmp/eivltasg/notebooks/examples/openzh-covid-19-example.ipynb", "output_path": "runs/openzh-covid-19-example.run.ipynb", "parameters": { - "data_path": "/private/var/folders/c0/w1kmhx108xl92w006s7jjhyh0000gp/T/qh42y53v/data/openzh-covid-19", + "data_path": "/tmp/eivltasg/data/openzh-covid-19", "figures_path": "figures", "save_figures": true }, - "start_time": "2020-03-24T11:41:25.961231", - "version": "2.0.0" + "start_time": "2020-03-25T08:23:49.297143", + "version": "1.1.0" } }, "nbformat": 4,