From 4daa446306b5289b0d3a9c1bc428b7923fac5d16 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rok=20Ro=C5=A1kar?= <rok.roskar@sdsc.ethz.ch>
Date: Mon, 23 Mar 2020 16:52:14 +0000
Subject: [PATCH] renku run papermill
 notebooks/examples/openzh-covid-19-example.ipynb
 runs/openzh-covid-19-example.run.ipynb -p save_figures True -p data_path
 data/openzh-covid-19/ -p figures_path figures/

---
 .gitattributes                                |   1 +
 ...72f47c3f4c05bc93dc7d98ccd52f_papermill.cwl | 109 +++
 figures/switzerland-cases-by-canton.html      |  35 +
 figures/switzerland-deaths-by-canton.html     |  35 +
 runs/openzh-covid-19-example.run.ipynb        | 745 ++++++++++++++++++
 5 files changed, 925 insertions(+)
 create mode 100644 .renku/workflow/c46d72f47c3f4c05bc93dc7d98ccd52f_papermill.cwl
 create mode 100644 figures/switzerland-cases-by-canton.html
 create mode 100644 figures/switzerland-deaths-by-canton.html
 create mode 100644 runs/openzh-covid-19-example.run.ipynb

diff --git a/.gitattributes b/.gitattributes
index b072c56d..ace374be 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -240,4 +240,5 @@ data/covid-19-italy/dati-regioni-description.json filter=lfs diff=lfs merge=lfs
 data/covid-19-italy/dati-andamento-nazionale-description.json filter=lfs diff=lfs merge=lfs -text
 data/openzh-covid-19/COVID19_Fallzahlen_Kanton_SO_total.csv filter=lfs diff=lfs merge=lfs -text
 data/ch-population-statistics/ch-population-by-age-canton.xls filter=lfs diff=lfs merge=lfs -text
+figures/** filter=lfs diff=lfs merge=lfs -text
 figures/** !text !filter !merge !diff
diff --git a/.renku/workflow/c46d72f47c3f4c05bc93dc7d98ccd52f_papermill.cwl b/.renku/workflow/c46d72f47c3f4c05bc93dc7d98ccd52f_papermill.cwl
new file mode 100644
index 00000000..be56db17
--- /dev/null
+++ b/.renku/workflow/c46d72f47c3f4c05bc93dc7d98ccd52f_papermill.cwl
@@ -0,0 +1,109 @@
+arguments: []
+baseCommand:
+- papermill
+class: CommandLineTool
+cwlVersion: v1.0
+hints: []
+inputs:
+  input_1:
+    default:
+      class: File
+      path: ../../notebooks/examples/openzh-covid-19-example.ipynb
+    inputBinding:
+      position: 1
+      separate: true
+      shellQuote: true
+    streamable: false
+    type: File
+  input_2:
+    default: runs/openzh-covid-19-example.run.ipynb
+    inputBinding:
+      position: 2
+      separate: true
+      shellQuote: true
+    streamable: false
+    type: string
+  input_3:
+    default: save_figures
+    inputBinding:
+      position: 3
+      prefix: -p
+      separate: true
+      shellQuote: true
+    streamable: false
+    type: string
+  input_4:
+    default: 'True'
+    inputBinding:
+      position: 4
+      separate: true
+      shellQuote: true
+    streamable: false
+    type: string
+  input_5:
+    default: data_path
+    inputBinding:
+      position: 5
+      prefix: -p
+      separate: true
+      shellQuote: true
+    streamable: false
+    type: string
+  input_6:
+    default:
+      class: Directory
+      listing: []
+      path: ../../data/openzh-covid-19
+    inputBinding:
+      position: 6
+      separate: true
+      shellQuote: true
+    streamable: false
+    type: Directory
+  input_7:
+    default: figures_path
+    inputBinding:
+      position: 7
+      prefix: -p
+      separate: true
+      shellQuote: true
+    streamable: false
+    type: string
+  input_8:
+    default: figures
+    inputBinding:
+      position: 8
+      separate: true
+      shellQuote: true
+    streamable: false
+    type: string
+outputs:
+  output_0:
+    outputBinding:
+      glob: $(inputs.input_2)
+    streamable: false
+    type: File
+  output_1:
+    outputBinding:
+      glob: $(inputs.input_8)
+    streamable: false
+    type: Directory
+permanentFailCodes: []
+requirements:
+- class: InlineJavascriptRequirement
+- class: InitialWorkDirRequirement
+  listing:
+  - entry: '$({"listing": [], "class": "Directory"})'
+    entryname: runs
+    writable: true
+  - entry: '$({"listing": [], "class": "Directory"})'
+    entryname: figures
+    writable: true
+  - entry: $(inputs.input_1)
+    entryname: notebooks/examples/openzh-covid-19-example.ipynb
+    writable: false
+  - entry: $(inputs.input_6)
+    entryname: data/openzh-covid-19
+    writable: false
+successCodes: []
+temporaryFailCodes: []
diff --git a/figures/switzerland-cases-by-canton.html b/figures/switzerland-cases-by-canton.html
new file mode 100644
index 00000000..08477320
--- /dev/null
+++ b/figures/switzerland-cases-by-canton.html
@@ -0,0 +1,35 @@
+<!DOCTYPE html>
+<html>
+<head>
+  <style>
+    .error {
+        color: red;
+    }
+  </style>
+  <script type="text/javascript" src="https://cdn.jsdelivr.net/npm//vega@5"></script>
+  <script type="text/javascript" src="https://cdn.jsdelivr.net/npm//vega-lite@4.0.2"></script>
+  <script type="text/javascript" src="https://cdn.jsdelivr.net/npm//vega-embed@6"></script>
+</head>
+<body>
+  <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", "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-5300522211231d973c6bf799f0ccd110"}, "title": "Covid-19 cases in Switzerland by Canton", "$schema": "https://vega.github.io/schema/vega-lite/v4.0.2.json", "datasets": {"data-5300522211231d973c6bf799f0ccd110": [{"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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_10k": 12.559782529691383, "ncumul_deceased_10k": 0.29073570670581905}, {"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, "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, "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, "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, "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, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_10k": 13.408677329757685, "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, "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, "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, "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, "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, "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, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_10k": 4.541163716681627, "ncumul_deceased_10k": 0.04831025230512369}, {"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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_10k": 10.03012508155984, "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, "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, "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, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_10k": 2.4158656485867187, "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", "ncumul_ICF": null, "ncumul_ICU_intub": 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, "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, "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, "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, "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, "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, "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": 185.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, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_10k": 3.6439057154168726, "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", "ncumul_ICF": null, "ncumul_ICU_intub": 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, "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, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_10k": 10.630477806050326, "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, "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, "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": null, "source": "https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus", "ncumul_ICF": null, "ncumul_ICU_intub": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_10k": 2.661412208801217, "ncumul_deceased_10k": null}, {"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": null, "source": "https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus", "ncumul_ICF": null, "ncumul_ICU_intub": null, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_10k": 3.198577975715224, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_10k": 18.381031596890626, "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, "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, "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, "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, "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, "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": null, "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, "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": null, "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, "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": null, "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, "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": null, "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, "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": 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/200312_KFS_Coronavirus_Lagebulletin_10.pdf", "ncumul_ICF": null, "ncumul_ICU_intub": 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": null, "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, "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": null, "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, "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": null, "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, "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": null, "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, "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, "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, "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, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_10k": 3.420784509744075, "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, "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, "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, "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, "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, "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, "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, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_10k": 0.26426362939668613, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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": 1144.0, "ncumul_hosp": 179.0, "ncumul_ICU": 36.0, "ncumul_vent": 137.0, "ncumul_released": null, "ncumul_deceased": 13.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 6.0, "ncumul_ICU_intub": 36.0, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_10k": 22.903819972771682, "ncumul_deceased_10k": 0.26027068150876914}, {"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, "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, "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, "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, "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, "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, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_10k": 3.784384682702997, "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, "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, "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, "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, "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, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_10k": 8.32889896582838, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_10k": 26.574744653212317, "ncumul_deceased_10k": 1.0471411631191223}, {"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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_10k": 2.7127521050956336, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_10k": 5.082289699717548, "ncumul_deceased_10k": 0.01972428085272011}, {"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, "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, "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, "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, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_10k": 6.946430760429862, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_10k": 20.972414267748654, "ncumul_deceased_10k": 0.18770060502161687}, {"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, "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, "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, "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, "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, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_10k": 3.293717234375429, "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, "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, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_10k": 4.207608345914908, "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, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_10k": 1.7075044821992655, "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, "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, "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, "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, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_10k": 6.813254877671105, "ncumul_deceased_10k": null}]}};
+      var embedOpt = {"mode": "vega-lite"};
+
+      function showError(el, error){
+          el.innerHTML = ('<div class="error" style="color:red;">'
+                          + '<p>JavaScript Error: ' + error.message + '</p>'
+                          + "<p>This usually means there's a typo in your chart specification. "
+                          + "See the javascript console for the full traceback.</p>"
+                          + '</div>');
+          throw error;
+      }
+      const el = document.getElementById('vis');
+      vegaEmbed("#vis", spec, embedOpt)
+        .catch(error => showError(el, error));
+    })(vegaEmbed);
+
+  </script>
+</body>
+</html>
\ No newline at end of file
diff --git a/figures/switzerland-deaths-by-canton.html b/figures/switzerland-deaths-by-canton.html
new file mode 100644
index 00000000..5255dabb
--- /dev/null
+++ b/figures/switzerland-deaths-by-canton.html
@@ -0,0 +1,35 @@
+<!DOCTYPE html>
+<html>
+<head>
+  <style>
+    .error {
+        color: red;
+    }
+  </style>
+  <script type="text/javascript" src="https://cdn.jsdelivr.net/npm//vega@5"></script>
+  <script type="text/javascript" src="https://cdn.jsdelivr.net/npm//vega-lite@4.0.2"></script>
+  <script type="text/javascript" src="https://cdn.jsdelivr.net/npm//vega-embed@6"></script>
+</head>
+<body>
+  <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_conf", "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_conf", "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-83e8e10b9d6332f6780c7e985cf7732d"}, "title": "Covid-19 deaths in Switzerland by Canton", "$schema": "https://vega.github.io/schema/vega-lite/v4.0.2.json", "datasets": {"data-83e8e10b9d6332f6780c7e985cf7732d": [{"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, "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, "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, "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, "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, "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, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_10k": 12.559782529691383, "ncumul_deceased_10k": 0.29073570670581905}, {"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, "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, "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, "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, "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, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_10k": 13.408677329757685, "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, "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, "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, "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, "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, "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, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_10k": 4.541163716681627, "ncumul_deceased_10k": 0.04831025230512369}, {"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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_10k": 10.03012508155984, "ncumul_deceased_10k": 0.10411894548332014}, {"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, "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, "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, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_10k": 10.630477806050326, "ncumul_deceased_10k": 0.1130901894260673}, {"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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_10k": 18.381031596890626, "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, "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, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_10k": 3.420784509744075, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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": 1144.0, "ncumul_hosp": 179.0, "ncumul_ICU": 36.0, "ncumul_vent": 137.0, "ncumul_released": null, "ncumul_deceased": 13.0, "source": "https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger", "ncumul_ICF": 6.0, "ncumul_ICU_intub": 36.0, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_10k": 22.903819972771682, "ncumul_deceased_10k": 0.26027068150876914}, {"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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_10k": 26.574744653212317, "ncumul_deceased_10k": 1.0471411631191223}, {"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, "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, "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, "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, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_10k": 5.082289699717548, "ncumul_deceased_10k": 0.01972428085272011}, {"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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_10k": 20.972414267748654, "ncumul_deceased_10k": 0.18770060502161687}, {"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, "TotalPosTests1": null, "TotalCured": null, "ncumul_conf_10k": null, "ncumul_deceased_10k": 0.6193868070610096}]}};
+      var embedOpt = {"mode": "vega-lite"};
+
+      function showError(el, error){
+          el.innerHTML = ('<div class="error" style="color:red;">'
+                          + '<p>JavaScript Error: ' + error.message + '</p>'
+                          + "<p>This usually means there's a typo in your chart specification. "
+                          + "See the javascript console for the full traceback.</p>"
+                          + '</div>');
+          throw error;
+      }
+      const el = document.getElementById('vis');
+      vegaEmbed("#vis", spec, embedOpt)
+        .catch(error => showError(el, error));
+    })(vegaEmbed);
+
+  </script>
+</body>
+</html>
\ No newline at end of file
diff --git a/runs/openzh-covid-19-example.run.ipynb b/runs/openzh-covid-19-example.run.ipynb
new file mode 100644
index 00000000..bce27c90
--- /dev/null
+++ b/runs/openzh-covid-19-example.run.ipynb
@@ -0,0 +1,745 @@
+{
+ "cells": [
+  {
+   "cell_type": "code",
+   "execution_count": 1,
+   "metadata": {
+    "papermill": {
+     "duration": 0.522649,
+     "end_time": "2020-03-23T16:51:47.152960",
+     "exception": false,
+     "start_time": "2020-03-23T16:51:46.630311",
+     "status": "completed"
+    },
+    "tags": []
+   },
+   "outputs": [],
+   "source": [
+    "from pathlib import Path\n",
+    "\n",
+    "import altair as alt\n",
+    "import pandas as pd\n",
+    "from IPython.display import display, HTML"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 2,
+   "metadata": {
+    "papermill": {
+     "duration": 0.018904,
+     "end_time": "2020-03-23T16:51:47.189951",
+     "exception": false,
+     "start_time": "2020-03-23T16:51:47.171047",
+     "status": "completed"
+    },
+    "tags": [
+     "parameters"
+    ]
+   },
+   "outputs": [],
+   "source": [
+    "save_figures = False\n",
+    "data_path = '../../data/openzh-covid-19'\n",
+    "figures_path = '../../figures'"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 3,
+   "metadata": {
+    "papermill": {
+     "duration": 0.021076,
+     "end_time": "2020-03-23T16:51:47.219677",
+     "exception": false,
+     "start_time": "2020-03-23T16:51:47.198601",
+     "status": "completed"
+    },
+    "tags": [
+     "injected-parameters"
+    ]
+   },
+   "outputs": [],
+   "source": [
+    "# Parameters\n",
+    "save_figures = True\n",
+    "data_path = \"data/openzh-covid-19/\"\n",
+    "figures_path = \"figures/\"\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 4,
+   "metadata": {
+    "papermill": {
+     "duration": 0.021754,
+     "end_time": "2020-03-23T16:51:47.250042",
+     "exception": false,
+     "start_time": "2020-03-23T16:51:47.228288",
+     "status": "completed"
+    },
+    "tags": []
+   },
+   "outputs": [],
+   "source": [
+    "html_credits=HTML('''\n",
+    "<p style=\"font-size: smaller\">Data Sources: \n",
+    "  <a href=\"https://github.com/openZH/covid_19\">OpenData Zuerich</a>,\n",
+    "  <a href=\"https://www.bfs.admin.ch\">Federal Statistical Office</a>\n",
+    "<br>\n",
+    "Analysis:\n",
+    "  <a href=\"https://renkulab.io/projects/covid-19/covid-19-public-data\">Covid-19 Public Data Collaboration Project</a>\n",
+    "</p>''')"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {
+    "papermill": {
+     "duration": 0.007007,
+     "end_time": "2020-03-23T16:51:47.266447",
+     "exception": false,
+     "start_time": "2020-03-23T16:51:47.259440",
+     "status": "completed"
+    },
+    "tags": []
+   },
+   "source": [
+    "## Read in the data\n",
+    "\n",
+    "We have two datasets for Switzerland - the COVID-19 dataset from https://github.com/openZH/covid_19 and the population statistics by age and canton. We can read both of these in to dataframes:"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 5,
+   "metadata": {
+    "papermill": {
+     "duration": 0.127937,
+     "end_time": "2020-03-23T16:51:47.401412",
+     "exception": false,
+     "start_time": "2020-03-23T16:51:47.273475",
+     "status": "completed"
+    },
+    "tags": []
+   },
+   "outputs": [],
+   "source": [
+    "# read in cantonal data and produce one dataframe\n",
+    "df_list = []\n",
+    "\n",
+    "for f in Path(data_path).glob('COVID19_Fallzahlen_Kanton_*total.csv'):\n",
+    "    df_list.append(pd.read_csv(f))\n",
+    "\n",
+    "df = pd.concat(df_list)\n",
+    "\n",
+    "df['date'] = pd.to_datetime(df['date'], dayfirst=True)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 6,
+   "metadata": {
+    "papermill": {
+     "duration": 25.447471,
+     "end_time": "2020-03-23T16:52:12.866665",
+     "exception": false,
+     "start_time": "2020-03-23T16:51:47.419194",
+     "status": "completed"
+    },
+    "tags": []
+   },
+   "outputs": [],
+   "source": [
+    "# read in population data\n",
+    "df_pop = pd.read_excel(\n",
+    "    Path(data_path) / '../ch-population-statistics/ch-population-by-age-canton.xls', \n",
+    "    header=1, \n",
+    "    skipfooter=5\n",
+    ")\n",
+    "df_pop = df_pop.where(\n",
+    "    df_pop.Region.str.startswith('-')\n",
+    ").dropna().sort_values('Region').reset_index(drop=True)\n",
+    "\n",
+    "# match the cantons in the two datasets\n",
+    "df_pop['abbreviation_canton_and_fl'] = ['AG', 'AI', 'AR', 'BL', 'BS', 'BE', 'FR', 'GE', 'GL', 'GR', 'JU', 'LU', 'NE', 'NW', 'OW', 'SH', 'SZ', 'SO', 'SG', 'TG', 'TI', 'UR', 'VS', 'VD', 'ZG', 'ZH']\n",
+    "\n",
+    "pop_d = df_pop[['abbreviation_canton_and_fl', 'Total']].set_index('abbreviation_canton_and_fl').to_dict()\n",
+    "\n",
+    "\n",
+    "# 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",
+    "    )"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 7,
+   "metadata": {
+    "papermill": {
+     "duration": 0.069246,
+     "end_time": "2020-03-23T16:52:12.956070",
+     "exception": false,
+     "start_time": "2020-03-23T16:52:12.886824",
+     "status": "completed"
+    },
+    "tags": []
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/html": [
+       "<div>\n",
+       "<style scoped>\n",
+       "    .dataframe tbody tr th:only-of-type {\n",
+       "        vertical-align: middle;\n",
+       "    }\n",
+       "\n",
+       "    .dataframe tbody tr th {\n",
+       "        vertical-align: top;\n",
+       "    }\n",
+       "\n",
+       "    .dataframe thead th {\n",
+       "        text-align: right;\n",
+       "    }\n",
+       "</style>\n",
+       "<table border=\"1\" class=\"dataframe\">\n",
+       "  <thead>\n",
+       "    <tr style=\"text-align: right;\">\n",
+       "      <th></th>\n",
+       "      <th>date</th>\n",
+       "      <th>time</th>\n",
+       "      <th>abbreviation_canton_and_fl</th>\n",
+       "      <th>ncumul_tested</th>\n",
+       "      <th>ncumul_conf</th>\n",
+       "      <th>ncumul_hosp</th>\n",
+       "      <th>ncumul_ICU</th>\n",
+       "      <th>ncumul_vent</th>\n",
+       "      <th>ncumul_released</th>\n",
+       "      <th>ncumul_deceased</th>\n",
+       "      <th>source</th>\n",
+       "      <th>ncumul_ICF</th>\n",
+       "      <th>ncumul_ICU_intub</th>\n",
+       "      <th>TotalPosTests1</th>\n",
+       "      <th>TotalCured</th>\n",
+       "      <th>ncumul_conf_10k</th>\n",
+       "      <th>ncumul_deceased_10k</th>\n",
+       "    </tr>\n",
+       "  </thead>\n",
+       "  <tbody>\n",
+       "    <tr>\n",
+       "      <th>0</th>\n",
+       "      <td>2020-02-28</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>VS</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>1.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://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>0.029074</td>\n",
+       "      <td>NaN</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>1</th>\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",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</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>0.058147</td>\n",
+       "      <td>NaN</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>2</th>\n",
+       "      <td>2020-03-05</td>\n",
+       "      <td>NaN</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>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.087221</td>\n",
+       "      <td>NaN</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>3</th>\n",
+       "      <td>2020-03-06</td>\n",
+       "      <td>NaN</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.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.145368</td>\n",
+       "      <td>NaN</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>4</th>\n",
+       "      <td>2020-03-08</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>VS</td>\n",
+       "      <td>NaN</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.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.203515</td>\n",
+       "      <td>NaN</td>\n",
+       "    </tr>\n",
+       "  </tbody>\n",
+       "</table>\n",
+       "</div>"
+      ],
+      "text/plain": [
+       "        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",
+       "1          NaN         NaN          NaN              NaN              NaN   \n",
+       "2          NaN         NaN          NaN              NaN              NaN   \n",
+       "3          NaN         NaN          NaN              NaN              NaN   \n",
+       "4          NaN         NaN          NaN              NaN              NaN   \n",
+       "\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_ICU_intub  TotalPosTests1  TotalCured  ncumul_conf_10k  \\\n",
+       "0               NaN             NaN         NaN         0.029074   \n",
+       "1               NaN             NaN         NaN         0.058147   \n",
+       "2               NaN             NaN         NaN         0.087221   \n",
+       "3               NaN             NaN         NaN         0.145368   \n",
+       "4               NaN             NaN         NaN         0.203515   \n",
+       "\n",
+       "   ncumul_deceased_10k  \n",
+       "0                  NaN  \n",
+       "1                  NaN  \n",
+       "2                  NaN  \n",
+       "3                  NaN  \n",
+       "4                  NaN  "
+      ]
+     },
+     "execution_count": 7,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "# display the dataframe\n",
+    "df.head()"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {
+    "papermill": {
+     "duration": 0.009265,
+     "end_time": "2020-03-23T16:52:12.980739",
+     "exception": false,
+     "start_time": "2020-03-23T16:52:12.971474",
+     "status": "completed"
+    },
+    "tags": []
+   },
+   "source": [
+    "## Plot the available data\n",
+    "\n",
+    "Below we make plots of total cases, total cases per 10k population and total deaths. "
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 8,
+   "metadata": {
+    "papermill": {
+     "duration": 0.05057,
+     "end_time": "2020-03-23T16:52:13.046053",
+     "exception": false,
+     "start_time": "2020-03-23T16:52:12.995483",
+     "status": "completed"
+    },
+    "tags": []
+   },
+   "outputs": [],
+   "source": [
+    "def generate_canton_chart(column, title, tooltip_title):\n",
+    "    \"\"\"Produce a canton chart given a column name\"\"\"\n",
+    "    selection = alt.selection_multi(fields=['abbreviation_canton_and_fl'], bind='legend')\n",
+    "    chart = base.mark_line().encode(\n",
+    "        alt.X('date', title='Date'), \n",
+    "        alt.Y(column, \n",
+    "              title=title, scale=alt.Scale(type='linear')),\n",
+    "        color=alt.Color('abbreviation_canton_and_fl', legend=alt.Legend(title=\"Canton\")),\n",
+    "        tooltip=[alt.Tooltip('abbreviation_canton_and_fl',title='Canton'),\n",
+    "                 alt.Tooltip('ncumul_conf',title=tooltip_title),\n",
+    "                 alt.Tooltip('date',title='Date')],\n",
+    "        opacity=alt.condition(selection, alt.value(1), alt.value(0.2))\n",
+    "    ).add_selection(\n",
+    "        selection\n",
+    "    )\n",
+    "    return chart"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {
+    "papermill": {
+     "duration": 0.009824,
+     "end_time": "2020-03-23T16:52:13.070815",
+     "exception": false,
+     "start_time": "2020-03-23T16:52:13.060991",
+     "status": "completed"
+    },
+    "tags": []
+   },
+   "source": [
+    "### Total cases"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 9,
+   "metadata": {
+    "papermill": {
+     "duration": 0.238869,
+     "end_time": "2020-03-23T16:52:13.318110",
+     "exception": false,
+     "start_time": "2020-03-23T16:52:13.079241",
+     "status": "completed"
+    },
+    "tags": []
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/html": [
+       "\n",
+       "<div id=\"altair-viz-29393211e316498191e3c09a511c2c4f\"></div>\n",
+       "<script type=\"text/javascript\">\n",
+       "  (function(spec, embedOpt){\n",
+       "    const outputDiv = document.getElementById(\"altair-viz-29393211e316498191e3c09a511c2c4f\");\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",
+       "      \"vega-lite\": \"https://cdn.jsdelivr.net/npm//vega-lite@4.0.2?noext\",\n",
+       "      \"vega-embed\": \"https://cdn.jsdelivr.net/npm//vega-embed@6?noext\",\n",
+       "    };\n",
+       "\n",
+       "    function loadScript(lib) {\n",
+       "      return new Promise(function(resolve, reject) {\n",
+       "        var s = document.createElement('script');\n",
+       "        s.src = paths[lib];\n",
+       "        s.async = true;\n",
+       "        s.onload = () => resolve(paths[lib]);\n",
+       "        s.onerror = () => reject(`Error loading script: ${paths[lib]}`);\n",
+       "        document.getElementsByTagName(\"head\")[0].appendChild(s);\n",
+       "      });\n",
+       "    }\n",
+       "\n",
+       "    function showError(err) {\n",
+       "      outputDiv.innerHTML = `<div class=\"error\" style=\"color:red;\">${err}</div>`;\n",
+       "      throw err;\n",
+       "    }\n",
+       "\n",
+       "    function displayChart(vegaEmbed) {\n",
+       "      vegaEmbed(outputDiv, spec, embedOpt)\n",
+       "        .catch(err => showError(`Javascript Error: ${err.message}<br>This usually means there's a typo in your chart specification. See the javascript console for the full traceback.`));\n",
+       "    }\n",
+       "\n",
+       "    if(typeof define === \"function\" && define.amd) {\n",
+       "      requirejs.config({paths});\n",
+       "      require([\"vega-embed\"], displayChart, err => showError(`Error loading script: ${err.message}`));\n",
+       "    } else if (typeof vegaEmbed === \"function\") {\n",
+       "      displayChart(vegaEmbed);\n",
+       "    } else {\n",
+       "      loadScript(\"vega\")\n",
+       "        .then(() => loadScript(\"vega-lite\"))\n",
+       "        .then(() => loadScript(\"vega-embed\"))\n",
+       "        .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\", \"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-5300522211231d973c6bf799f0ccd110\"}, \"title\": \"Covid-19 cases in Switzerland by Canton\", \"$schema\": \"https://vega.github.io/schema/vega-lite/v4.0.2.json\", \"datasets\": {\"data-5300522211231d973c6bf799f0ccd110\": [{\"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 12.559782529691383, \"ncumul_deceased_10k\": 0.29073570670581905}, {\"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, \"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, \"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, \"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, \"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, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 13.408677329757685, \"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, \"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, \"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, \"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, \"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, \"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, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.541163716681627, \"ncumul_deceased_10k\": 0.04831025230512369}, {\"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 10.03012508155984, \"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, \"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, \"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, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.4158656485867187, \"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\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": 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, \"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, \"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, \"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, \"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, \"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, \"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\": 185.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, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.6439057154168726, \"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\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": 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, \"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, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 10.630477806050326, \"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, \"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, \"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\": null, \"source\": \"https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.661412208801217, \"ncumul_deceased_10k\": null}, {\"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\": null, \"source\": \"https://gesundheit.lu.ch/themen/Humanmedizin/Infektionskrankheiten/Coronavirus\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": null, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.198577975715224, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 18.381031596890626, \"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, \"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, \"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, \"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, \"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, \"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\": null, \"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, \"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\": null, \"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, \"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\": null, \"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, \"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\": null, \"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, \"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\": 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/200312_KFS_Coronavirus_Lagebulletin_10.pdf\", \"ncumul_ICF\": null, \"ncumul_ICU_intub\": 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\": null, \"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, \"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\": null, \"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, \"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\": null, \"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, \"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\": null, \"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, \"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, \"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, \"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, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.420784509744075, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 0.26426362939668613, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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\": 1144.0, \"ncumul_hosp\": 179.0, \"ncumul_ICU\": 36.0, \"ncumul_vent\": 137.0, \"ncumul_released\": null, \"ncumul_deceased\": 13.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 6.0, \"ncumul_ICU_intub\": 36.0, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 22.903819972771682, \"ncumul_deceased_10k\": 0.26027068150876914}, {\"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, \"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, \"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, \"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, \"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, \"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, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.784384682702997, \"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, \"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, \"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, \"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, \"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, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 8.32889896582838, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 26.574744653212317, \"ncumul_deceased_10k\": 1.0471411631191223}, {\"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 2.7127521050956336, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.082289699717548, \"ncumul_deceased_10k\": 0.01972428085272011}, {\"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, \"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, \"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, \"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, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.946430760429862, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 20.972414267748654, \"ncumul_deceased_10k\": 0.18770060502161687}, {\"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, \"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, \"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, \"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, \"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, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.293717234375429, \"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, \"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, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.207608345914908, \"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, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 1.7075044821992655, \"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, \"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, \"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, \"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, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 6.813254877671105, \"ncumul_deceased_10k\": null}]}}, {\"mode\": \"vega-lite\"});\n",
+       "</script>"
+      ],
+      "text/plain": [
+       "alt.HConcatChart(...)"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    },
+    {
+     "data": {
+      "text/html": [
+       "\n",
+       "<p style=\"font-size: smaller\">Data Sources: \n",
+       "  <a href=\"https://github.com/openZH/covid_19\">OpenData Zuerich</a>,\n",
+       "  <a href=\"https://www.bfs.admin.ch\">Federal Statistical Office</a>\n",
+       "<br>\n",
+       "Analysis:\n",
+       "  <a href=\"https://renkulab.io/projects/covid-19/covid-19-public-data\">Covid-19 Public Data Collaboration Project</a>\n",
+       "</p>"
+      ],
+      "text/plain": [
+       "<IPython.core.display.HTML object>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
+   "source": [
+    "base = alt.Chart(df.where(df.ncumul_conf>0).dropna(subset=['abbreviation_canton_and_fl']))\n",
+    "base.configure_header(titleFontSize=25)\n",
+    "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",
+    "\n",
+    "chart = alt.hconcat(\n",
+    "    cumul, cumul_10k, title='Covid-19 cases in Switzerland by Canton'\n",
+    ").configure_title(\n",
+    "    anchor='middle'\n",
+    ")\n",
+    "\n",
+    "display(chart)\n",
+    "if save_figures:\n",
+    "    chart.save(str(Path(figures_path) / 'switzerland-cases-by-canton.html'))\n",
+    "    \n",
+    "display(html_credits)"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {
+    "papermill": {
+     "duration": 0.010892,
+     "end_time": "2020-03-23T16:52:13.352516",
+     "exception": false,
+     "start_time": "2020-03-23T16:52:13.341624",
+     "status": "completed"
+    },
+    "tags": []
+   },
+   "source": [
+    "### Deaths"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 10,
+   "metadata": {
+    "papermill": {
+     "duration": 0.169935,
+     "end_time": "2020-03-23T16:52:13.533313",
+     "exception": false,
+     "start_time": "2020-03-23T16:52:13.363378",
+     "status": "completed"
+    },
+    "tags": []
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/html": [
+       "\n",
+       "<div id=\"altair-viz-003d0382f26d4cd59f9b281c88bf0d8d\"></div>\n",
+       "<script type=\"text/javascript\">\n",
+       "  (function(spec, embedOpt){\n",
+       "    const outputDiv = document.getElementById(\"altair-viz-003d0382f26d4cd59f9b281c88bf0d8d\");\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",
+       "      \"vega-lite\": \"https://cdn.jsdelivr.net/npm//vega-lite@4.0.2?noext\",\n",
+       "      \"vega-embed\": \"https://cdn.jsdelivr.net/npm//vega-embed@6?noext\",\n",
+       "    };\n",
+       "\n",
+       "    function loadScript(lib) {\n",
+       "      return new Promise(function(resolve, reject) {\n",
+       "        var s = document.createElement('script');\n",
+       "        s.src = paths[lib];\n",
+       "        s.async = true;\n",
+       "        s.onload = () => resolve(paths[lib]);\n",
+       "        s.onerror = () => reject(`Error loading script: ${paths[lib]}`);\n",
+       "        document.getElementsByTagName(\"head\")[0].appendChild(s);\n",
+       "      });\n",
+       "    }\n",
+       "\n",
+       "    function showError(err) {\n",
+       "      outputDiv.innerHTML = `<div class=\"error\" style=\"color:red;\">${err}</div>`;\n",
+       "      throw err;\n",
+       "    }\n",
+       "\n",
+       "    function displayChart(vegaEmbed) {\n",
+       "      vegaEmbed(outputDiv, spec, embedOpt)\n",
+       "        .catch(err => showError(`Javascript Error: ${err.message}<br>This usually means there's a typo in your chart specification. See the javascript console for the full traceback.`));\n",
+       "    }\n",
+       "\n",
+       "    if(typeof define === \"function\" && define.amd) {\n",
+       "      requirejs.config({paths});\n",
+       "      require([\"vega-embed\"], displayChart, err => showError(`Error loading script: ${err.message}`));\n",
+       "    } else if (typeof vegaEmbed === \"function\") {\n",
+       "      displayChart(vegaEmbed);\n",
+       "    } else {\n",
+       "      loadScript(\"vega\")\n",
+       "        .then(() => loadScript(\"vega-lite\"))\n",
+       "        .then(() => loadScript(\"vega-embed\"))\n",
+       "        .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_conf\", \"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_conf\", \"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-83e8e10b9d6332f6780c7e985cf7732d\"}, \"title\": \"Covid-19 deaths in Switzerland by Canton\", \"$schema\": \"https://vega.github.io/schema/vega-lite/v4.0.2.json\", \"datasets\": {\"data-83e8e10b9d6332f6780c7e985cf7732d\": [{\"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, \"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, \"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, \"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, \"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, \"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, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 12.559782529691383, \"ncumul_deceased_10k\": 0.29073570670581905}, {\"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, \"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, \"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, \"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, \"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, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 13.408677329757685, \"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, \"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, \"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, \"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, \"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, \"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, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 4.541163716681627, \"ncumul_deceased_10k\": 0.04831025230512369}, {\"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 10.03012508155984, \"ncumul_deceased_10k\": 0.10411894548332014}, {\"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, \"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, \"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, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 10.630477806050326, \"ncumul_deceased_10k\": 0.1130901894260673}, {\"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 18.381031596890626, \"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, \"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, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 3.420784509744075, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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\": 1144.0, \"ncumul_hosp\": 179.0, \"ncumul_ICU\": 36.0, \"ncumul_vent\": 137.0, \"ncumul_released\": null, \"ncumul_deceased\": 13.0, \"source\": \"https://www.ge.ch/document/covid-19-situation-epidemiologique-geneve/telecharger\", \"ncumul_ICF\": 6.0, \"ncumul_ICU_intub\": 36.0, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 22.903819972771682, \"ncumul_deceased_10k\": 0.26027068150876914}, {\"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 26.574744653212317, \"ncumul_deceased_10k\": 1.0471411631191223}, {\"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, \"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, \"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, \"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, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 5.082289699717548, \"ncumul_deceased_10k\": 0.01972428085272011}, {\"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"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, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": 20.972414267748654, \"ncumul_deceased_10k\": 0.18770060502161687}, {\"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, \"TotalPosTests1\": null, \"TotalCured\": null, \"ncumul_conf_10k\": null, \"ncumul_deceased_10k\": 0.6193868070610096}]}}, {\"mode\": \"vega-lite\"});\n",
+       "</script>"
+      ],
+      "text/plain": [
+       "alt.HConcatChart(...)"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    },
+    {
+     "data": {
+      "text/html": [
+       "\n",
+       "<p style=\"font-size: smaller\">Data Sources: \n",
+       "  <a href=\"https://github.com/openZH/covid_19\">OpenData Zuerich</a>,\n",
+       "  <a href=\"https://www.bfs.admin.ch\">Federal Statistical Office</a>\n",
+       "<br>\n",
+       "Analysis:\n",
+       "  <a href=\"https://renkulab.io/projects/covid-19/covid-19-public-data\">Covid-19 Public Data Collaboration Project</a>\n",
+       "</p>"
+      ],
+      "text/plain": [
+       "<IPython.core.display.HTML object>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
+   "source": [
+    "base = alt.Chart(df.where(df.ncumul_deceased>0).dropna(subset=['abbreviation_canton_and_fl']))\n",
+    "base.configure_header(titleFontSize=25)\n",
+    "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",
+    "\n",
+    "chart = alt.hconcat(\n",
+    "    deaths, deaths_10k, title='Covid-19 deaths in Switzerland by Canton'\n",
+    ").configure_title(\n",
+    "    anchor='middle'\n",
+    ")\n",
+    "display(chart)    \n",
+    "display(html_credits)\n",
+    "\n",
+    "if save_figures:\n",
+    "    chart.save(str(Path(figures_path) / 'switzerland-deaths-by-canton.html'))\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "papermill": {
+     "duration": 0.012967,
+     "end_time": "2020-03-23T16:52:13.569671",
+     "exception": false,
+     "start_time": "2020-03-23T16:52:13.556704",
+     "status": "completed"
+    },
+    "tags": []
+   },
+   "outputs": [],
+   "source": []
+  }
+ ],
+ "metadata": {
+  "kernelspec": {
+   "display_name": "Python 3",
+   "language": "python",
+   "name": "python3"
+  },
+  "language_info": {
+   "codemirror_mode": {
+    "name": "ipython",
+    "version": 3
+   },
+   "file_extension": ".py",
+   "mimetype": "text/x-python",
+   "name": "python",
+   "nbconvert_exporter": "python",
+   "pygments_lexer": "ipython3",
+   "version": "3.7.3"
+  },
+  "papermill": {
+   "duration": 28.212516,
+   "end_time": "2020-03-23T16:52:13.998062",
+   "environment_variables": {},
+   "exception": null,
+   "input_path": "notebooks/examples/openzh-covid-19-example.ipynb",
+   "output_path": "runs/openzh-covid-19-example.run.ipynb",
+   "parameters": {
+    "data_path": "data/openzh-covid-19/",
+    "figures_path": "figures/",
+    "save_figures": true
+   },
+   "start_time": "2020-03-23T16:51:45.785546",
+   "version": "1.1.0"
+  }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 4
+}
\ No newline at end of file
-- 
GitLab